View Single Post
  #6  
Old 10-26-2009, 01:47 AM
  pauldodman's Avatar 
pauldodman pauldodman is offline
 

X-Guru
  
Join Date: Jul 2003
Location: Spain / UK
Posts: 3,062
 

Default Re: Copy search box to non-cart pages

Crikey, that's a while back, Jeff

Basically, we are looking at this line:
<FORM method="POST" action="search.php" name="productsearchform">

within which is "search.php" - so what you need to do here, is change the link so that wherever you put this form, it can still find search.php

Maybe adding http://yourdomain.com/search.php
or http://yourdomain.com/store/search.php

or ../search.php

something like that, just so it can find the file from wherever it is.
__________________
Paul Dodman
e-business & m-commerce consultant
w: www.luminointernet.com
e: xcart@luminointernet.com

Professional X-Cart help, advice, support and services, specialists in Mobile X-Cart.
Reply With Quote