osCmax v2.5 User Manual
Results 1 to 5 of 5

Cart going to Paypal in US dollars

This is a discussion on Cart going to Paypal in US dollars within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; Hi JPF (probably) I have followed this thred by You in relation to Paypal in us dollars for an Australian ...

      
  1. #1
    Member
    Join Date
    Feb 2009
    Location
    Sydney Australia
    Posts
    44
    Rep Power
    0


    Default Cart going to Paypal in US dollars

    Hi JPF (probably)
    I have followed this thred by You in relation to Paypal in us dollars for an Australian based site.
    Currency Problems
    I still have this Problem
    AU is the only currency (default)
    Australia is the only Country (default)
    Only Australian Zones Exist (states)
    Tried AU and AUD
    but I still GET

    This recipient does not accept payments denominated in USD. Please contact the seller and ask him to update his payment receiving preferences to accept this currency.
    On paypals Site
    LOST Dont know what else to Check
    Progressing:
    osCMax 2.03 RC4

  2. #2
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    Default Re: Cart going to Paypal in US dollars

    In your Paypal module look for:
    PHP Code:
          if (!in_array($my_currency, array('AUD''CAD''EUR''GBP''JPY''USD'))) {
            
    $my_currency 'USD'
    Change to:
    PHP Code:
          if (!in_array($my_currency, array('AUD''CAD''EUR''GBP''JPY''USD'))) {
            
    $my_currency 'AUD'
    Good luck!
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  3. #3
    Member
    Join Date
    Feb 2009
    Location
    Sydney Australia
    Posts
    44
    Rep Power
    0


    Default Re: Cart going to Paypal in US dollars

    Code:
    if (!in_array($my_currency, array('AUD', 'CAD', 'EUR', 'GBP', 'JPY', 'USD'))) { 
            $my_currency = 'AUD';
    THANKS jpf
    I have done this Still have the same issue
    This code does NOT occur in paypal_standard.php
    only in paypal_ipn.php which I have updated

    I wish to use paypal_standard
    Last edited by ozewolf; 02-18-2009 at 05:00 PM.
    Progressing:
    osCMax 2.03 RC4

  4. #4
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    Default Re: Cart going to Paypal in US dollars

    You should use IPN. I would check your currency setting and make sure in english.php you have set your default there too...
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  5. #5
    Member
    Join Date
    Feb 2009
    Location
    Sydney Australia
    Posts
    44
    Rep Power
    0


    Default Re: Cart going to Paypal in US dollars

    english.php is set to AU
    Ipn is not available from the admin panel Guessing i need to install it
    Also noticed its taking me to paypal US ie.com
    Should that be .au ?
    Thanks
    might start over fresh install
    Progressing:
    osCMax 2.03 RC4

Similar Threads

  1. Help with Paypal IPN. Not emptying cart, not sending email.
    By typhus in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 01-24-2006, 03:05 AM
  2. PayPal Shopping Cart IPN v3.1.5 and HTML BTS?
    By mrego in forum osCmax v2 Customization/Mods
    Replies: 0
    Last Post: 11-21-2005, 06:23 AM
  3. Add Item to Cart, authenticate, then deletes cart contents?
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 8
    Last Post: 07-20-2004, 10:48 AM
  4. Paypal IPN cart not emptying
    By warrenthewindmill in forum osCmax v1.7 Discussion
    Replies: 34
    Last Post: 12-15-2003, 06:21 PM
  5. I want to sell in UK£ not Dollars
    By owarnes in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 01-08-2003, 08:51 PM

Bookmarks

Posting Permissions

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