Hi David,
You previously helped me with this, but can no longer find the solution !!
Looking to limit products being imported, to those where there is an exact product name referenced in the name field in the productsmap table. So basically only showing product titles, which have a product map.
Have searched my email and this forum, but can't come across the mod.
Any ideas ?
Many thanks
Adrian
Hi Adrian,
No problem - in includes/admin.php, look for the following comment around about line 268:
/* check product record for minimum required fields */
...and then add the following code just before that point:
if (!array_search($importRecord["name"],$admin_importProductMappings)) return;
Cheers,
David.
--
PriceTapestry.com