Strange prices in checkout cart

  • Posts: 54
  • Thank you received: 2
  • Hikashop Business
7 years 9 months ago #263418

-- HikaShop version -- : 3.0.0
-- Joomla version -- : 3.6.5
-- PHP version -- : 7.1

After updating to Hikashop 3.0 build 1702240148 the display of the prices in the checkout cart have changed. I expected to see pricing including VAT. (BTW in Dutch). Instead, it now shows pricing including and excluding VAT. Besides that the price excluding VAT is higher then the price including VAT.

This is how it was in build 201702211353:



This is the result after updating to build 201702240148:

Attachments:

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

  • Posts: 82868
  • Thank you received: 13377
  • MODERATOR
7 years 9 months ago #263420

Hi,

We've actually added a fix as before the cart view of the checkout didn't take into account the "show taxed prices" setting of the HikaShop configuration like it should.
It now does and thus if you see both taxed and untaxed prices there, it means that you have "both" selected in that setting of the configuration.
You can always force the prices to be displayed without tax by editing the file "show_block_cart" via the menu Display>Views and adding such code that the top:

<?php $this->options['price_with_tax'] = false; ?>

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

  • Posts: 54
  • Thank you received: 2
  • Hikashop Business
7 years 9 months ago #263457

In Configuration/Main/Taxes the setting is set to show prices with VAT included. It is not set to both.

Furthermore I do not understand how a price with VAT excluded is higher the the price with VAT included.

Attachments:

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

  • Posts: 82868
  • Thank you received: 13377
  • MODERATOR
7 years 9 months ago #263464

Hi,

1. Indeed. Thanks for the feedback. We've just added a fix for that.

2. That's because there is an error with your translation file.
The price inside the parenthesis is the price without taxes. If you switch to English, you'll see that it displays correctly.
I've fixed the translation file for nl-NL on our end.

The following user(s) said Thank You: jvstratum

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

Time to create page: 0.075 seconds
Powered by Kunena Forum