Hello,
Is it possible for products with unmapped categories to overwrite the category with an empty field upon import?
Best, Marco
Hi Marco,
Sure! In includes/admin.php look for the following comment around line 360:
/* niche mode */
...and REPLACE with:
if (!in_array($importRecord["category"],$admin_importCategoryMappings)) { $importRecord["category"] = ""; } /* niche mode */
Hope this helps!
Cheers, David. -- PriceTapestry.com
©2006-2025 IAAI Software | Contact Us | Privacy Policy
Hi Marco,
Sure! In includes/admin.php look for the following comment around line 360:
/* niche mode */
...and REPLACE with:
if (!in_array($importRecord["category"],$admin_importCategoryMappings))
{
$importRecord["category"] = "";
}
/* niche mode */
Hope this helps!
Cheers,
David.
--
PriceTapestry.com