2 Attachment(s)
Pay Pal Express Button on Cart Page Fails: Returns to Step 2, with no payment method
Have a new issue with ZC 1.3.9f:
Pay Pal express pay ICON button doesn't work.
If customer attempts to make a purchase using it, it takes you to the pay pal login page displaying the purchase amount, but after login info is entered, clicking "continue" kicks back to the ZC CART page, with an error "please enter a payment method" and step 2 is gone, so orders cannot be completed. Reviewed all IPN settings with Pay Pal, all correct. Pay Pal says there's something wrong with code working on the Yellow Pay Icon which links to
http://alienworlds.com/store/ipn_mai...er.php?type=ec
SEE ATTACHMENTS OF SCREEN SHOTS
How can we either
A.) fix this ICON LINK or
B.) remove the Pay Pal yellow Icon from the page? wHERE WOULD YOU EDIT THAT PAGE?
When customer goes through the "Go to Checkout" button, it works okay, allowing them to pay with pay pal or credit card. But when they choose the PAY PAL ICON, IT FAILS. STEP 2 IS INCOMPLETE, AND STEP 3 DOESN'T DISPLAY
Thanks.
Addlink
Re: Pay Pal Express Button on Cart Page Fails: Returns to Step 2, with no payment met
I just clicked on it, and it worked just fine for me.
Hope this helps.
Re: Pay Pal Express Button on Cart Page Fails: Returns to Step 2, with no payment met
Get Em Fast,
Thanks for your response, but I have no idea what you're talkiing about? You "clicked" what exactly?
Respectfully, I don't believe you actually tested the PAY PAL EXPRESS ICON on my ZenCart, because it still doesn't work per post above. Anybody out there that can help me with:
Either Fixing the Pay Pal Express Checkout Icon link, or deleting it altogether from my check out page?
Thanks,
Addlink
Re: Pay Pal Express Button on Cart Page Fails: Returns to Step 2, with no payment met
If you mean the Paypal button on your shopping cart page, there's a switch for that in the Express configuration, though it may only be there in Zencart version 1.5.X. Worth a look. If that option isn't there in your version, you could add something like this to your stylesheet:
#shoppingCartDefault #PPECbutton {
display: none;
}
We can't actually test the problem without taking a chance of buying something, so we can't duplicate the problem.