Hello,
I'm trying to figure out how to limit the date range of items showing in the New Products section on the home page.
Right now it shows all of the products, not just the latest additions to the store.
Here is the code from the welcome.tpl dealing with the New Products section.
PHP Code:
{capture name=dialog}
{include file="customer/main/products.tpl"}
{/capture}
{include file="customer/dialog.tpl" title="New Products" content=`$smarty.capture.dialog` products_sort_url="home.php?cat=`$cat`&"}
I would like to be able to limit it to the last month of products added to the store.
My site is:
http://store.gingerscraps.net
Thanks in advance for any help or suggestions that you may give.