Posted on 24/06/2024 10:58:41
Hi Nicolai,
Thanks for your reply.
I have now adjusted the creation date of one product for testing with the following query:
UPDATE EcomProducts
SET ProductCreated = '2024-05-26'
WHERE ProductNumber = 'SUNE 0800';
And then tested with this:
SELECT ProductNumber, ProductCreated
FROM EcomProducts
WHERE ProductNumber = 'SUNE 0800';
In the result you can see that the date has been adjusted (and also in PIM):
But the badge doesn't appear. The settings of the badge in the product detail and overview are also correct:
I also cleared the cache.
Kind regards,
Caro De Weze