Magento: PayPal Standard Payment form replaced by PayPal Express Checkout form in Admin Payment Settings

Problem: The PayPal Payments Standard form is missing from Payment Settings in Magento admin. System -> Configuration -> SALES -> Payment Methods -> PayPal All-in-One Payment Solutions PayPal Payments Standard is displayed as Payments Standard (Includes Express Checkout) and it is showing the form contents of PayPal Express Checkout. The original form of PayPal Payments … Read more

Magento: Orders made using Paypal are not dispalyed in Customer’s ‘My Orders’ section

Problem: I placed an order in Magento using Paypal payment method. Everything went fine. I was able to pay through Paypal. However, when I login to the shop as a customer, I see that ‘My Orders‘ section is empty. I could not find information of the order I recently placed. Cause: Your order status might … Read more

Magento: Paypal Express Checkout Showing Empty Order Data [FIXED]

I am using Magento verion 1.4.0.1 and I had this issue. I had enabled Paypal Express Checkout payment method. When I choose this method on checkout, I was redirected to Paypal website but order data was not displayed there. The main reason in my case was due to applied discount to the cart. I had … Read more

Magento Paypal: Email, Shipping Cost & Order Status issue in version 1.4.0.1

Magento version 1.4.0.1 has some issues with Paypal email, shipping cost and order status. Note: All these issues occur when payment is done through Paypal 1. Order confirmation email is not sent Fix: – Open app/code/core/Mage/Checkout/Model/Type/Onepage.php – Go to line 626 – Comment out the IF condition as below: /** * we only want to … Read more

Magento: PayPal Website Payments Standard not displayed

Problem: PayPal payment method is not displayed in payment method section of onepage checkout in Magento. I am using “PayPal Website Payments Standard“. I have enabled this module from backend. System -> Configuration -> SALES -> Payment Methods -> PayPal Website Payments Standard. Cause: The possible cause is because base currency of your shop is … Read more