creating featured items page
creating featured items page
I'm new to ac7 and checked the forum but cannot find out how to do the following: In 5.5 my customers liked the fact that I had a page (specials.aspx) where I showed all specials in order by A-Z format. Is there a way to organize featured items in this format to create a page in ac7 where by they can be listed all on one page(s). I assume code would have to be changed in featuredproductsgrid.aspx.
Mark
Re: creating featured items page
I got it....If anyone is interested this is how I did it......I just made a link to the following page on my site
http://www.blah.com/Search.aspx?s=IsFeatured DESC, Name ASC&p=0
http://www.blah.com/Search.aspx?s=IsFeatured DESC, Name ASC&p=0
Mark