Assigning categories in bulk product import

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
when doing a bulk product import is there a way to assign the categories or does this need to be done manually one product at a time?
13 years ago
swisor wrote:
when doing a bulk product import is there a way to assign the categories or does this need to be done manually one product at a time?


till now in all the versions of nopCommerce including 1.6 version category mapping has to be done manually for each product. The export/import feature works only for products not categories or images which has to be done manually.

In addition if you want to have feature of bulk import/export along with category mapping then you have to modify the nopCommerce code according to your requirement.

These are the files in which you can modify the code according to your req: nopCommerce 1.60\Libraries\Nop.BusinessLogic\ExportImport > ExportManager.cs and ImportManager.cs
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.