Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Paypal payments in Australia


ritcho

Recommended Posts

Hi,

 

I am setting up a store in Australia and can only sell my products to Australians in Australian dollars. I want to take my payments via Paypal.

How can I get oscommerce to pass the total value of the shopping cart to Paypal in Australian dollars?

 

The program seems to cater for every other currency but Australian dollars.

 

Thanks

 

Ritcho

Link to comment
Share on other sites

Hi,

 

I am setting up a store in Australia and can only sell my products to Australians in Australian dollars. I want to take my payments via Paypal.

How can I get oscommerce to pass the total value of the shopping cart to Paypal in Australian dollars?

 

The program seems to cater for every other currency but Australian dollars.

 

Thanks

 

Ritcho

Not know which one you are installing, you need to find where the currencies are specified in your paypal files.

There be something like

if (!in_array($this->currency, array('CAD', 'EUR', 'GBP', 'JPY', 'USD', 'AUD'))) {

change to something like

if (!in_array($this->currency, array('AUD'))) {

HOW IT LOOKS WILL DEPEND ON YOUR PAYPAL MODULE, SO DO NOT PASTE THIS CODE INTO YOUR FILE.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...