“WooCommerce Advanced Bulk Edit” Documentation by “George Iron”
“WooCommerce Advanced Bulk Edit”
Thank you for purchasing my plugin. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!
Table of Contents
- Quick Start Guide
- Viewing products
- Show/hide columns
- Editing products
- Using bulk edit
- Editing attributes
- Deleting products
- Custom fields
- Change log
- Sources and Credits
A) Quick Start Guide - top
With the Advanced Bulk Edit plugin, you can easily edit your products both individually or in bulk. Editable fields are: Title, SKU, Category, Tags, Regular and sale price, Sale Price From, Sale Price To, Tax Status, Tax Class, Weight, Height, Width, Length, Stock Quantity, Stock Status, Manage Stock, Allow Backorders, Sold Individually, Shipping class, Purchase Note, Catalog Visibility, Product Status, Downloadable, Virtual, Down. Expiry, Down. Limit, Down. Files, Down. Type (schema), Featured, Button text, Product URL.
Installing the plugin:
First of all, you need to download the plugin file and unzip it (if you are reading this, you have probably done so already).
.
Now you need to do one of the following:
-
- In the WordPress administration panel, open the Plugins -> Add new -> Upload page.
- Select and upload the woocommerce-advanced-bulk-edit.zip file (the plugin files on the picture above) and click Activate Plugin.
-
- Unzip the woocommerce-advanced-bulk-edit.zip archive into your WordPress plugins folder (located at /wp-content/plugins/).
- Open your browser and go to your WordPress admin panel.
- Open the Plugins -> Installed plugins page and activate the WooCommerce Advanced Bulk Edit plugin.
B) Viewing products - top
The plugin is accessible via Advanced Bulk Edit option of the Products menu.
By default no filters are applied and when you click the Get Products button, all of the available products will be loaded into the editor.
You can easily filter the products by title, regular and sale price, categories, attributes, sku and tags:
C) Viewing different product fields - top
Be default only part of the available fields are shown in the spreadsheet. To view different ones, click the Show/Hide Fields button at the bottom and choose which columns to display.
D) Editing products - top
You can edit each product by simply clicking on its fields in the table. Type the new value and simply hit Enter or click on another cell.
After you've finished editing the field, a red triangle will appear on its top-left corner to indicate that this value has been changed and will be updated in the database.
Note ! Changes are saved via the Save Changes button or when navitaging to a different page of products !
It is easy to revert to the original value of any field. Simply click on the field and then click the Active Cell button (active row is the row containing the active cell and selected rows are the ones with a check mark at their start). Reverting is avalaible for changes prior each save.
E) Using bulk edit - top
To use the bulk edit functionality you have to select the rows first.
Click the Bulk Edit button to show the edit dialog. Select the appropriate options and type the new values.
Click OK to confirm the changes.
Note! To bulk edit images, select the products first and then click on one of the selected ones.
F) Editing attributes - top
Note! By default all attributes are dinamically retrieved and added as separate columns.They are not visible and must be enabled via the "Show/Hide Fields" button first.
After that editing attributes is like any other taxonomy. Important note about the attribute handling by the plugin:
You can add values directly to variations, the plugin will check the parent if the attribute is visible for variations and will enable it/add it automatically - you don't have to add it to the parent first (if it is currently missing of course).
Note! When you remove all attribute terms of variable products, the parent element has to be edited and saved separately.
G) Deleting products - top
Note! If you delete variations using the default "Move to Trash" option and the parent still exists, the variation will not be deleted. Variations only must be deleted with the "Delete permanently" option selected.
H) Custom fields - top
To enter your cutom fields, click the Custom fields buttom.
String and number meta fields are self-explanatory. Let’s look at the dropdown select meta field.
Field name would be the field id, and the different options should be entered in the edit field below separated by commas.
Hierarchical custom taxonomies are category-like - new temrs can not be entered via the plugin, you can only choose existing ones.
Normal custom taxonomies are tags-like - you can choose whether new terms can be inserted via the plugin.
I) Change log - top
-
3.7- 2015-12-29
-
Option to use sql queries when deleting products(the default method in versions < 3.4).
-
8 new search filters.
-
Select items from a group.
-
Copy values from variable products to their variations.
-
Various fixes/tweaks.
-
3.6.2 - 2015-11-09
-
Fix: css conflict from a popular plugin that made the dialogs unusable.
-
Search in the columns dialog/search fitlers.
-
Revised: setting manual height of the search filters is no longer available - redundant after collapse/search filters.
-
Minor fixes/tweaks when creating variations.
-
3.6 - 2015-10-27
-
Variations are now created in batches of 30.
-
Option to skip duplicate variations.
-
Link all variations.
-
Quick actions in the selection dialog - select products/variations, duplicate products/variations.
-
Fix: removing all attribute terms of a variable product did not refresh its meta key.
-
Revised: you need to manually enable the "Used for variations" option before creating variations.
-
Other minor fixes/tweaks.
-
3.5.5 - 2015-09-30
-
Option to save changes in multiple ajax calls to prevent php timeouts.
-
Option to delete images from server/media library.
-
Updated custom attributes support for newer woocommerce versions.
-
Additional information in the image dialog.
-
Improved product gallery images handling.
-
Variation description added.
-
Saving of the filter collapse state on saving changes.
-
3.5 - 2015-09-16
-
Option to use the default table editor when editing descriptions.
-
Show selected products only.
-
Custom attributes improvements - bulk edit and create variations.
-
Paginated products now begin with the newest first.
-
Tweak - decreasing number values that result in less the 0 are now set to 0(the decrease was ignored before).
-
First time users/installs - a hint to use the show/hide button, more default fields.
-
Bug fix - the "Do not retrieve total number" was ignored on default product retrieval.
-
3.4.4 - 2015-08-26
-
3.4.3 - 2015-07-15
-
Fix: Title/descriptions search filters did not work with a single word and contains.
-
Use wordpress editor for description editing.
-
Option to allow editing of every field and bypass the built-in safety net.
-
Show/Hide search filters.
-
Quick Settings area - larger images on hover and bypass image dialog on click.
-
3.4.1 - 2015-07-06
-
Quick bug fix for php < 5.4 only: improper initialization of a php array.
-
3.4 - 2015-07-05
-
Basic support for custom attributes(edit in table only).
-
New options - set search filters height, include all variations on custom taxonomy search.
-
Optimized attribute retrieval\handling to be more ram efficient.
-
Built-in woocommerce fields now support custom translation.
-
Tweak: checking "AND" works for attribute search filters.
-
Bug fix: linked editing did not work for variations in v. 3.3.2.
-
Various minor tweaks and fixes.
-
3.3.2 - 2015-05-28
-
New option to increase row height -> bigger images, text in 2-3 rows.
-
Rounding to 10 and 100 added.
-
Bug fix: could not delete product gallery images in v. 3.3.
-
Tweak: Improved compatibility with third-party themes/plugins.
-
Tweak: Improved compatibility with non-english characters.
-
3.3 - 2015-05-24
-
Save pre-sets of visible table fields.
-
Use multiple search words and regular expressions in the Selection Manager.
-
New option to call the wordpress action save_post.
-
Various fixes.
-
Tweak: Settings dialogs do not wait for the ajax call to finish when saving.
-
Tweak: Automatically resize dialogs in lower resolutions.
-
3.2.5 - 2015-04-26
-
New search filter - shipping class.
-
Added "Uncategorized" for the category search filter.
-
Fix: Ability to set shipping class to none when editing individual items.
-
Fix: Custom taxonomies search filters did not retrieve some terms.
-
Fix: Set skus for variable products instead of their variations only.
-
Tweak: When searching for skus all variations are retrieved if the parent has it.
-
3.2.1 - 2015-04-09
-
Maintenance only - bug fix - id and post title did not appear for fresh installations.
-
3.2 - 2015-04-08
-
Copy field values in the bulk dialog.
-
Rounding when changing decimal numbers by percentage.
-
New search filters - ID, stock quantity/status.
-
Option to set manual table height.
-
Revised design: column ordering is saved.
-
Support for non-standard tax classes.
-
3.1.2 - 2015-03-27
-
Maintenance only - minor bug fixes and improvements.
-
3.1 - 2015-03-20
-
Duplication support.
-
Find custom taxonomies.
-
Spanish translation.
-
Bug fixes and improvements.
-
3.0 - 2015-03-08
-
All custom fields are available for search filters.
-
Improved search in multiple selects.
-
Optionally require confirmation before saving.
-
2.9.7 - 2015-02-20
-
Maintenance only - minor bug fixes and improvements.
-
2.9.5 - 2015-02-08
-
New search filters - long and short description(not visible by default).
-
Bug fix: sometimes attributes not recognized on variation creation.
-
2.9 - 2015-02-05
-
New search filters - sku and tags.
-
Show/hide most of the search filters.
-
New option for better compatibility with third-party cache plugins.
-
2.8.4 - 2015-02-02
-
Improved attribute handling.
-
4 new options added.
-
Minor bug fixes and improvements.
-
2.8 - 2015-01-23
-
Find custom meta fields from third-party plugins.
-
New option added to disable the automatic handling of attributes for variable products.
-
Improved multi-word search.
-
Minor bug fixes and improvements.
-
2.7 - 2014-12-29
-
Support for grouped products.
-
Edit in admin column.
-
Bug fix: catalog visibility was not working since v. 2.6.3.
-
Bug fix: show on product page for simple products.
-
2.6.5 - 2014-12-19
-
Bug fix in dialogs for wordpress 4.1.
-
2.6.3 - 2014-12-12
-
Maintenance only - improved save algorithm.
-
2.6 - 2014-12-08
-
Translation support.
-
Default attributes, "Used for variations" support.
-
New options in the plugin settings dialog.
-
2.5 - 2014-11-24
-
Create products and variations.
-
Optionally retrieve all child categories on search.
-
New fields - publish date, product slug.
-
Bug fixes and improvements.
I) Sources and Credits - top
Many thanks go out to the following:
Once again, thank you so much for purchasing this plugin. As I said at the beginning, I'd be glad to help you if you have any questions relating to this plugin. No guarantees, but I'll do my best to assist. If you have a more general question relating to the plugin on CodeCanyon, you might consider visiting the forums and asking your question in the "Item Discussion" section.
George Iron
Go To Table of Contents