New Landing How can we help? Atelier currency

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Atelier
  • #257844
    NikkiSt
    Member
    Post count: 240

    Hi Guys,

    Is it possible to show users what currency the shop is priced in? You can choose this in woocommerce but where does it display on the front end? I have selected AUD but obviously $ could refer to USD or NZD…?

    Thanks

    #257863
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    It should not happen so please provide me login detail to check and resolve the issue.
    Thanks
    Mohammad

    #257880
    NikkiSt
    Member
    Post count: 240
    This reply has been marked as private.
    #258010
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Whats the website url?
    Thanks
    Mohammad

    #258027
    NikkiSt
    Member
    Post count: 240
    #258058
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please paste this code at functions.php of child theme.

    add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2);
    
    function change_existing_currency_symbol( $currency_symbol, $currency ) {
         switch( $currency ) {
              case 'AUD': $currency_symbol = 'AUD$'; break;
         }
         return $currency_symbol;
    }

    Thanks
    Mohammad

    #258104
    NikkiSt
    Member
    Post count: 240

    Cool – thanks so much! If I wanted the AUD to come after the dollar amount, what would I need to change ? e.g. instead of AUD$25 —> $25AUD

    Thanks!

    #258110
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You can do it through Admin > WooCommerce > Settings > General > Currency > Choose currency position right.
    Thanks
    Mohammad

    #258175
    NikkiSt
    Member
    Post count: 240

    Thanks

    #258176
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome and glad to help you.
    Thanks
    Mohammad

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register