Jasmin Savard
Jasmin Savard
To make this easier here is a calculator: https://www.canada.ca/en/revenue-agency/services/tax/businesses/topics/gst-hst-businesses/charge-collect-which-rate/calculator.html So, to make this more complicated. Some of these provinces uses an harmonized sales tax called HST. But others uses a...
While the checkout is not an invoice ; when I do a purchase as a company I need to know how much tax I will pay on a purchase. It...
So, if the goal of the TaxPart was to add the ability to charge no tax on specific products that can't have tax added. Why not just have a boolean?...
Ok, so all in all. After retesting everything. The custom tax table works. Sorry about that. The issue is that it was only displaying Net Price in the checkout which...
Ok, so to explain the issue. When I add a TaxPart to a content type. I'm forced by validation to enter a value and to choose a tax code else...
Ok, so I tested the TaxPart on latest main branch and it seems that the form validation error doesn't repro. That's a good thing.
So here is my theme working with the latest main branch. You can see I added the Test Product to the shopping cart. Though, when I try to add the...
I have made the fix for myself. I simply removed the need for the TaxPart. It doesn't make sense to me that the it throws an exception like it does...
I fixed all of these for myself. I don't think the Taxpart is necessary to define a 0% taxed product. If the product doesn't have a Taxpart attached to it...
@sebastienros Can you give a review for this one?