Mine seems to still show customers successful checkout and pop their order up as Pending when payment is not received thru paypal. It is not putting the Billing Address information into the transaction but only shipping.
Mine seems to still show customers successful checkout and pop their order up as Pending when payment is not received thru paypal. It is not putting the Billing Address information into the transaction but only shipping.
Same issue I think. I am getting AVS failure from Paypal Payment Pro when the shipping and billing differ because the code is throwing Paypal the shipping info only. Any resolution yet? Where the dickens is the code that controls that and what do I do to change it? Version 1.4.0.1
I used the above mentioned fix for everything. The only problem now is that it was still failing AVS when using Paypal Payements Pro Direct, when the billing address and shipping address are not the same.Obviously the info being sent to Paypal is only the shipping address. I found the file app/code/core/Mage/Paypal/Model/Direct.php and changed line 237 to getbillingaddress. Now I pass AVS, and the shipping address is correct on my side, but Paypal is now getting the billing address as the shipping address. I don’t know how to alter the code to send both addresses to Paypal correctly.
Mine seems to still show customers successful checkout and pop their order up as Pending when payment is not received thru paypal. It is not putting the Billing Address information into the transaction but only shipping.
1.4.0.1 version
Can you see the paypal path via ftp??
At least in 1.3.x this isn’t a real location, htaccess rewrites the URL. So it’s not meant to be found via FTP. I doubt that has changed in 1.4
So, how do we get the correct billing address to Paypal rather than them getting the shipping address as the billing address? I mean I figured out how to send them the billing, but sacrificed the shipping address being carried over to the Paypal payment.
Hi,
I am using paypal with a fresh installation of Magento 1.4.01 I have followed all steps that was said for configuration. But still Paypal is not seen as an option in the checkout page.
Hi!
I have problem with sipping adress. When I bay a product and paid with paypal after preload display error:
Unable to process payments. Contact the merchant, because he sent the shipping address is incorrect, and asked the merchant to send your order to this address.
how can I fix this problem? my magento is 1.4.0.1
It’s strange, becouse if I tested my paypal account on oldest magento version, it’s working right :/
@perifca3, if multilanguage how should the url path look? I have 3 languages, 2 of which are disabled, however no ipn is coming back from paypal when set up for www.mystore.com/paypal/ipn/standard/.
I’ve heard these issues are addressed in 1.4.1, has anyone with this problem upgraded?