You are here:  » unmapped categories left blank


unmapped categories left blank

Submitted by marco on Wed, 2014-02-19 15:12 in

Hello,

Is it possible for products with unmapped categories to overwrite the category with an empty field upon import?

Best,
Marco

Submitted by support on Wed, 2014-02-19 15:23

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