This topic has 4 replies, 3 voices, and was last updated 8 months, 2 weeks ago ago by Luca Rossi
I follow the direction same as demo with menu, and created a static block for all the menu, but we have sale/clearence items in which proper label get assigned on top of the product called SALE in red, and new arrivals have 7 days to have the label for NEW in green
even though I have the limit assign for 7 days but label doesnt go away for some reason, we never had this problem before so I dont know what is causing that. also
please let me know, shall I have to create a menu block like we did for categeries?
the way I have done currently is I created a page called new arrivals, but how to set a condition that it only show product with label new only?
I had this in demo but I guess we didnt see how it was done,
Hello, Shehzad Ghazi,
Thank you for contacting us and for using XStore.
1/ Please read this topic – https://www.8theme.com/topic/making-that-the-product-badge-new-displays-only-on-new-products-not-on-modified-ones/#post-361890
2/ There is no option to show on the page only products with label new, but you can use the Products Grid element: https://prnt.sc/VltbMpCFw45D
We hope this information is helpful.
Kind Regards,
8theme team
Hello, this is older topic, so I am using the same topic.
you guys have mentioned to use
add_filter(‘product_new_label_on_date_created’, ‘__return_true’);
it now goes with creation date, and not with mass sync,
I have another question, we have erp in which we mass sync once a week for all the items, and this new arrival would reset, and now its working as expected, not all the items are going to new arrival now.
was that option added in the theme itself, so we can remove the code
also I have one question or idea, how to make an item back in new arrival as fake new arrival, old item is sitting and not moving, and we want to make it new arrival, only some, is there a check/uncheck button of some sort that make it reset the counter, so its visible in new arrival?
Hi @Shehzad Ghazi,
you guys have mentioned to use
add_filter(‘product_new_label_on_date_created’, ‘__return_true’);
it now goes with creation date, and not with mass sync,
I have another question, we have erp in which we mass sync once a week for all the items, and this new arrival would reset, and now its working as expected, not all the items are going to new arrival now.
was that option added in the theme itself, so we can remove the code
If the product_new_label_on_date_created is set by TRUE, the new label will follow the created date of products. Since you mentioned everything is working as expected, please keep this code for now.
also I have one question or idea, how to make an item back in new arrival as fake new arrival, old item is sitting and not moving, and we want to make it new arrival, only some, is there a check/uncheck button of some sort that make it reset the counter, so its visible in new arrival?
Unfortunately, the only way for now is editing the created date of products less than the days limit set in New Label Settings :
– https://prnt.sc/AWTSvHAzLl8O
– https://prnt.sc/GJpTFa9Ss9Ed
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up