I want to sell gift certificates which are not subject to sales tax at the time of sale, only when they are used. But I also want to sell coffee cups, which are taxable at time of sale. How can I tell paypal not to calculate sales tax for certain items? I asked on the paypal forum and I got a reply to add the following code to my "manually" coded buy now button, but its not manually coded. Can I accomplish this somehow?
Here's my response from paypal:
Assuming you are manually coding your item button code for this Gift Certificate, you would need to use the tax override variable with a value = 0.
For example, the line of code would look similar to this for a manually coded item button:
<input type="hidden" name="tax" value="0.00"
Is there a way to accomplish this using this simple shopping cart plugin?