petermichaux Posted April 30, 2006 Posted April 30, 2006 Hi, I've simplified my problem down to a stand alone form below. I am trying to add tax to my cart items. When I try the form below I don't see the tax added in the paypal cart or included in the paypal total. I've tried other variations but nothing seems to work. How can I fix this? Thanks, Peter <html> <head> <title>Paypal test</title> </head> <body> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_ext-enter"> <input type="hidden" name="redirect_cmd" value="_cart"> <input type="hidden" name="upload" value="1"> <input type="hidden" name="business" value="[email protected]"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="item_name_1" value="TheItem1"> <input type="hidden" name="amount_1" value="1.11"> <input type="hidden" name="quantity_1" value="30.55"> <input type="hidden" name="tax_1" value="3.05"> <input type="hidden" name="first_name" value="ppeetteerr"> <input type="image" src="http://www.paypal.com/en_US/i/btn/x-click-but01.gif" name="submit"> </form> </body> </html> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.