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

update multi-currency settings in bulk

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.

Hello,
Defining/replacing products comprehensively is possible with the help of woocommerce
I wanted to update horizontal prices for all variations.

Now, I see that with WPML it is not possible to set a price per currency of the same language for each variation, but it has to be done one by one.
Very problematic and difficult to do.

After WPML's recommendation to use your plugin, I have now purchased and installed it, but I can't find an option to do so.
Attaching the screenshots to the normal option I mean. How can it be realized with the help of your plugin?

*When I try to make a normal wholesale change, it sets the prices in the default currency, I don't see an option for a wholesale change in this way to the other currency

https://prnt.sc/kOxtkAbHrrib

https://prnt.sc/I8oslLyjCWF3

Thanks

 

https://wpml.org/forums/topic/update-multi-currency-settings-in-bulk/

Hello, is the support active?

Hello

Try  to  edit  this  field  as  meta  data - https://bulk-editor.com/video#video_1290 AND https://bulk-editor.com/video#video_3044

Thanks. I did it.
I have a strange bug
He does not accept the discount.
If I edit the page itself, everything is fine, but through the plugin, it doesn't accept
I need urgent help, please
Attach a video

https://drive.google.com/file/d/1hl6FWk_ZmqR-_iZq1i40GjJ2vQLKOEYf/view?usp=sharing

Hello

Please  drop me  wp-admin access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png I will check it

Thanks.
I sent you

I noticed now that there are products that do not receive the definition at all (even of the regular price only).
For example https://www.wildrabbitkids.com/product/overall-jeans-pilot-cut-dark-rebel/

Note what is defined: https://prnt.sc/V4vkFBMZg3Ap
Note product page: https://prnt.sc/IyY0AolGZzZq
Note product edit: https://prnt.sc/cbSPAXFxQ6Up

hello

I  added  correct  key - https://share.pluginus.net/image/i20230406104608.png

Please doa test

Hello, thank you for your care! Appreciate it very much.

It is set properly at a sale price.

But I think the normal dollar price parameter is incorrect.
Pay attention to the definition of the product - https://prnt.sc/kywfEUIguJKj
Note that when you enter the product, it seems that the parameter is not accepted - https://prnt.sc/R7-hjK42O6zH

my plugin changes data on the product side, but how this data is processed by a third-party plugin does not depend on our plugin

 

 

Thank you for your response. I understand that your plugin changes the data on the product side, but it seems that the prices did not change even after using your plugin to set the prices (The price does not change in all cases for some reason). After setting a price on the product page itself, the price in dollars changed. Could you please clarify why the prices did not change, even on the product side, after using your plugin to set them? Maybe the key that I set even at the regular price is not the correct one? I appreciate your assistance in resolving this matter.

Hello

I did a test, changing these values in my plugin correctly changes the data on the edit products page

What could be the reason for this behavior: Third party plugin has its own data processing function( it is very logical if this plugin caches prices )  And the processing of this data depends on the event (pressing the button will save).

To solve this problem, you need to know this event (hook)

Do I need the following 3 inputs:
_sale_price_USD - Sale price of the USD currency,
_regular_price_USD - Regular price of the USD currency,
_price_USD - Actual Price of the USD currency,

Or you can define only these 2:
_sale_price_USD - Sale price of the USD currency,
_regular_price_USD - Regular price of the USD currency

?

Hello

it is better to ask the author of this functionality. But I think it's better to change three fields, since all these fields are involved in price formatting.

_price_USD  - I think this price should be generated automatically (as in woocommerce), but if the plugin uses custom hooks, it's better to fill in this field

I understood, thank you.
Is it possible to send data to several fields? So that we don't have to fill in several similar inputs every time
For example: I want to set $30, so is it possible to create one input that will send the figure to both '_price_USD' and '_regular_price_USD'
?

Unfortunately no.

But you can do bulk edit and copy from one field to another. for example, you edited _regular_price_USD field.  Then copy the values from _regular_price_USD to  field _price_USD - https://share.pluginus.net/image/i20230424131348.png - ( In the example, copying the sale price to the regular price )