Setting up Tax Rate

Purchasing Plan via WooCommerce

If you are using Purchasing Plan via WooCommerce, please read and follow https://docs.woocommerce.com/document/setting-up-taxes-in-woocommerce/

Purchasing Plan via Wiloke Submission

Step 1: Click on Wiloke Submission

Step 2: Search for Enable Taxes: Enable it

Step 3: Enter in Tax rate to Tax rate field setting.

Warning: You should not enter in % symbol. EG: If the tax rate is 2%, you should enter 2 only

Step 4: Complete all other tax settings

Enable Tax on Pricing?: The tax will be calculated and show up on Pricing and Promotion Popup like this:

Tax Title: It’s text before Tax Price.

Warning: The Tax Title and Tax on Pricing only works if you are using Purchasing Plan via Wiloke Submission. If you are using Purchasing Plan via WooCommerce, the tax will be calculated on Checkout step

How does tax works?

tax_price = (subTotal – discount)*tax_rate / 100;

total = (subTotal – discount) + tax_price

EG: If your tax rate is 2%. Your plan is 10$. The discount is 1$

tax_price = (10 – 1)*2/100 = $0.18

total = 10 – 1 + 0.18 = $9.18

Leave A Comment?