Tax on checkout

  • Posts: 43
  • Thank you received: 0
8 years 3 months ago #230773

-- url of the page with the problem -- : pandrupblomster.dk
-- HikaShop version -- : 2.6.1
-- Joomla version -- : 3.4.8
-- PHP version -- : 5.6.16
-- Browser(s) name and version -- : 48.0.2564.116 m

When my customers come to checkout i want them to se prices on invoice, and on the invoice on email:

Like this

1.Total without tax
2. Delivery amount without tax
3. Tax
4.Total included tax

Can anyone help me how i get it done in my checkout?


Thanks

Henrik Ris

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

  • Posts: 81851
  • Thank you received: 13138
  • MODERATOR
8 years 3 months ago #230840

Hi,

If the "show taxed prices" setting is deactivated in the HikaShop configuration, it should already display like that.

You can also add at the top of the file step of the view checkout after the php tag, in the menu Display->Views, the code :
$this->params->set('price_with_tax',0); //or 1 for taxed prices
And that will force it on the checkout page

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

  • Posts: 43
  • Thank you received: 0
8 years 3 months ago #230888

Perfekt that is like i want it on the invoice.
But now the prices in the shop is without VAT?I would like them to stand with VAT in the shop


Thanks

Henrik Ris

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

  • Posts: 81851
  • Thank you received: 13138
  • MODERATOR
8 years 3 months ago #230890

Hi,
Then you need to keep that option turned on and instead add the code modification as I explained in my previous message.

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

  • Posts: 43
  • Thank you received: 0
8 years 3 months ago #230949

Okay thanks, you might have a tutorial on how and where I put it into the website.


Thanks

Henrik Ris

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

  • Posts: 81851
  • Thank you received: 13138
  • MODERATOR
8 years 3 months ago #231042

Hi,

Here is a documentation page which explains how to modify views in HikaShop:
www.hikashop.com/support/documentation/1...ize-the-display.html

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

Time to create page: 0.059 seconds
Powered by Kunena Forum