I built and maintain a Magento 1.7.0.2 CE online shop.
Magento is installed in a shop/ sub-directory.
Until a few weeks ago the PayPal IPN (Standard) changed orders from "pending payment" to "processing" without problems.
Now orders stay with a status of "pending payment" even when payed.
I changed the paths in
web-root/shop/app/code/core/Mage/Paypal/Model/Standard.php
from
$api->setOrderId($orderIncrementId)
->setCurrencyCode($order->getBaseCurrencyCode())
//->setPaymentAction()
->setOrder($order)
->setNotifyUrl(Mage::getUrl('paypal/ipn/'))
->setReturnUrl(Mage::getUrl('paypal/standard/success'))
->setCancelUrl(Mage::getUrl('paypal/standard/cancel'));
to
$api->setOrderId($orderIncrementId)
->setCurrencyCode($order->getBaseCurrencyCode())
//->setPaymentAction()
->setOrder($order)
->setNotifyUrl(Mage::getUrl('shop/paypal/ipn/'))
->setReturnUrl(Mage::getUrl('shop/paypal/standard/success'))
->setCancelUrl(Mage::getUrl('shop/paypal/standard/cancel'));
but that did not fix the problem.
A fresh Magento 1.7.0.2 CE installation verified that PayPal is configured correctly. The test order changed from "pending payment" to "processing".
Where else could I look to find the problem in the production shop?
Related
I have a PrestaShop installation with the following versions:
PrestaShop 1.6.0.14
PayPal add-on v3.11.1
When I try to checkout through Paypal, the server throws a 500 error. By checking the log file I've found this error:
Property Customer->passwd is empty at line 872 in file classes/ObjectModel.php
I suspect that the problem it's not actually the Paypal add-on, but as it's the only payment method currently supported by the site, I'm unable to check my suspicion.
Any idea?
Edit: It seems to happen only with logged in customers.
PayPal sent a messege regarding security updates..
I've looked it up and there is a lot of information about these upgrades. example: http://www.paidmembershipspro.com/paypals-tls-1-2-http1-1-upgrade-impact-membership-site/
However it is unclear what exactly should be upgraded?
If my site has a shopping cart with PayPal check out - Do I need this upgrade?
Current Prestashop version 1.6.0.6 .
Latest Paypal Modul installed 3.7.2 .
Paypal Modul is installed correctly.
Error-Description: I can not upload a screenshot due to lack of reputation. You can see it by clicking this link
When I want to order via Paypal I do get the error message:
Error occurred:
Please try to contact the merchant:
PayPal response:
->
Please suggest a way to get rid of this error.
Hi you need to upload to the latest version of paypal (3.8.1) in modules. 3.7.2 is no longer working.
I have been using magento for a very long time, I have never had an issue with not being able to send emails. Although I am now running a store on magento 1.7.2 and I am experiencing issues with new orders not sending emails. All of my settings are set exactly like magento 1.7
I have magento 1.7 installation,
and it has many extensions installed, the problem is the paypal logo under configuration > sales not showing and the paypal settings are showing in completely on payment method admin config page. i try to access this by using url
http://hellteam.bizarsoftware.com.au/index.php/admin/system_config/edit/section/payment/
above one redirects to admin area
but still no luck
i remove all core files and admin theme files and replace with new ones, but no luck yet.. anyone has a idea about this.. please save me
thank you