Quote Originally Posted by Merlinpa1969 View Post
Ok Linda to keep this all in one thread,

I have acustomer that gets to checkout ( secure page ) they say self and self says Huh ,
I outta see if they also have that green doo dad

they hit the search box in the header and now they are NOT sure that they want to buy cause they see this neat security warning.

with your "fix" the customer dosnt even have the search box to loog for the doodad so now we have lost an add on sale......


See the way this is going.........
Again there are several ways to fix this ... adding the $request_type to all form/submits is the simple solution ...

Example tpl_search_header.php change to:
PHP Code:
  $content .= zen_draw_form('quick_find_header'zen_href_link(FILENAME_ADVANCED_SEARCH_RESULT''$request_typefalse), 'get'); 
And don't forget the other 20+ files that also must be addressed ...