- Posts: 87
- Thank you received: 10
Happy German Tax Stuff (please move to "how to"
- gaborgaborgabor
-
Topic Author
- Offline
Less
More
14 years 7 months ago - 14 years 7 months ago #39140
by gaborgaborgabor
Happy German Tax Stuff (please move to "how to" was created by gaborgaborgabor
Hi nicolas,
right now, we have this look on our checkout page
1. total price (no tax)
2. shipping (with tax from EU tax zone, shipping include as a virtual products price)
3. Tax (from items and shipping)
4. total (item, shipping and taxes)
Point 2 with tax in this case realy makes no scenes. In Germany the shipping is a part of the hole order. So far so good.
The result is correct, but it would be better, to show the shipping without tax.
Is there a way without coding and editing. I find some threads, but no nice sweet solution....
right now, we have this look on our checkout page
1. total price (no tax)
2. shipping (with tax from EU tax zone, shipping include as a virtual products price)
3. Tax (from items and shipping)
4. total (item, shipping and taxes)
Point 2 with tax in this case realy makes no scenes. In Germany the shipping is a part of the hole order. So far so good.
The result is correct, but it would be better, to show the shipping without tax.
Is there a way without coding and editing. I find some threads, but no nice sweet solution....
Last edit: 14 years 7 months ago by gaborgaborgabor.
Please Log in or Create an account to join the conversation.
- gaborgaborgabor
-
Topic Author
- Offline
Less
More
- Posts: 87
- Thank you received: 10
14 years 7 months ago #39141
by gaborgaborgabor
Replied by gaborgaborgabor on topic Re: Happy German Tax Stuff (please move to "how to"
I added
echo $this->currencyHelper->format(@$this->shipping->shipping_price,$this->shipping->shipping_currency_id);
in the else -> in views->checkout->cart
So it works for now.
echo $this->currencyHelper->format(@$this->shipping->shipping_price,$this->shipping->shipping_currency_id);
in the else -> in views->checkout->cart
So it works for now.
Please Log in or Create an account to join the conversation.
14 years 7 months ago #39252
by nicolas
Replied by nicolas on topic Re: Happy German Tax Stuff (please move to "how to"
Yes, we'll have to add an option to handle the taxes display in a centralized manner.
Please Log in or Create an account to join the conversation.
Time to create page: 0.212 seconds