This topic has 2 replies, 2 voices, and was last updated 1 months, 1 weeks ago ago by Rose Tyler
hey
how to do that all new products that added to the store will be on top of each catagory 1st page of each ? and how can i add a label to each new product for X time period “new”
Hello, Tal,
Thank you for reaching out to us with your queries.
Theme Options > WooCommerce > Product catalog > Default Product Sorting – these settings come from the WooCommerce plugin.
About the new label, you can read here – https://www.8theme.com/documentation/xstore/xstore-features/xstore-badges-on-products/
The New Label takes into account the “last update or modification date” of the product. To change this, custom code can be added in the functions.php file of the child theme:
add_filter('product_new_label_on_date_created', '__return_true');
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up