Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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>

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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...