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
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
©2006-2025 IAAI Software | Contact Us | Privacy Policy
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