Magento checkout page login issue 1.8.0.0 - magento

I am having an issue with login. After coming to onepage checkout page, if customer registers or logs in using username and password, customer is TAKEN back to SHOPPING CART. This happens with both while registering and also for existing customer. The magento version is 1.8.0.0 and custom theme does have customer, checkout, persistent folders, i.e, it uses base templates. Please help with this.

Related

Magento Paypal redirect to Cart Page

I have two questions
I have a website in magento. I am using paypal for payment gateway. In checkout page paypal redirect to cart page. I just googled and found some solutions but none worked. Here I am using Mexico paypal extension also.
In admin while entering the sandbox box details to paypal like API username and password and etc, finally clicks on save config values are not updating. showing default values like some *********
Please any one help me?

paypal payment standard in magento cart page?

I need to integrate paypal payment standard in magento cart page. I don't want to use express checkout. Because it again redirects to magento site for billing information and order conformation.
Below process is my requirement:
user add a product to cart
User click the paynow button in cart page
User redirect to Paypal Login Page.
After User login with paypal, confirm and pay the amount.
User Redirect to magento thankyou page (order success page).
Is there any option in magento?
Along with Payments Advanced and Payments Pro Magento does have a PayPal Standard option through the Community Edition. I was able to find a knowledge base article that walks you through setting up Payments Standard for Magento CE - http://www.magentocommerce.com/knowledge-base/entry/setting-up-paypal-payments-standard-for-magento-community/

Paypal Express Checkout payment method missing in magento frontend

I have installed magento 1.7.0.2 and I've enabled paypal express checkout, but it never shows as a payment method in the checkout process of magento.
I've tested enabling other payment methods, such as credit card payment, check, and they all work only if paypal express checkout is disabled. When I enable paypal express checkout, all payment methods disappear from the chekout process. There's just a step whitout options.
I've ruled out problems with my theme, since this behaviour is the same with the default magento theme.
I've been dealing with this problem for days and nothing has worked.
Thanks for your help

Magento checkout register new user in one step

I have a problem in magento checkout. When I checkout while user is logout, it asks for login or register new user, now when new user register, it first take its billing information after pressing cotinue button it then goes to shipping information and then next step to shipping method and then payment. Can I have all these in one form ? like if its new registration, user fill billing, shipping, payment etc info all at once.
See images for more details.
By default in Magento there is no such ability to have this information on the one form, you need custom extension for this. Try to search for one step checkout module.
By the way - user is being created in Magento only after completing all of 6 steps of default checkout process.

magento working of paypal express checkout

i was wondering how paypal Ecc works in magento.
When i see the source of the checkout page in magento cart,i do not see a form to send the request to the paypal.
COuld some explain me how it works in magento?
Thanks
The button on cart page links to the url "STORE.DOMAIN/paypal/express/start/" which is ultimately handled by startAction() method in app/code/core/Mage/Paypal/Controller/Express/Abstract.php. This simply builds a parametrised URL to paypal's servers and redirects the user there.

Resources