PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

The currency widget not working properly

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hi,

I got 2 problems.

First, on the product page, the currency switcher shows beneath the product information. Thus, it is not working. I can't click and change currency.

Second, in the category page, the currency code always shows AUD, it doesn't change to the new currency although the price has been changed after I clicked on another currency.

Examples in the private data.

Please help.

Thank you.

Selina

Hello Selina

This is a conflict with the current theme

Try to ad  CSS:

.product-template-default  .et_pb_row_2{

z-index: 8;

}

Result: https://c2n.me/45Pr62D.png

AND

.shop_product_price sup{

display: none;

}

Result: https://c2n.me/45PrjrC.png

Hi Pablo,

Thank you for the help. After I added the CSS codes,  there is still an issue on the product page. Most of the currencies are working now except for the last one. The Indian currency still shows beneath the footer. Thus, it is not clickable. Could you please advise how to solve it?

Best,

Selina

Hello Selina

.product-template-default  #main-footer .et_pb_section{

z-index: 8;

}