The other day I wrote about my new "fuzzy search" which brings more power to the search function of osCommerce. My friend Paul asked about having a "contact form" on the search results page. My idea was to have a form show if the fuzzy search results show.
So, now the advanced_search_result.php page looks something like this;

Now the person searching has the ability to see "exact matches" as per usual osCommerce and "fuzzy matches" as per my update and a "form" to easily contact the Shop Owner. The form utilises the usual osCommerce structure, including error messages as appropriate and action_recorder.

