canicas Posted June 5, 2007 Share Posted June 5, 2007 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 More sharing options...
maxxxie Posted July 2, 2007 Share Posted July 2, 2007 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 More sharing options...
satish Posted July 2, 2007 Share Posted July 2, 2007 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.