Currency symbol does not update with WPML Multicurrency
Hi,
I’m using BeTheme together with WooCommerce and WPML (WooCommerce Multilingual & Multicurrency).
The multicurrency setup itself is working correctly:
- When switching currency (EUR → USD), the numeric price value updates correctly.
- In the mini cart / side cart (AJAX-loaded), the correct currency symbol is shown ($).
However, in the product catalog and single product pages, the currency symbol does NOT update:
- Example: base price 125 €
- After switching to USD, the price becomes 150 but the symbol remains “€” instead of “$”.
I have inspected the HTML and confirmed that:
- In catalog and product pages, the symbol is rendered in the initial HTML as:
<span class="woocommerce-Price-currencySymbol">€</span>
- After switching currency, only the numeric value changes; the symbol is not re-rendered.
- In the mini cart, the symbol updates correctly, which suggests wc_price() is called again there.
This indicates that some BeTheme WooCommerce templates render the price once and do not re-render the full wc_price() output when WPML changes the currency.
Important notes:
- This is NOT a CSS ::before / ::after issue.
- The currency symbol is present directly in the HTML.
- WPML Multicurrency works correctly in other areas (cart, totals).
- Using standard WooCommerce shortcodes works as expected.
Could you please advise:
1) Which WooCommerce templates BeTheme uses to render prices in catalog and single product views?
2) Whether BeTheme fully supports WPML Multicurrency with dynamic currency symbol updates.
3) If there is a recommended template override or fix to ensure prices always use wc_price().
Thanks in advance for your help.
Comments
Hi,
Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.
It is always a good idea to also attach a screenshot showing your issue.
Did you also check that with another theme, like Twenty Twenty-Five?
Thanks