View Single Post
  #3  
Old 02-14-2003, 12:05 AM
 
cyberactive cyberactive is offline
 

Senior Member
  
Join Date: Sep 2002
Location: The Netherlands
Posts: 115
 

Default

Thanks Vince....it helped me a lot.

The above code was correct, but the $products was not available in the search.php

I've added the following to search.php
Code:
$products = func_query("select distinct param03 from $sql_tbl[products] where $sql_tbl[products].param03 <>'' order by $sql_tbl[products].param03 asc"); $smarty->assign("products",$products);
Right after the require lines.
__________________
Dennis

Shop @ http://www.cyberlease.nl
Version shop: 3.4.4 (shop is NOT life anymore)
Mods:
- Dutch language
- Changed payment methods and shipping methods
- Package tracking system for Dutch TPGpost.
Reply With Quote