Results 1 to 10 of 16

Hybrid View

  1. #1
    Join Date
    May 2010
    Posts
    44
    Plugin Contributions
    0

    Default Paypal default country and currency

    My Website is based in New Zealand so 99% of my sales will be from here, what i would like is when the user clicks the paypal express button the default country selected is New Zealand (I know thats more a paypal setting but I'm sure you guys will know).

    and also how can i be sure what currency paypal is charging someone? I have the default currency on zencart set for NZD, but whats to stop someone from the states leaving it on NZD, going to paypal and paying the NZD amount with their US credit card? Will paypal adjust the rate correctly itself? Am I better off not having multiple currencies set on my site and letting them/paypal figure out the conversion for themselves?

  2. #2
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Paypal default country and currency

    Quote Originally Posted by flamer View Post
    My Website is based in New Zealand so 99% of my sales will be from here, what i would like is when the user clicks the paypal express button the default country selected is New Zealand (I know thats more a paypal setting but I'm sure you guys will know).
    I don't understand the question.
    Quote Originally Posted by flamer View Post
    but whats to stop someone from the states leaving it on NZD, going to paypal and paying the NZD amount with their US credit card?
    Why does it matter? PayPal will charge the card using the currency used when the order is placed. If the merchant's bank is in another country/currency, then that bank will charge the customer whatever exchange rate and corresponding fees are applicable to the transaction. Just like any other attempt to use a different-currency credit card abroad.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    May 2010
    Posts
    44
    Plugin Contributions
    0

    Default Re: Paypal default country and currency

    Quote Originally Posted by DrByte View Post
    Why does it matter? PayPal will charge the card using the currency used when the order is placed. If the merchant's bank is in another country/currency, then that bank will charge the customer whatever exchange rate and corresponding fees are applicable to the transaction. Just like any other attempt to use a different-currency credit card abroad.

    Ok but how do I know what currency is used? although I have set zencart's default currency to NZD, paypal would appear its defaulting to USD (however its hard to tell as it says nothing about currency anywhere on the orde rpage), I have used other peoples zencart systems where the paypal page clearly shows the amount with the currency next to it so that is really what i am trying to achieve and the end user can figure it out for themselves.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Paypal default country and currency

    Additionally, you have a few choices for handling multiple currencies in your site:

    a) Set your site up for just ONE currency, and let the customers/bank sort it out.
    b) Set your site up for multiple currencies and then manually manage the exchange rates for all those currencies on a daily/weekly basis.
    c) Set your site up for multiple currencies, managing exchange rates manually, and set your PayPal module configuration in your store so that it auto-converts payment to a certain currency before submitting to PayPal. Again, you must manage exchange rates yourself. The only benefit to this is that all your transactions to PayPal will always be submitted in the specified currency, meaning you won't need to convert currencies within your PayPal account occasionally if the customer has selected a certain alternate currency for making payment. It's a convenience for *you* and *not* for your customer.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Oct 2010
    Posts
    53
    Plugin Contributions
    0

    Default Re: Paypal default country and currency

    Hi... I also have this issue
    when customer clicks confirm order and is directed to paypal, the customer is sent to the US version of paypal:
    https://www.paypal.com/us/cgi-bin/webscr
    rather than
    https://www.paypal.com/nz/cgi-bin/webscr

    The default country is in the dropdown menu is USA and the client info is not sent to paypal (the customer then has to re-enter all the info again). Its problematic cos many customers leave here cos they think its a USA company selling in NZ.

    Im assuming this is because of incorrect setting in the customers web browser and paypal is picking up on the browser country? Is there a way to override this so that the customer is always sent to the NZ version?


    Quote Originally Posted by flamer View Post
    My Website is based in New Zealand so 99% of my sales will be from here, what i would like is when the user clicks the paypal express button the default country selected is New Zealand (I know thats more a paypal setting but I'm sure you guys will know).

  6. #6
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Paypal default country and currency

    What version of Zen Cart?
    What locale settings are you using in your english.php file?
    And are you using Express Checkout? Or the antiquated Website Payments Standard approach?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Oct 2010
    Posts
    53
    Plugin Contributions
    0

    Default Re: Paypal default country and currency

    Hi DrByte
    Heres whats in there at the moment.


    Version 1.3.9h
    @setlocale(LC_TIME, 'en_NZ.ISO_8859-1');
    Express Checkout

    Quote Originally Posted by DrByte View Post
    What version of Zen Cart?
    What locale settings are you using in your english.php file?
    And are you using Express Checkout? Or the antiquated Website Payments Standard approach?

  8. #8
    Join Date
    Oct 2010
    Posts
    53
    Plugin Contributions
    0

    Default Re: Paypal default country and currency

    Just a heads up, it was
    @setlocale(LC_TIME, 'en_US.ISO_8859-1');

    and i changed it to NZ... Still no go...

  9. #9
    Join Date
    Oct 2010
    Posts
    53
    Plugin Contributions
    0

    Default Re: Paypal default country and currency

    Please if any one can help i would trully appreciate it...

    Ive also changed the paypalwpp.php
    from:
    https://www.paypal.com/cgi-bin/webscr
    to
    https://www.paypal.com/nz/cgi-bin/webscr'

    and still no luck..

 

 

Similar Threads

  1. v151 Specifing Default Country for Paypal Express
    By TTZZ in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 26 May 2014, 10:48 AM
  2. Cart issue and default country question
    By barendfaber in forum General Questions
    Replies: 1
    Last Post: 18 Jan 2012, 04:09 PM
  3. PayPal Checkout in default currency
    By giftmeister in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 15 May 2011, 05:16 AM
  4. Paypal - Default currency is CDN - but some how they pay in POUNDS???
    By imfsub12 in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 5 Dec 2009, 06:19 AM
  5. PayPal in USD and other currency (default)?
    By Preben in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 28 Feb 2007, 07:45 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg