WooCommerce (WP All Import)

Import Syntech products into WooCommerce.

Import Syntech products into WooCommerce using WP All Import with its WooCommerce add-on (both paid).

Setup

  1. Install and activate WP All Import and the WooCommerce add-on (via the WordPress admin, FTP, or your developer).
  2. Get your feed URL: sign in at My Account, open XML Feeds, and copy the XML (or CSV) link — both carry the same data.
  3. In WordPress, open All Import and start a new import from your feed URL. Select WooCommerce Products in the import setup.
  4. Drag and drop the fields you want to map. Use SKU as the unique identifier.
  5. To combine branch stock into one quantity, use:
[array_sum(array({cptstock[1]},{jhbstock[1]}))]
  1. To mirror Syntech's category structure, map your categories to the category fields in the feed — or map the data however suits your store; the template is a starting point, not a requirement.

Scheduling

  • Manual (recommended): trigger imports from a server-side cron job on your hosting platform — it runs regardless of whether anyone visits your site. See the WP All Import cron documentation.
  • Automatic: uses the internal WordPress cron, which only fires when the site is visited — less reliable for stock data.

More help: WP All Import documentation and the WooCommerce import guide. Original walkthrough: How to link our product XML or CSV feed.



Did this page help you?