How to show the tax base in the invoice?

  • Posts: 21
  • Thank you received: 0
11 years 10 months ago #56453

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.

Attachments:
Last edit: 11 years 10 months ago by cesarlab69.

Please Log in or Create an account to join the conversation.

  • Posts: 21
  • Thank you received: 0
11 years 10 months ago #56500

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 €.

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 21
  • Thank you received: 0
11 years 10 months ago #56518

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.

  • Posts: 81604
  • Thank you received: 13082
  • MODERATOR
11 years 10 months ago #56524

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; ?>

Please Log in or Create an account to join the conversation.

  • Posts: 21
  • Thank you received: 0
11 years 10 months ago #56548

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.

  • Posts: 81604
  • Thank you received: 13082
  • MODERATOR
11 years 9 months ago #56596

It doesn't work ?
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.062 seconds
Powered by Kunena Forum