Re: Paypal express not working
K, Figured it out, rather stupidly I hadnt attached a price to the test product I was using. Put a price in, setup flat rate shipping and added the Testing version of the new PaypalWPP file because of ot_tax issues and seems to work well, except I have another problem now!! I'm going to create a new post for that though!
Re: Paypal express not working
What's even more strange is that if the cart contents "total" is $0, the Express Checkout button isn't supposed to be shown at all.
From which page were you clicking on the Express Checkout button? Was it the Shopping Cart page or the Login page ?
Probably can fix it by editing /includes/modules/payment/paypal/tpl_ec_button.php
line 12 should read:
Code:
if ($ec_enabled && ($_SESSION['cart']->count_contents() > 0 && $_SESSION['cart']->total > 0)) {
and similarly in /includes/modules/pages/login/header_php.php
line 121:
Code:
$ec_button_enabled = ($paypalec_enabled && ($_SESSION['cart']->count_contents() > 0 && $_SESSION['cart']->total > 0));
Re: Paypal express not working (Error 10426)
Yeah I was primarily using the shopping cart logo. I'll give that method a try shortly
Re: Paypal express not working
Quote:
Originally Posted by
leighbee
Ok think I'm getting somewhere now! Log file shows this:
Error is Order Total is Invalid, I'm going to work on that, create a standard zencart account and work through the old pages to figure out where its slipping up.
Thanks Leighbee for looking into this. I still have no idea what is wrong with my paypal express module. I also have spoke to someone that is having the same issue and we believe it may be the host 1&1. Still not sure on that issue but we are looking into it. Anyone else using 1&1 and having this issue?
That is the exact same message that I keep getting in my debug log. I hope you get it figured out and please let me know if you do.
Re: Paypal express not working
Quote:
Originally Posted by
aharper78
Thanks Leighbee for looking into this. I still have no idea what is wrong with my paypal express module. I also have spoke to someone that is having the same issue and we believe it may be the host 1&1. Still not sure on that issue but we are looking into it. Anyone else using 1&1 and having this issue?
That is the exact same message that I keep getting in my debug log. I hope you get it figured out and please let me know if you do.
Hi Harper,
Yeah it was a combination of things, firstly make sure you can use standard shopping cart. This will highlight any configuration problems (such as total price coming up as zero). That will stop the bug report reported here.
You may wish to take a look over at http://www.zen-cart.com/forum/showthread.php?t=55143 where there are a few other niggles that have popped up, plus a fixed module file. However you will still need to fix the DB bug manually. Applying the fix on that thread will allow you to sit on a level playing field.
Hope that helps
Re: Paypal express not working (Error 10426)
Note: the db bug is automatically fixed by using the new module attached yesterday in the thread you mentioned.
Re: Paypal express not working (Error 10426)
Just also wanted to ask, previously when i was using paypal, the paypal sidebox can be used, but now, i can't seem to allow the sidebox to work with paypal express. is there any way that i can make the sidebox work again?
Re: Paypal express not working (Error 10426)
ses707 and devlyn, the 1and1 discussions have been moved to a separate topic:
http://www.zen-cart.com/forum/showthread.php?t=55802
Can you please expand on the details of where/when this happens? ie: what can I do to trigger this?
A URL to see it in action would be helpful too.
Please post any replies to issues on 1and1 in the thread/topic mentioned, as this current thread is for 10426 errors.