Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Paypal IPN v1.3 amount not being transfered to Paypal


adrian.pearce

Recommended Posts

I am having problems with my Paypal IPN v1.3 which the total amount isn't being transfered to Paypal, you have to manually enter the amount yourself.

 

Any ideas why it is doing this and what i can do to put it right. I have the same problem with both of my sites.

I ve the same problem. please help. :(

Link to comment
Share on other sites

ditto, not working here either - just downloaded and installed on Oct 23.

 

I did manage to sort out my problem. If you are using english pounds, then go to your log in to admin, go to currencies. I had set the code as POU, it should be GBP. If you have products already uploaded then create a new currency and set as default. Then remove the old one because all your products will show 0.

 

Go into includes/modules/payment/paypal_ipn.php

 

 

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

$my_currency = 'USD';

}

 

I have changed it to...

 

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

$my_currency = 'GBP';

}

 

This sorted me out.

 

Adrian.... :thumbsup:

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