Support

Home Forums Event Espresso Premium Config File Location

Config File Location

Posted: January 2, 2014 at 1:55 pm

Viewing 10 reply threads


Craig Tang Nain

    January 2, 2014 at 1:55 pm

    Hi Support,
    Where can I find the organization_config.php file, to edit the currency list available to me? I would like to add (TTD) to the list.
    Thanks


    Sidney Harrell

    • Support Staff

    January 2, 2014 at 5:30 pm

    It’s in includes/organization_config.php, at line 59.


    Craig Tang Nain

      January 5, 2014 at 9:33 pm

      Hi Support, thanks for the response, I added the code below to the organisation_config.php file but I didn’t see any change in the list of available currencies.

      case ‘TTD’ : $org_options[‘currency_symbol’] = ‘TTD$’; //Trinidad and Tobago Dollar
      break;

      I am not sure what else I need to do, can you advise?
      thanks


      Dean

      • Support Staff

      January 6, 2014 at 2:30 am

      Hi,

      The Trinidad and Tobago ISO country code is TTO, not TTD. If you change that it will work.


      Craig Tang Nain

        January 6, 2014 at 9:03 am

        Hi Support, thanks so here is the code now

        case ‘TTO’ : $org_options[‘currency_symbol’] = ‘TTO’; //Trinidad and Tobago Dollar
        break;

        However I am still not seeing it in the drop down list, is there anything else I need to do? thanks


        Sidney Harrell

        • Support Staff

        January 6, 2014 at 11:29 am

        What list of available currencies are you referring to? In the gateway settings? Are you now seeing ‘TTO’ next to the Organization Country in the General Settings?


        Craig Tang Nain

          January 6, 2014 at 11:47 am

          Hi Support,
          Excuse my ignorance, I got it the general settings ok, but in the payment gateway settings under Paypal which I setup I am not seeing (TTO) as an option, USD is the default and as a result payments are being taken in USD can this be modified?
          Thanks


          Craig Tang Nain

            January 6, 2014 at 11:49 am

            Hi Support, also can you say whether you have other Event Espresso customers from Trinidad and Tobago? thanks


            Sidney Harrell

            • Support Staff

            January 6, 2014 at 1:44 pm

            We have not added TTO to the currency list in the paypal settings because it is not a currency supported by Paypal: https://developer.paypal.com/docs/classic/api/currency_codes/. So even if you add it into gateways/paypal/settings.php, it will not work.


            Craig Tang Nain

              January 7, 2014 at 3:01 pm

              Hi Support, thanks for the response, so basically there is no value to me changing the config file to TTO as I am not able to accept TTO through Paypal right? I should just probably state on my website that all prices are based in US currency?


              Dean

              • Support Staff

              January 8, 2014 at 12:34 am

              Hi,

              Yes thats correct. While you can change the currency in EE to $TT, if PayPal don’t accept that as a currency then it does seem a little pointless to change it over, you may as well stay with $USD.

              “can you say whether you have other Event Espresso customers from Trinidad and Tobago”

              I haven’t come across any personally, but we have a worldwide customer base so it is possible.

              Viewing 10 reply threads

              The support post ‘Config File Location’ is closed to new replies.

              Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

              Event Espresso - Staging Server