• Resolved ryanw92

    (@ryanw92)


    Hi, I need to change my currency symbol to “LKR”. Any suggestions, please?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @ryanw92, you can configure currency to the needed settings, under your dashboard > in the Restaurant Menu tab > Settings > Currency Settings.

    Thread Starter ryanw92

    (@ryanw92)

    Hi, Yes, but I need to change the symbol. The standard Sri Lankan Rupee comes in a different language. I need to change the currency symbol as “LKR” <— these exact words

    Plugin Support dimned

    (@dimned)

    Hi @ryanw92,
    You can modify the currency label by editing /wp-content/plugins/mp-restaurant-menu/classes/models/settings/class-settings.php open this file and find the line below:
    'LKR' => '& #xdbb;& #xdd4;',

    remove it and add this instead:

    'LKR' => 'LKR',

    Thread Starter ryanw92

    (@ryanw92)

    Thank you very much! Really appreciate it!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I need to change my currency symbol’ is closed to new replies.