Wrong currency in last generated form
-
If you use multicurrency on your site, you will need replace code in all file wc-robokassa.php
-// get_option(‘woocommerce_currency’);
+// get_woocommerce_currency();And you will need add your currency code in array()
Example: array(‘RUB’,’UAH’,’EUR’,’USD’)
The topic ‘Wrong currency in last generated form’ is closed to new replies.