Hi!
Wondering if this is possible:
Taxes in the Philippines is always inclusive of the price. So if product price is Php1000, tax is 12% = P120, it should list down as
Product Price = P1000
VAT = P120
Total = P1000
I've tried setting up tax inclusive on all the settings, but it's still not calculating on the cart page. Attached is our tax settings.
https://www.awesomescreenshot.com/image/5477312/ae774603e0a594d68cddef18a94676bf
Thank you!
Solved! Go to Solution.
Not sure if this can be issue, but in your Tax Zone and Rates settings, the Zip/Post code should be * only, not ****.
after changing this flush the cache, empty your cart, add items to cart again and check for both logged in user and guest user.
For me it's working fine.
Hello @karolretaid8eb
Please make sure your products have Tax class as "Taxable Goods".
If it is not set, change it for all products which you want to add tax that way and run reindexing and cache command like below :
php bin/magento indexer:reindex php bin/magento c:f
Hope it works !
Hi @gaurav_harsh1 , thanks for the response!
It's already on taxable class group, I just tried reindexing right now as well and that didn't work.
Attaching here the settings of the product, our further tax settings, and country setting, I feel it's just 1 or a few settings that's off that's messing everything up
Product Setting set to Taxable Goods
https://www.awesomescreenshot.com/image/5479617/ce2f4706e0ab5bc6c5c5d716f43f715e
Tax Rules set to Taxable Goods
https://www.awesomescreenshot.com/image/5479619/820221f59492fdfb7b25ac8a24cff13f
Philippines Tax Rules which is flat % rate of 12%
https://www.awesomescreenshot.com/image/5479621/2d1a9b2de937446739100485c5dc2e77
Hello @karolretaid8eb
I think you are confused that if a product price is 1000 and 12% tax added then customer must see :
Product Price - 1000
VAT - 120
Total - 1120
this should be shown to customer ?
the settings you have made in :
https://www.awesomescreenshot.com/image/5477312/ae774603e0a594d68cddef18a94676bf
Calculation Settings > Catalog Prices => including taxes
that means if you put a product price as 1000 in admin, then this price already includes tax and the actual price of product is 880.
If it is showing you
Product Price = P1000
VAT = P120
Total = P1000
then it is calculating correct price.
Hope it's clear to you now.
Hi @gaurav_harsh1 ,
That is the expected and intended output, but it's just giving me
VAT = 0
Same product added to cart, VAT not computing
https://www.awesomescreenshot.com/image/5482156/e68b34782efa1ea92ce272d3553ba5fc
Not sure if this can be issue, but in your Tax Zone and Rates settings, the Zip/Post code should be * only, not ****.
after changing this flush the cache, empty your cart, add items to cart again and check for both logged in user and guest user.
For me it's working fine.