I'd like to set a specific Tax on each product.
I see i can create tax classes, but i'm going to have many different taxes, one per product, on more than 300 products.
Is it possible to set the tax % on the product page when i create it ?
Do you know a plugin for that ?
What want to do is to calculate Tax Based On SKU and not shipping address.
So i need to have a field on product page where i can enter a TVA number, manually.
Do you think it's possible ?
OR an other way maybe :
- have one taxe class
- in the tax class add many taxes rates with all the same country code, and no zip code
- create a field in the product page to assign the right tax rate for the product (instead of assign a class rate)
What do you think about that ?
Related
When creating manual orders, usually you have to set a custom price for the product. When clicking on "Recalculate", it calculates the taxes and adds them to it
Since I already have "Load prices by country" to get the system price and taxes,
Would it be possible for manual pricing to just calculate the tax according to the price set without adding the result to the total?
I'm seeing that the button has a calculate-action class:
Maybe if I find the function that that class triggers I can modify it for my purpose?
I think you should define tax and shipping country wise
Go to woocommerce -> settings -> Tax -> Standard rates and define taxes country wise
Go to woocommerce -> settings -> shipping and define shipping country wise
Reference URL : https://docs.woocommerce.com/document/setting-up-taxes-in-woocommerce/
I would like to use the Stock Management in Woocommerce. I have some products which use variing attributes (sizes in my case), however, the stock management only lets me enter a anmount for the whole product (eg 11 running Shirts instead of 11 running shirts in size L). Is there any way to use stock management on attributes?
Thank you for your help.
From the variable product documentation:
Each variation may be assigned:[...]
Stock quantity – Stock for the specific variation, or left blank to use the product’s stock settings.
So, set your product as variable product and check "used for variation" for your size attribute like this:
Then go on the variation tab and generate a variation for each attribute value. On each variation, you have a checkbox to activate the stock management for this attribute value - if it's not checked, it will use the general product inventory in the inventory tab.
I've set a global tax on the service fee's, however I need to override those service fees on some products. When I attempt to change the tax settings on the item itself I get the global service fee's and the new one's I changed on the product.
To override tax calcs for single product the easiest way is to just set up a new tax class for all of the tax rates you need in WooCommerce -> Settings -> Tax and then just assign that individual product to the necessary tax rate in the edit product screen
I am using woocommerce table rate shipping
In my current system I need to two types of shipping rates
1. Per Order (Based on category )
2. Per Item (Based on category )
The both categories are working fine if the products are separately added
But while I am adding and one products from each categories, in that senarioes I want to both shipping method summation.
Can anyone help me?
Thanks,
Denis
http://www.yiion.com
If you are using the Table Rate plugin from WooCommerce you have to check 'break' when setting up the shipping method.
I want to add custom calculated shipping value (based on the origin of the shipment of the book) to the total amount of the order. I can now calculate the shipping value based on the order ID in my custom module....
I want to be able to add this value to the order total on checkout, is that possible?
I have tried shipment rules, but it is not satisfactory as it only allows me to add a value to the line items in the order and not to total. How can I hook to the checkout process and add this amount to the total? Maybe I can add it as custom line items on checkout?
Also, since it is a custom shipment method with customs shipment companies, do I need to use any of the shipment modules in the first place ( I neither use flat service or any of the commerce shipment modules) ?
Try API of respective commerce/ubercart module. They must offer some API which allows you to modify the check out page