Results 1 to 5 of 5

Thread: PayPal Currency

  1. #1
    Thread Starter
    Newbie
    Not a Verified Customer
    ozdog's Avatar
    Join Date
    Apr 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    PayPal Currency

    Is it possible to add more currencies to the template?
    ie - Australian ($AUD) into the settings?

  2. #2
    Junior Member
    Not a Verified Customer
    Miguel's Avatar
    Join Date
    Mar 2009
    Location
    Hermosillo
    Posts
    30
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: PayPal Currency

    Yeah, I was wondering the same, but I need the mexican pesos currency "MXN". It´s supported by Paypal.

  3. #3
    Junior Member
    Not a Verified Customer
    Miguel's Avatar
    Join Date
    Mar 2009
    Location
    Hermosillo
    Posts
    30
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: PayPal Currency

    To ADD your currency, you need to edit the file:

    /themes/classipress/functions/admin-options.php

    On line 265 I think you can add above this line:

    <option value="USD"<?php if (get_option("paypal_currency") == "USD") { echo ' selected="selected"'; } ?>>U.S. Dollars (&#36</option>

    This:

    <option value="AUD"<?php if (get_option("paypal_currency") == "AUD") { echo ' selected="selected"'; } ?>>AU Dollars (&#36</option>

    Just make sure you have configure in your Paypal account to receive payments in AU Dollars.

  4. #4
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: PayPal Currency

    That's correct Miguel. You can add more additional values there. In the next version 2.8.2, there will be 15 new supported PayPal currencies for a total of 18.

    Australian Dollars (A $) AUD
    Canadian Dollars (C $) CAD
    Euros (€) EUR
    Pounds Sterling (£) GBP
    Yen (¥) JPY
    U.S. Dollars ($) USD
    New Zealand Dollar ($) NZD
    Swiss Franc CHF
    Hong Kong Dollar ($) HKD
    Singapore Dollar ($) SGD
    Swedish Krona SEK
    Danish Krone DKK
    Polish Zloty PLN
    Norwegian Krone NOK
    Hungarian Forint HUF
    Czech Koruna CZK
    Israeli Shekel ILS
    Mexican Peso MXN

  5. #5
    Thread Starter
    Newbie
    Not a Verified Customer
    ozdog's Avatar
    Join Date
    Apr 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: PayPal Currency

    Thank you folks, much appreciated.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)