Hi David
Trust you are well
as you know I have enabled 'ean' search across all my site in addition to product name, description etc.
Is it possible in the product mapping to ammend the search in admin/productsmap_helper.php, so that as well as searching product terms to find product names similar to a product, I would be able to search ean numbers and bring up the product names that are the same product i'm trying to match, while i know these already appear on the comparison table on the product page, i was just trying to tidy up the search results.
look forward to your response
regards
phil
Hi David
In working through the product feeds on my site, I have come on an issue and was wondering if you could help, sometimes a product in a feed has an incorrect ean number,
Is it possible for mapped products to have an ean field on the /admin page, where if you enter a specific ean number it only allows ean numbers that are either empty (matched because of product name) or products with the same ean number are shown, and products maybe with the correct name but an incorrect ean number are not shown?
eg:
Canon IXUS 1100 HS / ean: 8714574573199 (Black)
Canon IXUS 1100 HS / ean: 8714574573274 (Red)
ideally i need to create 2 product names:
Canon IXUS 1100 HS Black
Canon IXUS 1100 HS Red
but I cant use the product name.
thanks for your time:
regards
Phil Stone
www.buy24-7.net
Hello Phil,
Sure - in admin/productsmap_helper.php, look for the following code at line 61:
$where = implode(" AND ",$wheres);
...and REPLACE with:
$where = implode(" AND ",$wheres);
if (count($words)==1)
{
$where = " (".$where.") OR ean='".database_safe($q)."' ";
}
Cheers,
David.
--
PriceTapestry.com