How to set EMPTY value
If you need to set empty value (meta) in to field do next: select or filter products you need go to tab ‘Bulk Edit’ set checked field(s) you need select ‘new’ leave textinput empty press ‘Do Bulk Edit’
If you need to set empty value (meta) in to field do next: select or filter products you need go to tab ‘Bulk Edit’ set checked field(s) you need select ‘new’ leave textinput empty press ‘Do Bulk Edit’
Iframes get stripped out for security reasons by WordPress engine. To add iframe tag into wp editor read next please: https://wordpress.stackexchange.com/questions/353928/how-to-save-iframe-tag-into-a-post
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!
1 2 3 | 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:
1 2 3 | 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’