I am using Paypal express checkout and enable guest checkout option. It's working fine on desktop but when try from mobile browser Paypal not give option to pay as guest checkout. Paypal force to create Paypal account. what should I change at Magento level in parameter of express checkout?
Related
I am running Magento 1.9.3. CE. I have a strange problem but only in Chrome browser and only when using Guest checkout. I have PayPal Pro with Paypal Express included.
If my item has shipping and choose Paypal Express at checkout, I get the paypal login and try to login but then I get the error message from paypal "We’re Sorry. Things don’t appear to be working at the moment."
If I try to checkout the same way but with an item with free shipping there is no problem at all. As mentioned this only happens in chrome (I have V65) and for guest checkout.
Any help greatly appreciated.
I didnt edit any code just setup via Magento admin. Here is a screenshot.
magento admin
I've set the integration up in magento and it connects to paypal fine. The problem is, that it only allows the customer to pay using their paypal account when directed through to paypal. Ideally what I want is to give the user the option to pay with credit or debit card or paypal. I have had a look in my paypal account and I think I need to grant API access but it is asking for a third party API username, I assume this is magento but where can I find the Magento API username? This is driving me nuts! Any help woulkd be appreciated please.
Things that hinder guest checkout.
- if it's Express Checkout
go to your payment method (express checkout); advanced settings| Enabled Guest Checkout and click save config; top right corner
other instances may be:
1. The paypal account is not a business account
2. The paypal account does not have financials confirmed to the account
3. the account is not verified; see #2
4. You have guest checkout turned off in the paypal account under:profile / selling tools / website preferences / paypal account optional - toggle to 'ON'; scroll down and save
5. As Andrew mentioned; if you have access to the Mage core files for PayPal, can inject SOLUTIONTYPE=SOLE
6. Note ** if someone has checkouted with paypal on another site, the guest checkout option will go away because it's tied to an session ID via the browser which can be cleared by clearing cache
I had some problems with paypal settings in Magento 1.7.0.2 The problem is this: I am using using paypal express (I have my account created and verified Paypal Company) active PayPal Paying Guest option to YES, but when a user in my shop will complete your purchase and pay with Paypal will be the option PayPal API perfect, but does not show me the option to pay without paypal account and VERIFY ALL settings in Magento Admin Panel and \\"seem to be fine. \\"Try making a new store to rule out any configuration already had my store \\"old\\", that might not let me do my Enable PayPal Guest Checkout, but still have the same problem. I look forward to your help to solve the problem, since I have no idea what else to do on my page. thanks
This is all based on browser cookies. If you cleared your browser cookies and then try again prior to logging in to any PayPal account you should see the option for Guest Checkout more prominently displayed.
If you want to force this regardless of browser cookies you can set the following parameters in your SetExpressCheckoutRequest.
SOLUTIONTYPE=Sole
LANDINGPAGE=Billing
That will force the full credit card form to be displayed by default along with the option to login and pay with PayPal.
For Magento if it's not doing this for you by default you'll need to create a module to extend the core Express Checkout module so that you can add those parameters accordingly.
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
I have developed a shopping cart using virtuemart and added few products. Now I want to integrate my paypal account with my website. Is there any detailed information about how I can link my account with paypal?
In VM admin under the Store menu, click the List Payment Methods menu. One of the options should be Paypal. Click Paypal to edit the configuration. You should only need to make the payment option Active and add your Paypal email address to get it working.
If you have a Paypal Payments Pro account, then you will need to get a payment plugin to handle payments pro. To my knowledge, there are no free ones, but the commercial ones are reasonably priced.