Totally Zenned
- Join Date:
- Mar 2005
- Location:
- Helsinki
- Posts:
- 477
- Plugin Contributions:
- 0
displaying new products in all categories
I'd need to display small "new" image or text in all the product lists next to product name with products that are added within last 14 days.. I guess there must be a way to edit product list template files so it would do it? I'm no good with php but if you pick a line from new products template there's this line:
date_format(p.products_date_added, '%Y%m') >= date_format(now(), '%Y%m')";
so if you'd make it a if clause somehow so it would be
if product added within 14days (or 30 whatever)
display image
if not display nothing
Can someone php wise please tell how it could be done?