New Landing How can we help? Atelier Icon currency. Mobile.

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Atelier
  • #251337
    SofiCo77
    Member
    Post count: 39

    Hi! In the mobile version not displaying correctly icon currency “ruble”.

    Attachments:
    You must be logged in to view attached files.
    #251358
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific page url with issue to check and resolve the issue.
    Thanks
    Mohammad

    #251572
    SofiCo77
    Member
    Post count: 39
    This reply has been marked as private.
    #251706
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me login detail to check and resolve the issue. Are you using Dollar as a currency?
    Thanks
    Mohammad

    #251717
    SofiCo77
    Member
    Post count: 39
    This reply has been marked as private.
    #251719
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    What is used by you in currency?
    Thanks
    Mohammad

    #251721
    SofiCo77
    Member
    Post count: 39

    Ruble (Russia)

    #251726
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom php 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 'RUB': $currency_symbol = '<i class="fa fa-rub"></i>'; break;
         }
         return $currency_symbol;
    }

    Thanks
    Mohammad

    #251742
    SofiCo77
    Member
    Post count: 39

    Thank!

    #251747
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks Mohammad

    – Kyle

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 one of the following items
Login and Registration Log in · Register