Open
Reported for: WooCommerce Multilingual & Multicurrency 5.3.3.1
Overview of the issue
If you are using the standalone version of WooCommerce Multilingual, you will experience an issue where the currency resets to the default if the visitor execute actions as changing the country during Checkout or increasing the items quantity on the Cart page.
Workaround
To bypass this issue temporarily, you can use the shortcode versions of the Cart and Checkout pages, known as Classic Cart and Classic Checkout blocks.
To implement the workaround:
- Edit your Cart and Checkout pages.
- Insert the respective shortcodes
woocommerce_cart
for the Cart page andwoocommerce_checkout
for the Checkout page.