How to show the tax base in the invoice?
- cesarlab69
-
Topic Author
- Offline
Less
More
14 years 2 months ago - 14 years 2 months ago #56453
by cesarlab69
How to show the tax base in the invoice? was created by cesarlab69
Hello, I need a customization in Hikashop Essential on the invoice at backend to show the tax base for each tax type. I need also show the shipping price without tax.
How can I do it?
i send a capture of i want to say.
Thanks in advance and sorry for my english.
How can I do it?
i send a capture of i want to say.
Thanks in advance and sorry for my english.
Last edit: 14 years 2 months ago by cesarlab69.
Please Log in or Create an account to join the conversation.
- cesarlab69
-
Topic Author
- Offline
14 years 2 months ago #56500
by cesarlab69
Replied by cesarlab69 on topic Re: How to how the tax base in the invoice?
I have another problem with de taxes, rounding not perform well.
I have a product that its price is 2.81 € and has a rate of 4% which is equal to 0.1124 €, hikashop rounds the tax rate to 0.11 € (is ok) but if the user buys 15 units the price is € 40.50 and your tax € 1.62 and Hikashop estimated tax of 1.65 €.
I have a product that its price is 2.81 € and has a rate of 4% which is equal to 0.1124 €, hikashop rounds the tax rate to 0.11 € (is ok) but if the user buys 15 units the price is € 40.50 and your tax € 1.62 and Hikashop estimated tax of 1.65 €.
Please Log in or Create an account to join the conversation.
- cesarlab69
-
Topic Author
- Offline
14 years 2 months ago #56518
by cesarlab69
Replied by cesarlab69 on topic Re: How to show the tax base in the invoice?
Thanks Hikashop team, I install the plugin
www.hikashop.com/forum/4-how-to/26113-us...art=20&lang=fr#46304
, and the calculation is OK
Please Log in or Create an account to join the conversation.
14 years 2 months ago #56524
by nicolas
Replied by nicolas on topic Re: How to show the tax base in the invoice?
For the tax base, you will have to edit the file "invoice" of the view "order" of your back end template via the menu Display->Views and add the code:
<?php echo '(tax base:'.$tax->tax_amount/$tax->tax_rate .')'; ?>
before the line:
<?php echo $tax->tax_namekey; ?>
<?php echo '(tax base:'.$tax->tax_amount/$tax->tax_rate .')'; ?>
before the line:
<?php echo $tax->tax_namekey; ?>
Please Log in or Create an account to join the conversation.
- cesarlab69
-
Topic Author
- Offline
14 years 2 months ago #56548
by cesarlab69
Replied by cesarlab69 on topic Re: How to show the tax base in the invoice?
Hi Nicolas, there is a problem , if I active yhe plugin custom_quantity_tax i can't use Full tax display
Please Log in or Create an account to join the conversation.
14 years 2 months ago #56596
by nicolas
Replied by nicolas on topic Re: How to show the tax base in the invoice?
It doesn't work ?
Do you have an error ?
Could you give more information please ?
Do you have an error ?
Could you give more information please ?
Please Log in or Create an account to join the conversation.
Time to create page: 0.259 seconds