Order Mail - display products net price

  • Posts: 107
  • Thank you received: 0
11 years 4 months ago #108818

Hi,

Hikashop displays in "Order creation notification" Mail product total prices (product net price + tax) in every product position.
I need product net prices without tax in the product positions.
Tax Position below Product positions schould remain.
Total Position below Tax Position schould remain too.

How to?
Thanks

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

  • Posts: 12953
  • Thank you received: 1778
11 years 4 months ago #108854

Hi,

I think that the solution would be to directly edit your "Hikashop->System->Emails->'Order creation notification'" page.

Note that this feature is only available with a Business version of Hikashop :).

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

  • Posts: 107
  • Thank you received: 0
11 years 4 months ago #108855

Hi,

Thank You for advice.
I have a Business version of Hikashop.
But I don't understand PHP Code.
What must I edit and where?
Could You help me?

Thanks

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

  • Posts: 82727
  • Thank you received: 13342
  • MODERATOR
11 years 4 months ago #108976

Simply add the line:
$config->set('price_with_tax',0);

after:
$config =& hikashop_config();

in your emails code and that will display the product prices without tax in the emails.

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

  • Posts: 107
  • Thank you received: 0
11 years 4 months ago #109015

Hi,

I recieve error with this code "Parse error: syntax error, unexpected '&'"

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

  • Posts: 107
  • Thank you received: 0
11 years 4 months ago #109017

Hi,

It works.

Thanks

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

Time to create page: 0.073 seconds
Powered by Kunena Forum