WooCommerce QuickPay (por Perfect Solution)
Enchufar: https://wordpress.org/plugins/woocommerce-quickpay/
En el archivo functions.php de su tema de wp actual, agregue el siguiente código:
add_filter ('woocommerce_quickpay_currency', function ($ currency, $ order) {if (class_exists ('WOOCS')) {global $ WOOCS; $ currency = $ WOOCS-> current_currency;} return $ currency;}, 10, 2);