Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted (edited)

Hi,

I have set my store localisation to AUD (aust, dollar), and paypal module is set to selected currency (it doesn't offer AUD as an option) and my paypal account is in AUD, but I still get a price 0f $0.00 when I go to paypal to pay for an order.

 

I'm thinking there is a problem in my code somethere.

 

in my includes/modules/payment/paypal.php

it has this code

 

if (MODULE_PAYMENT_PAYPAL_CURRENCY == 'Selected Currency') {

$my_currency = $currency;

} else {

$my_currency = substr(MODULE_PAYMENT_PAYPAL_CURRENCY, 5);

}

if (!in_array($my_currency, array('CAD', 'EUR', 'GBP', 'JPY', 'USD'))) {

$my_currency = 'USD';

 

 

should i change the USD to AUD???

 

and where can I change the paypal title in the order confirmation? I want it to say Paypal (incl. credit card payments) instead of just paypal?

 

thanks :)

Edited by betty108

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...