Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1310967
Default Restaurant Item Currency
Closed

Comments

  • niall byrne started the conversation

    Hi - How can you tell me to change the default restaurant item currency from dollar to Euro - I do not want my client having to enter euro symbol every time the add a menu dish.


  •  1,845
    Elated replied

    Hello,

    You can enter desired Currency symbol in Elated Restaurant Item settings.



    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • niall byrne replied

    Hi - I know that I can do this way - buy can you send me the code to set the euro as default so that it is changed globally - this way my client does not have to enter the euro symbol every time that they add a dish (restaurant item) record. They will never have dishes in dollar.

  •  1,845
    Elated replied

    Hi,

    You can change that too. In order to do so please open this file wp-content\themes\savory\framework\modules\shortcodes\restaurant-menu\item.php and there find Dollar currency symbol and change it with Euro on marked part of the code from next screenshot https://www.screencast.com/t/M1LeGdJZTTFp . Once you set it there and save changes default value will be Euro.

    Please let us know if this solved the issue and if you are not comfortable with making changes to theme files please provide us FTP access so we can do it for you.

    If there is anything else we can do for you, please do not hesitate to ask.

    Thanks.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • niall byrne replied

    Thank you. Will I have to update this each time I update your theme? I did not work though. It just hid the currency symbol altogether.SEE LINK - SCROLL DOWN TO MENU ITEMS PLEASE

    All the best,

    Niall

  • niall byrne replied

    Am i better off just editing the template: wp-content\themes\savory\framework\modules\shortcodes\restaurant-menu\templates\item-template.php

    And change the line

    <span class="eltd-rstrnt-currency"><?php echo esc_html($currency); ?></span>

    to just

    <span class="eltd-rstrnt-currency"></span>

    Also can I put this file into the child theme under the same structure directory,once I get the child theme working?

    This way I will not have to update everytime I do a theme update.

  •  1,845
    Elated replied

    Hi,

    than, according to your situation, here is the best solution. You can hide currency using this Custom Css code:

    span.eltd-rstrnt-currency {
        display: none;
    }

    and than we can add some content before price using this code, and that content will play role of the price, so we will use Euro symbol for it

    span.eltd-rstrnt-number:before {
        content:'€';
    }

    Just paste this Custom Css code into Elated Options > General > Custom Css field https://www.screencast.com/t/g3Z5K6om and result should look like this https://www.screencast.com/t/LK4puikyqa . 

    If you need more spacing between currency and price use this code as well:

    span.eltd-rstrnt-number:before {
        padding-right: 5px;
    }

    Please let us know if this solved the issue and if there is anything else we can do for you.

    Thnaks.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • niall byrne replied

    Thank you.

  •  1,845
    Elated replied

    Hi,

    You're welcome

    If there is anything else we can do for you, please do not hesitate to ask.

    Thanks.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.