• Resolved mousepadsp

    (@mousepadsp)


    Good Day,
    I was wondering if I can show the Country Currency and not just the $ symbol
    Like if the price is in USD for the plugin to display: $10.00 USD

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ShopConstruct

    (@shopconstruct)

    Hi there,
    If you are familiar with coding you can change that behavior manually in plugin’s code base,
    just find the plugin folder, navigate to includes/helpers/class-shop-ct-formatting.php file, replace line 46 with following code
    return $formatted_price . ' ' . $currency;
    If you are not familiar with coding, you might have to wait the next update, we are making big changes in plugin and will include this one as new feature.

    Thanks.

    Thread Starter mousepadsp

    (@mousepadsp)

    Thanks, will have a go at the coding.

    Thread Starter mousepadsp

    (@mousepadsp)

    Thank you very much, it worked.

    Plugin Author ShopConstruct

    (@shopconstruct)

    Hi there, thanks for your feedback, We are glad to help you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How Can I Display Country Currency’ is closed to new replies.