You are here:  » Importing only category hierarchy mapped products


Importing only category hierarchy mapped products

Submitted by IG on Sun, 2018-11-25 20:32 in

Hi David

I am experimenting with Category Hierarchy Mapping. How can I import only the products that are part of the reverse mapped categories?

Cheers, IG

Submitted by support on Mon, 2018-11-26 08:39

Hello IG,

Sure - if you edit includes/admin.php and look for the following comment at line 450:

    /* niche mode */

...and REPLACE with:

    /* niche mode */
    if (!isset($importRecord["categoryid"])) return;

With that in place products will only import if a category hierarchy node is set...

Cheers,
David.
--
PriceTapestry.com