Cart Module always shows Productprice excluding Tax

  • Posts: 11
  • Thank you received: 1
2 years 8 months ago #334987

-- HikaShop version -- : 4.4.3
-- Joomla version -- : 3.9.28
-- PHP version -- : 7.4.21
-- Browser(s) name and version -- : Chrome 92.0.4515.131

I want the shopping cart to show only product prices including taxes. For this I have made the following settings in the module.
In the cart module the productprice is displayed excluding taxes. I have set the setting "Display price display including taxes" in the Cart module.
Taxed prices are displayed only if I display both price variants (with and without tax) in the module.

Is it a Bug or am I doing something wrong?

Attachments:

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

  • Posts: 81511
  • Thank you received: 13066
  • MODERATOR
2 years 8 months ago #334992

Hi,

It's not a bug. It's done on purpose to make it clearer to the customer because you're displaying the tax row between the product price and the total. If we were to display the price with taxes there, the customer would see:
product costs 45€
taxes is 7.18€
total is 45€
And some customers would wonder why the total is not 45+7.18€.
Display the price of the product without taxes there make it clear to the customer that 7.18 is already included in the 45€ price of the product.
However there are solutions to this:
- You could turn off the display setting for the taxes row in the settings of the cart module. That way, the system will display 45e for the price of the product.
- You could modify the code of product / cart.php via the menu Display>Views and remove the code:

if(!empty($shows['taxes']) && $this->params->get('price_with_tax') == 1)
			$this->params->set('price_with_tax',0);

The following user(s) said Thank You: Forward Marketing

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

  • Posts: 11
  • Thank you received: 1
2 years 8 months ago #335019

Thanks for your Help Nicolas, that was the advice what i´m searching for!

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

Time to create page: 0.094 seconds
Powered by Kunena Forum