|
Hi,
I have an advanced search form with things like keywords, category, manufacturer, max and min price. In my store I have lots of free items and I would like the users to be able to search for these. Currently the only way to do this is to set the minimum price to 0.00 and the maximum price to 0.01.
Now, I would like a checkbox that the users can tick if they want to search only in free products. When ticked this would need to give "pmin" a value of "0.00" and "pmax" a value of "0.01".
Is this possible just from the html form or will I need to make changes to the php. Ideally I would just like to change the html.
Thanks in advance
Simon
|