Hi David,
I have been looking at using the search external script that you made. Is it possible to restrict it to search just the products in the 'productsmap' table?
Cheers
Eddie
Hello Eddie,
Sure - in searchExternal.php, look for the following code at line 123:
if ($q)
...and REPLACE with:
$priceWhere .= " AND name IN (SELECT name FROM `".$config_databaseTablePrefix."productsmap`) "; if ($q)
Cheers, David. -- PriceTapestry.com
Perfect. Thank you.
©2006-2025 IAAI Software | Contact Us | Privacy Policy
Hello Eddie,
Sure - in searchExternal.php, look for the following code at line 123:
if ($q)
...and REPLACE with:
$priceWhere .= " AND name IN (SELECT name FROM `".$config_databaseTablePrefix."productsmap`) ";
if ($q)
Cheers,
David.
--
PriceTapestry.com