Hi everyone,
I’m working on my online store where I sell cabinets, and I’ve run into a bit of a challenge. The products I’m dealing with come in a wide variety of categories and subcategories, each having multiple color variations. Manually uploading each product and its variations to my site is turning out to be incredibly time-consuming.
The source where I get my products uses a CMS that dynamically loads content, making it a bit tricky to simply download all the product images and details directly. My site is powered by WordPress and WooCommerce.
I’m looking for advice or tools that could help streamline this process. Specifically, I need a way to efficiently download product images and details, and then upload them to my store. I’ve heard a bit about web scraping and bulk import via CSV but am not sure how to approach this or if there are better methods.
Any recommendations on tools, plugins, or strategies that could make this process easier would be greatly appreciated. Also, if anyone has experience with automating product uploads to WooCommerce from dynamically loaded content sources, I’d love to hear how you managed it.
Thanks in advance for your help!
[ad_2]
I’m not sure if you’re willing to pay for a license, but my go-to plugin for similar projects is [WP All Import](https://www.wpallimport.com/). It has a WooCommerce add-on as well. You can use CSV, XML or Excel files to import posts, pages, products etc. It’s also possible to schedule imports using cron jobs.
While it probably does take some research of the documentation and testing to configure your import (especially with WooCommerce products in my experience), in my opinion it’s very user friendly and clear to setup.