How do I set up teacommerce 2.0 to include tax in the price. eg. currently my taxrate is set to 15% and instead of adding $15 to my $100 product I would like it to include the 15% in the product price.
Are you using the starter kit? This should display prices including taxes as default. You always enter the price excluding tax in the Umbraco admin and then use the WithVatFormatted when using Razor/.NET or the withVatFormatted if its xslt. Makes sense?
Thanks for the reply. Yes, I'm using the starter kit.
What I meant was:
By default the price in the admin has to be EXCLUDING tax so you have to enter $86.96 in the backend to get $100 dollars on the website (at a 15% tax rate)
I would like to enter the price in the Umbraco admin INCLUDING tax, ie. enter $100 in the back, get $100 dollars in the front and have the cart calculate that it includes $13.04 in tax.
Thanks. We had made a site with v1.4 where it was a feature. Would be helpful as a feature yes. I guess it's easiest to use cms import and have the prices calculated in a csv for example.
Product price to include tax
Hi all
How do I set up teacommerce 2.0 to include tax in the price. eg. currently my taxrate is set to 15% and instead of adding $15 to my $100 product I would like it to include the 15% in the product price.
I Killian
Are you using the starter kit? This should display prices including taxes as default. You always enter the price excluding tax in the Umbraco admin and then use the WithVatFormatted when using Razor/.NET or the withVatFormatted if its xslt. Makes sense?
Kind regards
Anders
Hi Anders
Thanks for the reply. Yes, I'm using the starter kit.
What I meant was:
By default the price in the admin has to be EXCLUDING tax so you have to enter $86.96 in the backend to get $100 dollars on the website (at a 15% tax rate)
I would like to enter the price in the Umbraco admin INCLUDING tax, ie. enter $100 in the back, get $100 dollars in the front and have the cart calculate that it includes $13.04 in tax.
That isnt an option in Tea Commerce 2.0. Will that be a show stopper for you?
But we will add it to our list of feature requests and look into it.
Kind regards
Anders
Thanks. We had made a site with v1.4 where it was a feature. Would be helpful as a feature yes. I guess it's easiest to use cms import and have the prices calculated in a csv for example.
is working on a reply...