Invoice unit price display

  • Posts: 31
  • Thank you received: 2
12 years 2 months ago #38434

Hello,

At the moment I,m configuring the invoice in the backend so I can print them on my businesspaper. Everything works fine, but there's one thing I just can't manage to change. In the normal invoice the product price is shown without tax. I want the price to be shown with tax.
In the backend the folowing code is showing this part.
<?php echo $currencyHelper ->format($item->order_product_price,$data->order_currency_id); ?>
Which code do I have to insert (at the bold text) to get the unit price with tax?

Smedia

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

  • Posts: 26014
  • Thank you received: 4004
  • MODERATOR
12 years 2 months ago #38566

Hi,

I think you can use:

$item->order_product_price + $item->order_product_tax

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 31
  • Thank you received: 2
12 years 2 months ago #38805

Hi,

Thnx for the reply. My problem is solved : )

Greetings

Smedia

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

Time to create page: 0.056 seconds
Powered by Kunena Forum