This topic has 5 replies, 2 voices, and was last updated 1 years, 11 months ago ago by Tony Rodriguez
I’m testing now Xstore Badges and found out that New Label Range limit does not work as expected. I suspects that it takes wrong date. Seems it take into consideration “last update or modification date” of the product but should check against “product creation date” = when product has been added to woo.
In my case (and I think for majority as well) important is when product was created not when updated when it comes to show NEW badge.
Could you please take a look and correct it or add option to choose which date should be taken into consideration for ne product badge ?
Hello, @Krzysztof,
You are absolutely right, It works on the same logic as you described above, so, unfortunately, we do not have any option in our theme for this now, You can post your request here – https://www.8theme.com/taskboard/ , so our dev team read it. If it takes votes from other customers, our dev team will try to add it in one of the next updates.
Thanks for your understanding and for contacting us.
Have a nice weekend. ?
Regards 8Themes Team.
Hello, @Krzysztof,
For now, you can copy and paste the below-given code to xstore-child/functions.php
add_filter('product_new_label_on_date_created', '__return_true');
Regards 8Themes Team.
it works 🙂 thank you
Hello, @Krzysztof,
You’re Most Welcome!!
Thanks for contacting us.
Have a nice day. 🙂
Topic Closed.
Regards 8Themes Team.
Tagged: badges, label range, limit, themes, woocommerce, wordpress, xstore
The issue related to '‘XSTORE Badges – New Label Range limit does not work’' has been successfully resolved, and the topic is now closed for further responses