Magento Checkout Redirecting to Cart page - magento

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?

Related

Woocommerce checkout on the home page

I have WP 3.9.1 and WC 2.1.12 installed.
There are 2 pages: home page and checkout page for redirect from PayPal and place order.
I have checkout in the modal window on the home page. So user choose
attributes for product variation, product adds to the cart with Ajax.
So if i open checkout, everything looks fine, but countries selection,
shipping and tax options don't work, in the same time on the checkout
page I don't have such problems. I've noticed that I should add
wc-checkout scripts to the front page, so I load them with this
function
wp_enqueue_script('wc-checkout', plugins_url() . '/woocommerce/assets/js/frontend/checkout.min.js', array('jquery', 'woocommerce', 'wc-country-select', 'wc-address-i18n', ), null, true);
and it works, but only after reloading the page. Thanks for any advise.

shopping cart empty after redirect magento 1.9

I have installed magento community 1.9, with de default theme (rwd). The checkout on the detail page works fine, but the checkout on de category page does not work. The button redirects to an empty shopping cart. I did not customize any thing yet.

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 checkout redirect to cart turns me back to product page

I have an issue when i go to my cart an then to proceed to checkout it on https does not redirecting me to the same page instead of that it gos bck on product page. Anone have some solution for this issue? Thanks

Magento - Paypal Express 404 Error

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.

Resources