Search filter by _woodmart_new_label_date
-
Hello, I would like to create Woocommerce filter which will filter by _woodmart_new_label_date. How can I achieve this?
Currently I filter for example all products which are on sale by adding this param to URL: /shop/?stock_status=onsale
Is something similar already possible to use for just new products based on _woodmart_new_label_date woodmart meta field?
Hello,
There is no working solution for this in our theme, unfortunately. It might require additional code customization that is out of our theme support scope.
Kind Regards
If you want I find this way, it is not the best but it’s something. Use this link:
On sale: URL/shop/?stock_status=onsale
New product: URL/shop/?orderby=date
Best buy: URL/shop/?orderby=popularity