View Single Post
  #9  
Old 09-25-2003, 07:48 AM
 
Gibberish Gibberish is offline
 

Senior Member
  
Join Date: Sep 2003
Posts: 182
 

Default

I added the code to search.php so I should be able to search for product code now?

Do I have to add another form and tell it what to look up in advanced_search.tpl? Or was that code built to use the product_title form already there?

EDIT

Also I get this error when I apply the code:

Warning: Division by zero in /usr/www/htdocs/saddlemen/test_site/xcart_test/customer/search.php on line 111


Here is my line 111:

$total_nav_pages = ceil($total_products_in_search/$config["General"]["products_per_page"])+1;

Any Suggestions?
Reply With Quote