PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Synchronisation in between Languages, Product Sorting

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 please
If 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.

We use the BEAR Bulk Editor in three languages with WPML in our shop. We have the following three problems:

https://kings-of-fashion.com/

We have sorted the products manually using the"Sort" function of WooCommerce. How can we display the same sorting in the BEAR Bulk Editor? Currently, her displays the order of the"All Products" tab, which makes no sense.
If we set a sale price in BEAR in DE, it is only displayed in DE. Why not automatically in the other languages as well? The sale applies regardless of the language.
We have a product category"Sale" in the shop. Is there a possibility to create a new column in BEAR with a checkbox in which we can set a tick for the category"Sale"?

Thank you very much for your answer and best regards

Gregor

Hello Gregor

We have sorted the products manually  - Please add  this  field - https://share.pluginus.net/image/i20230328125209.png - and check "Default sort by"  settings - https://share.pluginus.net/image/i20230328125401.png

To  sync  sale  prices (https://c2n.me/4iaqnEq.png)  -  https://bulk-editor.com/document/more-settings-implicit   - add  in functions.php

add_filter('woobe_wpml_sync_prices', function($do){
return true;
});

Is there a possibility to create a new column in BEAR with a checkbox in which we can set a tick for the category"Sale"?  - unfortunately the plugin cannot split one taxonomy into multiple columns

Thank you so much - it works :-)

Great! Welcome;)