Product Tags Bulk Import

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
Hello all,

I am using nopcommerce 3.7 and the excel file does not have the product tag import export functionality. How can I bulk upload product tags, I have SKU and Product tag mapping but need a way to bulk upload those. Is there a script by which I can do this? Any help will be highly appreciated.

Thanks,
Aiminfosys
4 years ago
You have to develop that feature. Default nopCommerce doesn’t have that.
4 years ago
You can do it with SQL (maybe even using SSMS Import feature).  the tables of interest are:

Product   (get Id from here)
ProductTag  (get Id from here)
Product_ProductTag_Mapping  (Insert records in here)
4 years ago
Any plugin which does this? I could not find any. Or any one has a script which you have used before which I can modify?
4 years ago
Check the "nopAdmin" 3rd party product.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.