Magento - Paypal Express 404 Error - magento

I have added paypal pro (uk) express to my Magento shopping cart. The paypal button now appears below the checkout button in the shopping cart.
The problem is when I click the paypal button I get a 404 error.
Any ideas?

I reckon you added a payment method for the checkout process or a custom paypal checkout.
Activate the debug mode and the error logging in system->configuration->developer. Having a more verbose error message will point you to a more clear error.
404 is page not found error, so wherever the paypal module is pointing the page is missiong. This could happen as a result of malconfiguration or API change or other issues.

Fixed it by following post 5 here:
http://www.magentocommerce.com/bug-tracking/issue?issue=8528
I needed to delete the paypal files in the default folder.

Related

In magento 1.9 hosted paypal checkout not seeing cancel url

I set up paypal advanced hosted checkout layout C on magento website. When I customize and test the layout on paypal it shows the whole thing- a box for credit card and a Cancel link right below. But when I get to check out on the website- everything is there but the cancel link is not showing. I added CANCEL_URL before the link on paypal. Not helping. Any idea anyone?

Magento + Paypal Express Checkout on Sandbox Mode

I'm trying to test Paypal Express Checkout with a sandbox seller account, and with sandbox mode enabled on the Magento Configuration.
The "checkout with paypal" button shows up on shopping cart but when I click it it redirects me to an URL like:
https://www.paypal.com/cgi-bin/webscr?cmd=_flow&SESSION=
And shows the following error:
Your session has ended
This transaction has expired....
According to this post, for sandbox mode I should be being redirected to something like:
https://www.sandbox.paypal.com/webscr?cmd=_express-checkout&useraction=commit&token=
When I copied the token and used such URL it worked fine.
What can I do to get the sandbox URL to be used when in sandbox mode?
I had the same problem with IWD and Paypal. If you are using IWD One Page Checkout, go to
System > Configuration > IWD EXTENSIONS > One Page Checkout > Paypal Express LightBox
and set Enable Paypal Express Lightbox to No. That fixed it for me.

rollback from paypal pro hosted_pro to paypal pro redirect in magento

I have a problem on my magento installation.
An year ago we choosed to use PayPal Pro with iframe in our Magento 1.6.2.
After that we upgraded to Magento 1.7.2
At this moment we are trying to use redirect Paypal Pro solution due the fact that
iframe is not working well on mobiles.
But we are unable to find the setting to choose a "redirect" instead that a "iframe" in Paypal setting.
So when we disabled the old one page checkout cart, where the iframe was loaded, and installed a
brend new one page checkout, we figured out that after clicking on the button "compleate purchase" instead of going to Paypal it goes directly on the Magento "purchase succes" page... and order is crated on Magento as pending payment.
Is there some place a config i must set to indicate to use the redirect method, instead of the iframe?
If not, is there a way to reinstall a fresh PAYPAL payment module ?

Magento 'place order' redirects to shopping cart

Every time I try to place an order rather than an order actually being placed I simply get redirected to the shopping cart.
Paypal express works fine however paypal standard payments gets the problem as above.
Lucas
You have to examine the ajax request. You can use Firefox with the "HTTPfox" extension to track the single requests. Just look for the step, where the redirect is executed - and start the http tracker. Then you see the response.
In the response you can see, what went wrong. I've got this error some weeks ago and it printed a full html page (with the report-number you can look up in the var/log/reports folder) or you can see a php error (maybe syntax error or bad sql query for example). If you get a blank page, you have to set the error_reporting to E_ALL.
I thinkk that step is help.
Log into Magento Admin
Hover over "System" Click "Configuration"
On the next page in the left menu under "Advanced"
Under the check "Mage_Paypal" is Enable or Disable. if is Disable then Enable this options.
Then After the paypal is not redirect to paypal site. then please check your template code.
hope this will sure help you

Magento Checkout Redirecting to Cart page

When i try to do purchase by clicking place order button in magento,it redirects from checkout page to cart page.This happens only when I select paypal website payments pro as payment method.Paypal express checkout works fine.Magento does not show error in system.log or in exception.log
Magento version - 1.5.1.0.
Could anyone help?

Resources