Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Paypal Issue In Australia Oscommerce


canicas

Recommended Posts

Hi there,

I need some help with my ecommerce website, when people select PAYPAL

payment and go redirect to paypal website They Lost all the values and the invoice

its ZERO on Paypal ....but in my website everything its working fine, so maybe I am doing

something wrong ? ....

 

any help much appreciated.

 

Cheers

Alex

Link to comment
Share on other sites

  • 4 weeks later...
Hi there,

I need some help with my ecommerce website, when people select PAYPAL

payment and go redirect to paypal website They Lost all the values and the invoice

its ZERO on Paypal ....but in my website everything its working fine, so maybe I am doing

something wrong ? ....

 

any help much appreciated.

 

Cheers

Alex

 

I had this problem with the default (built-in) paypal module. Download the PayPal IPN 1.4 contribution and install it per the instructions, and you should be good to go.

 

Cheers,

Max.

Link to comment
Share on other sites

within code some where it is hard coded currency as USD.

Your store and Paypal seting has a different currency so this prob.

 

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

$my_currency = 'USD';

}

in includes/pament/modules paypal.php

 

Satish

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...