This operation is possible with enabled “binded editing” mode only, where products should be selected by checkboxes: If necessary make filtration by your logic Set pagination value to the max necessary Select products using checkboxes (press SHIFT keyboard to select from first to last) Enable binded editing mode Click ‘Clear’ button on any selected product […]
Hook ‘woobe_set_per_page_values’ allows to set values for products count per page. But be care with big values (memory overflow), by default max value is 100!
| add_filter('woobe_set_per_page_values', function($add) { return '10,30,100,150,200'; }); |
From version 2.0.6
Hello. I wanted to ask why the attributes of one product can be seen in one of its variants, and no attributes are visible in the second identical product? I have checked it several times and the product settings are exactly the same. I need to see the attributes every time. Now they are displayed […]
Info source: https://pluginus.net/support/topic/description-content-is-not-saved (thanks to alien2108) Problem: If I want to copy media rich Description to another article I get “Warning Saving…”, but no green notice “Notice Saved”. Of course nothing is saved. This happens in both Graphics or Text view attempt. If I try to copy Description in text mode I even get the […]
By link parameter ‘start_page’, example: wp-admin/edit.php?post_type=product&page=woobe&start_page=257 – start page in link as parameter, temporary measure, in the next version will be added ajax smooth page jumping
This feature is hidden to avoid confusing, just look on the screen below: For such filtration there is no necessary select terms as it filter by taxonomy/attribute attachment to the product generally, and not for terms. So if you understood and you need it: in your current wp theme functions.php file drop next code:
| add_filter('woobe_filter_taxonomies_exists_show', function() { return true; }); |
[…]
This option works in premium version of the plugin only. Using tab Filter filter necessary products to be deleted. Also you can use checkboxes which has higher priority in the selection Then go to tab Bulk Edit and check there checkbox ‘Bulk deleting’ Press button ‘Delete Products!’ and wait until operation is done NOTE: Make […]
Do filtration or selection of the products if it necessary, then go to tab Bulk Edit, find field ‘Sale price’ and set there ‘-1’ and select operation ‘set new’
press CTRL+R CTRL+F5 Ctrl+Shift+R Apple + R or command + R (apple) in Chrome browser the best way is: Open the developer tools: Ctrl + Shift + I Now, leaving the panel open, left click on the “Update” button (next to the address line) and do not release the button. After a few seconds, you […]
100% you are trying to install Codecanyon bundle. To install the plugin you are need unpack its bundle downloaded from Codecanyon and then you will find inside woocommerce-bulk-editor.zip which should be installed. Uninstall free version of the plugin before installing premium version. All options are in the data base of the site – so all will be ok with […]