export : display only products/variation in stock
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from cafesolo on January 30, 2024, 15:45Hi,
I created a profile which lists all the products in a category whose quantity in stock varies from 1 to 1000 in order to display only the products in stock.
When I do an export, the .csv file displays all the variations of each product, even those whose quantity is equal to 0....
How can I fix this to only list products actually in stock?
Thanks
Hi,
I created a profile which lists all the products in a category whose quantity in stock varies from 1 to 1000 in order to display only the products in stock.
When I do an export, the .csv file displays all the variations of each product, even those whose quantity is equal to 0....
How can I fix this to only list products actually in stock?
Thanks
Quote from Pablo Borysenco on January 31, 2024, 10:36Hello
Unfortunately, the filter by variations does not work for import.
Hello
Unfortunately, the filter by variations does not work for import.
Quote from cafesolo on February 5, 2024, 15:47Hello,
It doesnt work for export ? You wrote for import...
Do you think it will be possible in a future update ?
Thanks
Hello,
It doesnt work for export ? You wrote for import...
Do you think it will be possible in a future update ?
Thanks
Quote from Pablo Borysenco on February 6, 2024, 13:18Hello
Sorry, you're right : for export.
The problem is in the way the file is generated; at the moment this is not possible. But I passed on your suggestion to the developers
Hello
Sorry, you're right : for export.
The problem is in the way the file is generated; at the moment this is not possible. But I passed on your suggestion to the developers
Quote from cafesolo on December 11, 2024, 11:33Hello,
Would have some news, good news about a solution to export product variation with stock.
The latest version of Bear Bulk exports yet all variations, regardless of the filter that mentions products with stock of at least 1.
Thanks
Hello,
Would have some news, good news about a solution to export product variation with stock.
The latest version of Bear Bulk exports yet all variations, regardless of the filter that mentions products with stock of at least 1.
Thanks
Quote from Pablo Borysenco on December 11, 2024, 13:55Hello
Unfortunately, this is not implemented yet, but it is in the developers' tasks.
Hello
Unfortunately, this is not implemented yet, but it is in the developers' tasks.
Quote from cafesolo on December 11, 2024, 16:14It would be great to be able to have a clearly readable stock overview from Bear Bulk,
without looking tet for another additional module to fill this gap in WooCommerce.
Come on developpers, we are with you !
It would be great to be able to have a clearly readable stock overview from Bear Bulk,
without looking tet for another additional module to fill this gap in WooCommerce.
Come on developpers, we are with you !
Quote from Pablo Borysenco on December 12, 2024, 10:40I will write to the developers again so that they raise the priority of this task.
I will write to the developers again so that they raise the priority of this task.
Quote from admin on April 25, 2025, 19:19Hello
Update is done, please do tests: https://bulk-editor.com/document/more-settings-implicit/
Hook: woobe_export_cut_empty_variations
Hello
Update is done, please do tests: https://bulk-editor.com/document/more-settings-implicit/
Hook: woobe_export_cut_empty_variations
Quote from cafesolo on April 29, 2025, 11:08Hello,
Very well, it no longer exports variations with zero stock, but the attribute columns for each product variation are empty: for example, the size and model are not displayed.
Now, I only have the product name, but I don't know if it's a size S or M in stock... :/
Is there an option I missed ?
Thanks for your help
Hello,
Very well, it no longer exports variations with zero stock, but the attribute columns for each product variation are empty: for example, the size and model are not displayed.
Now, I only have the product name, but I don't know if it's a size S or M in stock... :/
Is there an option I missed ?
Thanks for your help
Quote from cafesolo on April 29, 2025, 11:26To complete my previous question, I recently added a filter to my functions.php file
so that the product attributes are not displayed in the name,
because the invoicing software creates a different product if the attributes in the name are different,
thus creating as many products as variations, which makes it unmanageable for accounting purposes...The filter is this:
add_filter( 'woocommerce_product_variation_title_include_attributes', '__return_false' );So, do you have a solution to adapt this filter so that the attributes are displayed in the name in Bear Bulk, as it was by default ?
This would be a solution to see the product attributes in the export.
To complete my previous question, I recently added a filter to my functions.php file
so that the product attributes are not displayed in the name,
because the invoicing software creates a different product if the attributes in the name are different,
thus creating as many products as variations, which makes it unmanageable for accounting purposes...
The filter is this:
add_filter( 'woocommerce_product_variation_title_include_attributes', '__return_false' );
So, do you have a solution to adapt this filter so that the attributes are displayed in the name in Bear Bulk, as it was by default ?
This would be a solution to see the product attributes in the export.
Quote from Pablo Borysenco on April 30, 2025, 09:29Hello
Please try to use this filter - woobe_export_product_fields_answer - to change fields
Hello
Please try to use this filter - woobe_export_product_fields_answer - to change fields
Quote from cafesolo on April 30, 2025, 09:34Hello,
In which purpose : display variation in export ?
How use it ? I'm not a developper...
Thanks for your help
Hello,
In which purpose : display variation in export ?
How use it ? I'm not a developper...
Thanks for your help
Quote from Pablo Borysenco on April 30, 2025, 12:02Hello
This is a hook that passes data for export. With this you can implement your customization.
In this case, you should hire a developer to implement customization.
Hello
This is a hook that passes data for export. With this you can implement your customization.
In this case, you should hire a developer to implement customization.
Quote from cafesolo on April 30, 2025, 12:32Hello,
Could you immediately provide me with a solution to adapt this filter so that variations are displayed in the title in Bear Bulk, so that it returns true:
add_filter( 'woocommerce_product_variation_title_include_attributes', '__return_false' );It's a bit a pity that, when you created this new Hook, you didn't include the export of variations and all columns displayed in Bear Bulk by default.
Thanks for your help
Hello,
Could you immediately provide me with a solution to adapt this filter so that variations are displayed in the title in Bear Bulk, so that it returns true:
add_filter( 'woocommerce_product_variation_title_include_attributes', '__return_false' );
It's a bit a pity that, when you created this new Hook, you didn't include the export of variations and all columns displayed in Bear Bulk by default.
Thanks for your help
Quote from Pablo Borysenco on May 1, 2025, 10:34Hello
Please try this - https://bulk-editor.com/why-the-attributes-of-one-product-can-be-seen-in-one-of-its-variants-and-no-attributes-are-visible-in-the-second-identical-product
Hello
Please try this - https://bulk-editor.com/why-the-attributes-of-one-product-can-be-seen-in-one-of-its-variants-and-no-attributes-are-visible-in-the-second-identical-product
Quote from cafesolo on May 2, 2025, 12:24Hello,
Thank you, this filter works, but it overrides the one that allowed product names to be displayed without attributes in WooCommerce order details :add_filter( 'woocommerce_product_variation_title_include_attributes', '__return_false' );Isn't there a way to apply this
add_filter('woocommerce_product_variation_title_include_attributes',function($should_include_attributes, $product){ return true; },10,2);only to Bear Bulk so that it leaves product names without attributes in the order details ?...
It will be great.
Thanks a lot
Hello,
Thank you, this filter works, but it overrides the one that allowed product names to be displayed without attributes in WooCommerce order details :
add_filter( 'woocommerce_product_variation_title_include_attributes', '__return_false' );
Isn't there a way to apply this
add_filter('woocommerce_product_variation_title_include_attributes',function($should_include_attributes, $product){
return true;
},10,2);only to Bear Bulk so that it leaves product names without attributes in the order details ?...
It will be great.
Thanks a lot
Quote from Pablo Borysenco on May 5, 2025, 10:30Hello
Please try this code:
add_filter('woocommerce_product_variation_title_include_attributes',function($should_include_attributes, $product){if( wp_doing_ajax() ){return true;}return $should_include_attributes;},10,2);
Hello
Please try this code:
Quote from cafesolo on May 5, 2025, 15:50Hello,
Thanks but this new code "overrides" this one :add_filter( 'woocommerce_product_variation_title_include_attributes', '__return_false' );So, in woocommerce orders attributes are again displayed with product name... :/
Hello,
Thanks but this new code"overrides" this one :
add_filter( 'woocommerce_product_variation_title_include_attributes', '__return_false' );
So, in woocommerce orders attributes are again displayed with product name... :/
Quote from Pablo Borysenco on May 6, 2025, 09:27Hello
This is not quite true. This code works only in ajax mode (this is how our plugin gets products)
Hello
This is not quite true. This code works only in ajax mode (this is how our plugin gets products)