Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

paypal - totals not going across to paypal


j0s3

Recommended Posts

when i go to checkout and select to pay via paypal, the totals are not being passed on to paypal (i.e. i get the paypal screen showing the amoun of items, and ?0

 

can anybody recommend a solution?

 

thanks in advance

Link to comment
Share on other sites

I am having exactly the same problem. I have instaled osCommerce, added the contribution for PayPal with Fee, set up a dummy paypal account, setup dumy customer account, but when I click on 'Contnue' on Confirm Order page, PayPal comes back with ?0.00 and the uri is:

 

https://www.paypal.com/cgi-bin/webscr?amoun...tp%3a%2f%2fwww% etc....

 

So, the quantity of products is being picked up, but the amount is not. Do I need to set up anythig else, like this IPN (whatever that is) or SSL? My server has OpenSSL 0.9.7a enabled.

 

Please help....

Link to comment
Share on other sites

My buddy managed to sove this issue by doing the following:

 

===

change the includes/language/english.php file and set

 

define('LANGUAGE_CURRENCY', 'USD');

 

to

 

define('LANGUAGE_CURRENCY', 'GBP'); //or whatever currency you are using

 

and change the code of the currency to GBP //or whatever currency you are using

 

===

 

 

hope that helps somebody!

jose

Edited by j0s3
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.

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