Home Forums WoodMart support forum Отображение рублей

Отображение рублей

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #162712

    kryloff.design
    Participant

    Добрый день. Подскажите пожалуйста, как изменить отображение рублей на просто “руб.”? вместо символа рубли? Т.к. этот символ некорректно отображается на айфонах 8-10 модели, на всем остальном все прекрасно. Либо как можно решить эту проблему?

    #162738

    Hello,

    Which rules are you talking about? Could you please share the screenshot of your problem so I can check the section and help you out accordingly.

    Best Regards.

    #163008

    kryloff.design
    Participant

    Конечно. Квадраты вместо валюты.

    #163009

    kryloff.design
    Participant

    Повторно кидаю,

    Attachments:
    You must be logged in to view attached files.
    #163057

    Hello,

    You want to display your correct currency symbol as “₽” in Iphone, except of those square boxes with the amount right?

    Screenshot for clarification: https://jmp.sh/NWPSWkb

    Could you please test the issue with some default theme like “Twenty-nineteen”. So it will be clear that this is a theme issue or not.

    Best Regards.

    #163118

    kryloff.design
    Participant

    Вы скажите просто пожалуйста, как вместо символа рубля поставить хотя бы “руб.” словами? Чтобы все отображалось. Буду очень благодарен!

    #163140

    Hello,

    Except of using your currency symbol you want to use “rub” word with your amount right?

    For this purpose you can use the below code in your theme funtions.php file.

    add_filter( 'woocommerce_currency_symbol', 'my_custom_currency_symbol' );
    function my_custom_currency_symbol( $symbol ) {
        return 'rub';
    }

    I have test this code at my test site and it works just fine you can check the results below.

    Result: https://jmp.sh/sl5cHHc

    Best Regards.

    #163321

    kryloff.design
    Participant

    Вы святой человек, благослави вас господь

    #163323

    Thank you so much!!!

    Most Welcome :-)

    If you do not mind, can you please leave 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day :-)

    Topic Closed.
    Best Regards.

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

The topic ‘Отображение рублей’ is closed to new replies.