• aboumalak

    (@aboumalak)


    Hello,
    My shop use € currency and shows price in this format “29,90 €”
    but in the slider it shows me currency like that “€29.90”. I want to make like my shop listing => currency after price and change the “.” with the “,”
    thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter aboumalak

    (@aboumalak)

    i resolved it by modifying theme_1.php

    who want to do it, it’s changing :
    echo get_woocommerce_currency_symbol() . $product->get_regular_price();

    by

    echo $product->get_regular_price() .” “. get_woocommerce_currency_symbol()

    Thread Starter aboumalak

    (@aboumalak)

    but still looking for how to change the “.” in the price by “,”

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘currency is not well shown’ is closed to new replies.