Importing product descriptions into ZenCart using PowerShell, Excel, and phpmyadmin – Part 2

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

Importing product catalogs into ZenCart using PowerShell, Excel, and phpmyadmin – Part 1

I’ve been busy tonight working on ChaosCollectibles, trying to get all of the products added. Since the first thing I did was grab all of the images, I was done “scanning.” Next, I needed to add them all to the site.

Dave had spent about 5 hours in total adding around 100 cards. We [...]

www.chaoscollectibles.com and PowerShell system.net.webclient Script

I finally did it. I got the e-commerce bug and started my own shop. I’m working with Dave K on it, and we’re progressing quite well with a lot of mentoring from Bill and all of his XekoShop experience.

So, PhishThis will contain a lot of posts related to how I’m making like easier [...]