If you followed the last post, this one is a continuation.
So, you’ve imported all of your products into the products table with the last script. Next, you need to add the information about the products to products_to_categories, so the categories are properly mapped, and to products_descriptions, so you have a name, etc.
You’ll need the products_id of the FIRST product you inserted with the last script.
Check out this PowerShell script: Continue reading Importing product descriptions into ZenCart using PowerShell, Excel, and phpmyadmin – Part 2

