• Resolved saraeee

    (@saraeee)


    Hi,

    Thank you for this great plugin. I wanted to know if there is any way I can show the product price in both currencies at the same time. Right now, we have to use an info icon to see the price in another currency, but I want to have them displayed simultaneously.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support mediawebster

    (@mediawebster)

    Hello

    Unfortunately the plugin does not have such a feature. ??But you can customize the CSS code of the “info icon” so that the prices are always displayed

    Thread Starter saraeee

    (@saraeee)

    Thank you so much for your help.

    1. I did it with CSS, but right now the problem is that when a mouse-over event happens on the default price, the second currency moves . How can I solve that? Can you help me?
    2. Is there any way that I can have both prices on the cart and checkout steps at the same time?
    Plugin Support mediawebster

    (@mediawebster)

    Hello

    1 Please drop me exact link to the issue

    2 Try to use standard woocommerce hooks to change price html

    Thread Starter saraeee

    (@saraeee)

    I used below css code and could solve movement of the second currency with mouse over:

    .woocs_price_info .woocs_price_info_list {
    position: static !important;
    }

    For the second item can you give me some more information to be able to solve it?

    Plugin Support mediawebster

    (@mediawebster)

    Hello

    To change price html on the cart you can use these hooks:

    woocommerce_cart_total

    woocommerce_cart_item_price

    woocommerce_cart_item_subtotal

    woocommerce_cart_subtotal

    woocommerce_cart_totals_taxes_total_html

    woocommerce_cart_tax_totals

    woocommerce_cart_shipping_method_full_label

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Show price in both currencies at the same time’ is closed to new replies.