Zen Cart Logo
Forums / PayPal Express Checkout support / My paypal not working with large transactions

My paypal not working with large transactions

Locked

Views: 5,225

Results 21 to 34 of 34
This thread is locked. New replies are disabled.
20 Jan 2010, 6:00 PM
#21
z3n avatar

z3n

Zen Follower

Join Date:
Apr 2008
Posts:
122
Plugin Contributions:
0

My paypal not working with large transactions

How much do you charge to work on something like this? I really need to get it working... Thanks!

DrByte:

Perhaps, but unless you've got something that's calculating specials prices outside the way Zen Cart normally does, that shouldn't affect the PayPal content preparation.

25 Jan 2010, 7:23 PM
#22
z3n avatar

z3n

Zen Follower

Join Date:
Apr 2008
Posts:
122
Plugin Contributions:
0

Re: My paypal not working with large transactions

DrByte, any suggestions as to which files I might look at for any errors? Or maybe ways to debug?

Thanks!

26 Jan 2010, 8:53 PM
#23
z3n avatar

z3n

Zen Follower

Join Date:
Apr 2008
Posts:
122
Plugin Contributions:
0

Re: My paypal not working with large transactions

I tried a transaction using free shipping instead of flat rate, and no sales tax, and got the same error message

Could this be something funny with Paypal Sandbox? A live transaction might work? I don't really want to do a live transaction for over $1,000 for testing purposes, but if that's the only option...

26 Jan 2010, 9:13 PM
#24
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: My paypal not working with large transactions

I don't see it being anything unique to the sandbox.

27 Jan 2010, 7:09 PM
#25
z3n avatar

z3n

Zen Follower

Join Date:
Apr 2008
Posts:
122
Plugin Contributions:
0

Re: My paypal not working with large transactions

Any other help here is greatly appreciated. This is about the only thing holding up launch of the website.

27 Jan 2010, 7:44 PM
#26
z3n avatar

z3n

Zen Follower

Join Date:
Apr 2008
Posts:
122
Plugin Contributions:
0

Re: My paypal not working with large transactions

Could this be the problem? From one of the logs..

[ITEMAMT] => 2349.88
[HANDLINGAMT] => 325.00
[SHIPPINGAMT] => 0.00
[AMT] => 2,024.88

It looks like it's taking the $325.00 which is an attribute, and assigning it to handling, also, shouldn't AMT and ITEMAMT be switched? The item amount is $2,024.88 then the total with the $325 should be $2,349.88

27 Jan 2010, 7:47 PM
#27
z3n avatar

z3n

Zen Follower

Join Date:
Apr 2008
Posts:
122
Plugin Contributions:
0

Re: My paypal not working with large transactions

This doesn't look right either..

Details:Array
(
[ITEMAMT] => 2349.88
[HANDLINGAMT] => -325
[SHIPPINGAMT] => 0
[AMT] => 2024.88
)

27 Jan 2010, 7:55 PM
#28
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: My paypal not working with large transactions

That's exactly what I was referring to last week: You have something odd with your site that is causing the catch-all to be triggered because the math doesn't add up. Most likely a shipping or order-total or tax or currency or addon issue.

27 Jan 2010, 8:03 PM
#29
z3n avatar

z3n

Zen Follower

Join Date:
Apr 2008
Posts:
122
Plugin Contributions:
0

Re: My paypal not working with large transactions

DrByte:

That's exactly what I was referring to last week: You have something odd with your site that is causing the catch-all to be triggered because the math doesn't add up. Most likely a shipping or order-total or tax or currency or addon issue.
I know you get requests all day every day, but if I gave you login access do you think you could spend 5 minutes poking around? Just to see what modules I have installed and my settings, to see if anything seems odd to you?

27 Jan 2010, 8:38 PM
#30
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: My paypal not working with large transactions

Better would be to explain exactly how to set up a clean test site to duplicate the exact problem you're experiencing, starting with a clean new install of v1.3.8a.

29 Jan 2010, 5:49 PM
#31
z3n avatar

z3n

Zen Follower

Join Date:
Apr 2008
Posts:
122
Plugin Contributions:
0

Re: My paypal not working with large transactions

Ok, got it fixed... The problem was in one of the attribute pricing. I was using one time charge, I switched it to price and it works now

29 Jan 2010, 8:18 PM
#32
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: My paypal not working with large transactions

Glad you sorted it out.

If you care to explain exactly how to set up a product that causes the problem, perhaps we can work on a fix to prevent the problem in the next version.

31 Jan 2010, 7:35 PM
#33
z3n avatar

z3n

Zen Follower

Join Date:
Apr 2008
Posts:
122
Plugin Contributions:
0

Re: My paypal not working with large transactions

Hi Dr.,

I definitly will post that... Do you have any thoughts on my other post? http://www.zen-cart.com/forum/showthread.php?t=146825

31 Jan 2010, 7:39 PM
#34
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: My paypal not working with large transactions

Sorry, EasyPopulate isn't something I use regularly. It's a bear to work with, and even worse to customize.