webiknight Posted September 24, 2005 Posted September 24, 2005 Is there a contribution that will list any item that is less then a certian price. Like all items < $100. Thanks,
dave111 Posted September 24, 2005 Posted September 24, 2005 Could just setup a hidden search form (with only the submit button visable) Something like this: <form method="get" action="advanced_search_result.php name="advanced_search"> <input type="hidden" name="pto" valve="100"> <input type="image" border="0" name="submit" src="images/someimage.jpg"></form> Then when you clicked on the "someimage.jpg" it would list all products with a price < 100
GraphicsGuy Posted September 24, 2005 Posted September 24, 2005 Or there is this contrib: Shop by price infobox Rule #1: Without exception, backup your database and files before making any changes to your files or database. Rule #2: Make sure there are no exceptions to Rule #1.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.