Jump to content

100% Tax with PayPal


Guest rhyan

Recommended Posts

I haven't been able to find anyone else who's experiencing this, but with PayPal, it's adding 100% tax to all orders.

I just installed 3.0.3 today. Everything else works. This problem is new to me.

I have 2 taxes set.

Standard 7.5% for California and Tax Exempt 0%.

Is anyone else experiencing this?

Thank you,

Rhyan

Link to comment
Share on other sites

Yes, I don't have any taxes set in PayPal. The same thing happens when I test it in PayPal sandbox and live. So it looks as though CC is sending 100% tax to PayPal for some reason.

I'm having a look through the gateway files.

Link to comment
Share on other sites

Strange... but expected with a new release, im having some problems with other things as well

btw... checked out your deviant, nice shots.. you make it seem so easy haha, im a beginner at photography but learning.

ciao

Link to comment
Share on other sites

Ok, I found the problem....

In /modules/gateway/PayPal/transfer.inc.php

On line 105, it currently says this:

<input type='hidden' name='tax' value='".$amount."' />




It needs to say this:


<input type='hidden' name='tax' value='".$basket['tax']."' />

That fixed the tax issue at least. :on2long:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...