Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I'm running latest Umbraco and TC v3.1.0 * .
I've got a store which has VAT enabled though the prices are keyed without VAT.
Everything works great - except the order is stored as the Subtotal inclusive of VAT in the back office.
When I create an order which has VAT applied – the subtotal the VAT amount and Total is correct on my order summary.
The email out was wrong:
I can fix that by changing (in the template):
Model.SubtotalPrice to Model.SubtotalPrice.Value.Formatted
But the order still shows incorrectly in the backoffice:
Note how the unit price is inclusive of VAT and the subtotal includes it too.. what have I done wrong here?
Kind regards
Steve
Just edit the edit-order.cshtml in the MacroScripts/teacommerce folder. That is the one used to render the Admin UI.
Anders
Purrfect!
Now if I can just get Paypal to callback I'm there!
As someone who has inherited this project - are these files overwritten on upgrade or are they stuff from the starter kit that devs can change without worry?
Thanks for the swift response Anders.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Subtotal Includes VAT in Tea Commerce Order Details in Back Office
Hi,
I'm running latest Umbraco and TC v3.1.0 * .
I've got a store which has VAT enabled though the prices are keyed without VAT.
Everything works great - except the order is stored as the Subtotal inclusive of VAT in the back office.
When I create an order which has VAT applied – the subtotal the VAT amount and Total is correct on my order summary.
The email out was wrong:
I can fix that by changing (in the template):
But the order still shows incorrectly in the backoffice:
Note how the unit price is inclusive of VAT and the subtotal includes it too.. what have I done wrong here?
Kind regards
Steve
Just edit the edit-order.cshtml in the MacroScripts/teacommerce folder. That is the one used to render the Admin UI.
Kind regards
Anders
Purrfect!
Now if I can just get Paypal to callback I'm there!
As someone who has inherited this project - are these files overwritten on upgrade or are they stuff from the starter kit that devs can change without worry?
Thanks for the swift response Anders.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.