How would I create a New Products page

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Mike718NY
Commodore (COMO)
Commodore (COMO)
Posts: 485
Joined: Wed Jun 18, 2008 5:24 pm

How would I create a New Products page

Post by Mike718NY » Tue Sep 02, 2008 10:37 am

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

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: How would I create a New Products page

Post by mazhar » Wed Sep 03, 2008 1:44 am

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.

Post Reply