How would I go about creating a "New Products" page?
Is this option available in the Admin?
How do I "mark" products as new and then display them? thanks
How would I create a New Products page
Re: How would I create a New Products page
For this you can create another ASPX page. read the following topic
viewtopic.php?f=44&t=6564
and for new products you can create a new user control which loads and show the products depending upon the products creation data. You can use CreatedDate column for this purpose.
viewtopic.php?f=44&t=6564
and for new products you can create a new user control which loads and show the products depending upon the products creation data. You can use CreatedDate column for this purpose.