Skip to content

Instantly share code, notes, and snippets.

@KittenCodes
Last active November 25, 2020 23:39
Show Gist options
  • Save KittenCodes/1d85c18cadd51404df71336759b5d108 to your computer and use it in GitHub Desktop.
Save KittenCodes/1d85c18cadd51404df71336759b5d108 to your computer and use it in GitHub Desktop.
Update product prices with WP All Import

Update WooCommerce product prices with WP All Import

You will need an import file that contains the new price and the variation SKU. For this process to work correctly, your products will need to have unique SKUs.

  1. Create an "Existing Items" import to WooCommerce Products: https://d.pr/i/c5daMc
  2. On Step 3 of the import process, leave the Product Type set to Simple and add the new price information: https://d.pr/i/P6XQhC
  3. On Step 4 of the import process, select to match on the custom field _sku and add the SKU element from your import file: https://d.pr/i/7EwWTl
  4. Also on Step 4, select to update the custom fields _price, _regular_price and _sale_price only: https://d.pr/i/gaXjgl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment