Dealing with {{priceHTML}} and tax

We need to display all prices in eCommerce as including tax. I have put all produce prices in ex-tax like we did in BC.

If I use {{this.priceHtml}} it doesn’t show GST. If I use {{this[‘priceHtml’]| times: 1.1 | round}} it display correctly but then the {% component type: “shopping_cart” %} does not auto-update when you click ‘add to cart’.

Has anyone worked out another way of handling this?

Hi @SiroccoDigital,
we will add {{this.priceWithTaxHtml}} in the next release.

@Eugene {{this.priceWithTaxHtml}} sounds great! Is this/next-release still on schedule for next week? + Will downloadable products also be included in this release? (If not, then ability to add a custom value (url) to either the invoice email or the receipt page would also suffice.)?

Hi @SiroccoDigital. Yes. Create a custom property (text-string) called “Display Price” (or whatev) to render the static value.

Hi @on.works
Features that will be released in the current sprint are listed here https://treepl.co/cms-development
Downloadable products feature can be found in the COMING NEXT section of the page.