Make specific product variations not taxable in Woocommerce - wordpress

I manage a Woocommerce website that sells videos. Most of them are variable products with different product variations:
A hard-copy DVD by mail
Or a stream.
The streaming videos are, obviously, virtual products, so no shipping is charged and taxes should not be charged.
Is it possible to change the tax status for some variation? Ideally, I'd like to be able to have ALL "Streaming Video" variations to be not taxable by default, but I'd settle for being able to edit them one by one.
By default, I can change the tax CLASS for a variation, but I can't change the tax STATUS.
How can I make some product variations not taxable?
Any help is greatly appreciated.

As taxable feature is not available for product variations, you will need to set zero taxes on those Product variations.
For that you need to go to in Woocommerce settings > Taxes (tab).
Then you will have to add a "Zero Rate" in "Additional tax classes" related field, and save:
A new "Zero Rate rates" setting tab will appear on the "Taxes" setting page:
Click on it and you will get the "Zero Rate" settings page. Insert a row this way and save:
Now on your variable products, in the variations, the Zero tax is available to be selected:
Select it for each variation and save them all. You are done.

Related

There are no taxes showing on my Woocommerce, how do I show them on my website?

Since yesterday I cannot see taxes in the catalogue, cart and checkout of my store in Woocommerce anymore. I set all the correct settings but the tax table is not showing anywhere. How do I solve this? Screenshots below.
General tax
Example product
Tax options

How to make all items set to taxable on WooCommerce?

Hello I am hoping to make all the products on my WooCommerce set to taxable instead of individually changing each one, thanks!
In tax section, 'tax options' tab, select 'No, I will enter prices exclusive of tax'.
Then in standard rates, or what ever tax rules you have add them. There will be options to show prices in shop/cart pages including tax.
So, tax will be calculated and shown in list pages too, but you don't have to add in individually.
For better understanding of how woocommerce tax works, you can check their doc, It is well explained.

how remove all the taxes from cart in woocommerce programmatically

I have following scenario.
If customer book product one one day than NO GST and Other Tax should apply. How do I display or override tax on cart page using code from function file in woocommerce.
Please have a loogk at image
I want to Set "TPS(0%)"..
NOTE: TPS is GST here
Thanks
have you try to change the tax TPS value from 5% to 0%?
go to: woocommerce > settings > tax > Standard taxes and change the tax %.
Let me know.

WordPress WooCommerce Shipping costs will be calculated once you have provided your address WordPress

I am using the Custom Shipping Method, from which the customer has to choose by themselves.
However when you go on the cart or checkout page it only says
“Shipping costs will be calculated once you have provided your address.”
To work around it I have tried to tick “enable the shipping calculator on the cart page” under “shipping options” but failed. Even the "Calculate Shipping" link is also not working. I have searched many tuts on shipping method but no success.
After doing few modification, now i get following error:
There are no shipping methods available. Please double check your address, or contact us if you need any help.
Any help will be appreciated.
Please follow the below step..
Go to Woo-commerce setting select "Sell to all contries" in Selling location(s)
Then after select "Ship to all countries you sell to" in Shipping location(s)
After setting remove specific country from the "Shipping zones > Your zone" and Set shipping anywhere.
After all set up please check on cart page.
Thank you.

Adding weight and volume to woocommerce products

I'm trying to configure the FedEx plugin on my woocommerce installation. According to the woocommerce documentation: http://wcdocs.woothemes.com/user-guide/extensions/shipping-methods/fedex/
The FedEx Shipping Extension only works when your products have a defined volume and weight. That’s how it calculates what to charge for shipping. Whenever you add a new product to your inventory, make sure you have entered its weight along with the size of the smallest box you plan to ship it in.
The problem is when I'm adding a new product or editing an existing one, I do not see these options anywhere.
This is what the documentation shows
This is what I see
The shipping tab isn't much help either - it just has a shipping class dropdown menu. Tried creating a test shipping class, but I don't see anywhere where to specify weight and/or volume. Any help is highly appreciated!
Those fields will only display on the edit product page if you enable them.
Go to WooCommerce -> Settings and click on the "Catalog" tab. Then under the "Product Data" section check the boxes next to "Enable the weight field for products" and "Enable the dimension fields for products".

Resources