Display pirces with or without VAT

  • Posts: 43
  • Thank you received: 1
4 years 3 months ago #314153

-- url of the page with the problem -- : www.industrialgarden.nl

I am struggling with the way prices are shown in various places of Hikashp: with or without VAT.

What I currently have:

  • Prices on the webshop front page are including VAT
  • Price on the product pages is excluding VAT
  • Unit price in the cart module on the top right of the page is excluding VAT
  • Unit price in the cart page is excluding VAT
  • Unit price on the invoice is excluding VAT

What I want to achieve:
  • Prices on the webshop front page are including VAT
  • Price on the product pages is including VAT
  • Unit price in the cart module on the top right of the page is including VAT
  • Unit price in the cart page is excluding VAT
  • Unit price on the invoice is excluding VAT

Customers are mainly interested in prices including VAT, except when on the invoice.

Is this question clear?

How can I achieve this?

Kind regards,

Hubert

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

  • Posts: 81361
  • Thank you received: 13035
  • MODERATOR
4 years 3 months ago #314155

Hi,

For the product page, you can edit the file "show" of the view "product" and add such line at the top:

<?php $this->params->set('price_with_tax',1);
For the cart module, you want to edit the cart module via the Joomla modules manager and under the "HikaShop options" tab, you want to configure the "Show taxed prices" setting to "with taxes".

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

  • Posts: 43
  • Thank you received: 1
4 years 3 months ago #314167

It works.

Thnax.

Hubert

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

Time to create page: 0.058 seconds
Powered by Kunena Forum