
p.jindras@seznam.cz(@p-jindras-seznam-cz)
3 Posts
Customers
Quote from p.jindras@seznam.cz on December 8, 2020, 14:31
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, 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

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on December 9, 2020, 11:50
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
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');

p.jindras@seznam.cz(@p-jindras-seznam-cz)
3 PostsTopic Author
Customers
Quote from p.jindras@seznam.cz on December 9, 2020, 12:05
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, 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

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on December 10, 2020, 12:09
Hello
It doesn't work that way. You need to convert prices, and for this you need to customize the third-party code
Hello
It doesn't work that way. You need to convert prices, and for this you need to customize the third-party code

p.jindras@seznam.cz(@p-jindras-seznam-cz)
3 PostsTopic Author
Customers
Quote from p.jindras@seznam.cz on December 10, 2020, 15:42
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.
Yea, ok, so where can i paste
global $WOOCS;
$WOOCS->set_currency('EUR');

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on December 11, 2020, 11:56
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
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