Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Look for Contrib


webiknight

Recommended Posts

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...