Requires Import WP: 2.11.6
Version: 2.3.5
Import WP WooCommerce Product Importer Addon adds a new Template allowing you to import WooCommerce Variable, Simple, Grouped and External Products. Combine this with the power of Import WP PRO allowing you to import custom fields and many other features.
Import WP WooCommerce Product Importer gives you control over what fields are imported when importing Simple Products. Import General settings allowing you to import the price, promotional/sale price and any tax settings. Import shipping settings such as product dimensions and shipping class. Import Linked products such as Upsells and Cross-sells products. Import Product Attributes using Global or local attributes from existing or new attribute terms. Import attachments such as Feature Image and Product Gallery Images. Import Taxonomies such as Product Categories, Tags and any custom taxonomies. Import custom fields declared by your theme or plugins.
External products can be imported by setting the Product Type to external and configuring the External Product fields to set the product url and button text along with any of the simple product fields which form the base of most product types.
Grouped products are imported by setting the Product Type to grouped, setting the products which are to be grouped from a list of products, along with any of the simple product fields to populate the grouped products details.
Importing Variable Products and their product variations can be done by first importing the parent variable product with all the product attributes and attribute terms needed to create the relationships with its product variations. Next With the variable products created importing the product variations need to be linked to the parent variable product, also setting there unique product attributes that create the variation.
Section | Field key |
---|---|
Product Gallery | product_gallery.* |
Product Downloads | product_downloads.* |
Product Attributes | product_attributes.* |
Product Upsells | product_upsell |
Product Cross-sells | product_crosssell |
Product Grouped | product_grouped |
The WooCommerce Product Importer Addon can currently only be installed by downloading from github.com via the Releases tab of the repository.
- Download the latest version via the Releases page on github.
- Upload ‘importwp-woocommerce’ to the ‘/wp-content/plugins/’ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
- When creating an importer, a new template should appear on the template dropdown.
- ADD - Add new field for "GTIN, UPC, EAN, or ISBN".
- FIX - stop empty local attributes being added.
- ADD - Add featured product field to advanced section.
- FIX - Fix issue where adding a new attribute onto a product would not set used for variations unless updated.
- FIX - Fix issue with blank screen caused by filtering array values, and then the javascript treating the array as an object.
- FIX - Fix updater script to get rid of php warning message.
- ADD - Add new option to allow the ability to append product attributes instead of clearing previous.
- ADD - Update exporter to export all core WooCommerce product types.
- ADD - Auto populate field map in importer when using a default export file.
- FIX - Product variations now add required attributes to its parent variable product.
- ADD - Add Product fields to ImportWP new Permission field Interface.
- ADD - Add filter
iwp/wc_ignore_empty_variable_attributes
to exclude empty terms when importing variable products. - ADD - Add list of unique fields to new dropdown in ImportWP v2.8.2
- FIX - Update exporter to work with Import WP 2.7.0
- FIX - fix product attribute permissions
- ADD - new filter
iwp/woocommerce/product_attributes/keep_existing
to allow appending of attributes.
- ADD - New Attribute "Used for variations" field.