Hi,
Thank you for reaching out.
It could be possible that a theme or plugin conflict is causing this behavior. In this case, we would recommend testing by taking the following steps: https://docs.woocommerce.com/document/woocommerce-self-service-guide/
If you don’t want to perform these tests on the live site, I would recommend reaching out to your web host to see if they offer a staging site as part of your hosting package. If not, then I’d recommend using the WP Staging plugin to duplicate the site.
Let us know how this goes!
Best regards.
Hi.
Thank you for the reply. I will try the steps you suggested. Meanwhile, I implemented this temporary CSS fix in case anyone else has the same issue.
/* Hide wrong symbol when PLN is active */
body.woocommerce-multi-currency-PLN .woocommerce-Price-currencySymbol {
display: none !important;
}
/* Append correct symbol after amount (right-with-space layout) */
body.woocommerce-multi-currency-PLN .woocommerce-Price-amount.amount::after {
content: “zł”;
}
And just for info – we are using Bricks builder and theme 🙂
Have a nice day <3
I’m glad to hear that. Since you’ve implemented a custom CSS fix, you can keep it as it is