Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Applying a Shipping & Handling FLAT RATE for Physical Products Only
Tagged: applying sales tax, california sales tax, cart updates, flat rate shipping, regional tax, sales tax added, shipping & handling
- This topic has 10 replies, 4 voices, and was last updated 11 years ago by cindyjw.
-
AuthorPosts
-
November 14, 2013 at 6:09 pm #10023chakravicSpectator
Hi,
I’m having a problem figuring out how to set up this situation:
1) I need to set physical and digital/non-digital products
2) the physical products will have the same shipping cost (no matter quantity chosen or where shipped — true FLAT RATE)
3) the tax will be regional — and should only be applied for California residents
4) Also, I should note that only the non-digital products will have sales tax applied.
I think what I need is a combination of the shipping from wp-estore and regional tax from paypal but can’t figure out how to set this up.
Can you tell me what to do?
Thank you!
Vicki
November 14, 2013 at 7:58 pm #58910KeithMemberHi Vicki,
For the shipping… just set a flat shipping rate, and then on all of your physical products choose a super low shipping rate (example: 0.01). The reason being… only products in the cart that have an actual shipping rate will trigger the flat shipping amount to be included.
Using a super low amount will not increase the flat rate, but will just ensure that it is included. Hope that makes sense.
When I do this I use: $0.01 for the shipping amount value for each physical product.
More details on the documentation here:
For the tax… yes, if you are using PayPal, setting it up in there will be best.
Here’s a tutorial/video: http://www.tipsandtricks-hq.com/setup-regional-sales-tax-in-paypal-6506
eStore will work with the regional tax you set in your PayPal account profile:
Hope that helps!
Keith
November 15, 2013 at 6:05 am #58911chakravicSpectatorHi Keith,
I’ve set this up as you suggested and I called paypal and went through the scenario with a support person there.
The issue I’m running into is that I need the sales tax to show up on only the physical products not the services I’m selling. The person at paypal said they can only do sales tax blanket on all the products. Is there anything that your shopping cart can do solve this for me?
Can I just put 0 (zero) for the sales tax on the WP eStore end for the non-physical products and have that nullify the paypal sales tax on those items only?
Thanks,
Vicki
November 16, 2013 at 1:09 am #58912adminKeymasterYes, you can put 0 tax for the digital items and eStore will honor that but I am not sure if PayPal will allow you to override the tax the same way they allow you to override the shipping.
You basically just want to apply tax (for physical items) to customers from California right? Customers from outside California won’t be charged any tax at all correct?
November 16, 2013 at 11:10 pm #58913chakravicSpectatorYes, correct, we just want to apply tax to physical items for customers from California.
Out of state customers won’t be charged.
Thanks!
November 17, 2013 at 10:49 pm #58914adminKeymasterLets try this…
You can use the following option to charge tax only when your customer tells the cart that he/she is from a certain/selected area (for example: California).
1. Open the “eStore_advanced_configs.php” file find the following line of code:
define('WP_ESTORE_APPLY_TAX_FOR_CERTAIN_AREA', '0');
2. Once you find it change it to something like the following:
define('WP_ESTORE_APPLY_TAX_FOR_CERTAIN_AREA', 'California residents check here');
Save and update this file.
3. Go to eStore settings menu. Keep the “Enable tax calculation” checkbox unchecked but specify the tax rate you want to charge in the “Calculate Tax” field.
Now, there will be a checkbox in the shopping cart with the text you specified in step 2 of the above modification. When a customer checks that checkbox it will apply the sales tax (specified in step 3) to the shopping cart.
November 18, 2013 at 10:23 pm #58915chakravicSpectatorHi,
I’m so sorry, but we tried to do what you’ve suggested, and it isn’t working.
Even if we could get it to work, it looks like it’s going to tax ALL items this way, and as we stated before, we need the sales tax applied to ONLY the physical items (the tattoos) and not the non-physical items (digital downloads and private sessions).
Can we give you private access to the site and you try to see if you can make it work?
We’ve used quite a bit of time setting up the store and just want to get it to function in the ways we need it to in order to abide by our tax laws and such.
Thanks for all your help!
Vicki
November 19, 2013 at 12:45 am #58916adminKeymasterYou can edit each product and apply a tax value of 0 for the products you don’t want to charge any tax and it won’t charge tax for those products. Anyway, I will take a look at your setup. I have sent you an email to get access to the site.
November 19, 2013 at 9:18 pm #58917cindyjwMemberI am also interested in an answer for this question about tax. My client has physical product and only needs to charge tax to Idaho residents. We need to go live with our cart tomorrow. I’m hoping you found a solution.
Thanks for your help!
November 20, 2013 at 3:26 am #58918adminKeymasterThe solution is in my above post. Please do what I suggested there and it will work for you too. In your case you will just say “Idaho” instead of California.
You can edit each eStore product and specify a tax rate of 0 for the products (if any) that you want to exclude from tax.
November 20, 2013 at 4:05 am #58919cindyjwMemberThank you for your speedy response. It is working. I do wish there was a more automatic way. Hopefully something can be figured out in the near future.
Thank you, again, for your help!
-
AuthorPosts
- You must be logged in to reply to this topic.