• Resolved moccc

    (@moccc)


    Hi, I’m using this plugin and it rocks!
    but the problem is that it shows currencies like this:
    USD, $
    CAD, $
    I don’t want it to be like this
    I want something like:
    $USD
    $CAD
    I tried to change display option from plugin’s settings.
    But nothing happened when I selected left, right, left spaced, right spaced.
    How can I fix this?

    • This topic was modified 4 years ago by moccc.

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

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

    (@mediawebster)

    Hello

    You can create any sign – https://c2n.me/49GZItl.png

    Result – https://c2n.me/49GZKDs.png

    Thread Starter moccc

    (@moccc)

    Thank you for your reply.
    I did it, but the thing is that I don’t want it to be like this: USD, $USD
    I don’t want the comma and USD before that. I want just $USD
    How can I achieve this?

    Plugin Support mediawebster

    (@mediawebster)

    Hello

    Ok! My test – https://c2n.me/49IGByU

    Thread Starter moccc

    (@moccc)

    Thank you for your help.
    But it isn’t what I asked for.
    The currency is fine in the product’s content.
    But I want to change the way it shows in switcher shortcode in the header section.
    As you can see, in the header switcher shortcode (in the website I posted first), it still shows like this: USD, $USD

    Plugin Support mediawebster

    (@mediawebster)

    Hello

    Ok! Please add this code to functions.php

    add_filter('woocs_currname_in_option', function($name){
    return '';
    });
    Thread Starter moccc

    (@moccc)

    Thank you! it worked!

    Plugin Support mediawebster

    (@mediawebster)

    Hello

    welcome;)

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Wrong currency format’ is closed to new replies.