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

Converted price to XML Feed

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, i have default currency Euro, but i need put to my xml feed price in CZK, is there some parametr or vaule, which i can paste to my xml feed to have there converted price in CZK?

 

Thanks

Hello

Are you using custom code to create the file?

To  set  currency - https://currency-switcher.com/function/woocs-set_currency/

In  your case :

global $WOOCS;
$WOOCS->set_currency('CZK');

Hello, i am using plugin for xml feed, i can put some value there or i can paste custom value:

Screenshots:

https://ibb.co/7gpXZzR
https://ibb.co/YQtqKnC

 

Hello

It doesn't work that way. You need to convert prices, and for this you need to customize the third-party code

Yea, ok, so where can i paste

global $WOOCS;
$WOOCS->set_currency('EUR');
Can i paste it to Product Feed Pro plugin? (https://wordpress.org/plugins/woo-product-feed-pro/), i dont understand well what can i do with that code, i want to let default currency Eur, but i need to have xml file with prices in CZK.

Hello

Unfortunately I don't know the code of this third party plugin

You need to insert this code before the loop in which the list of products is formed/ More precisely, you should ask the support of this third-party plugin