• Hello

    How do I get a break between the number and the currency sign?
    It is like this: 15$ and I would like: 15 $.

    Greetings and thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jakubsz

    (@jakubsz)

    Alredy know.

    In best-restaurant-menu-by-pricelisto/templates/admin/vendor/currency-symbols.php you must change in your currency
    with 'PLN' => '&# 122;&# 322;' on 'PLN' => '&# 127;&# 122;&# 322;' without spaces between &# number

    • This reply was modified 3 years, 5 months ago by jakubsz.
    • This reply was modified 3 years, 5 months ago by jakubsz.
    • This reply was modified 3 years, 5 months ago by jakubsz.
    • This reply was modified 3 years, 5 months ago by jakubsz.
    • This reply was modified 3 years, 5 months ago by jakubsz.
    • This reply was modified 3 years, 5 months ago by jakubsz.
    • This reply was modified 3 years, 5 months ago by jakubsz.
    • This reply was modified 3 years, 5 months ago by jakubsz.
    • This reply was modified 3 years, 5 months ago by jakubsz.
    • This reply was modified 3 years, 5 months ago by jakubsz.
    • This reply was modified 3 years, 5 months ago by jakubsz.
    Plugin Author PriceListo

    (@pricelisto)

    Thanks @jakubsz.

    If you wanted to add space on the front end, you could also modify the template file you’re using.

    For example, for Colorful template:

    Modify this file:
    /wp-content/plugins/best-restaurant-menu-by-pricelisto/templates/func-temp/colorful.php

    Change:
    $currency . $item->price

    To:
    $currency . ' ' . $item->price

    Something like that would work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘gap between value and currency’ is closed to new replies.