Products in Cart is shown without tax, but should be with tax

  • Posts: 136
  • Thank you received: 7
7 years 9 months ago #261858

-- HikaShop version -- : 3.0.0
-- Joomla version -- : 3.6.5
-- PHP version -- : 7.0
-- Browser(s) name and version -- : All

Hi,

I'm working on the upgrade from 2.6.0 to 3.0.0

When going to Checkout the Cart is showing the selected products without tax. This is even though my shop is configured: "Show taxed prices" = 'With tax'

view/product/listing_price.php is showing correct, prices including tax.

view/checkout/listing_price.php is showing without tax.

Is this a bug?

Regards,
Henrik


.ninja { color: black; visibility: hidden; }
In case of fire:
1. git commit
2. git push
3. exit building
Attachments:

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

  • Posts: 136
  • Thank you received: 7
7 years 9 months ago #261859

It seems to work better if I copy/paste content from:
view/product/listing_price.php
to:
view/checkout/listing_price.php is showing without tax.

Also the Payment fee is not added to Total incl. tax.
DKK 336,39 ?


.ninja { color: black; visibility: hidden; }
In case of fire:
1. git commit
2. git push
3. exit building

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

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

Hi,

I see you have the "checkout legacy" mode turned on in your HikaShop configuration, so you're using the old checkout.
If you're updating from an old version anyway, I would recommend trying the new checkout system. It should work better.

Note that rather than copying the file from product, it would be better to just add such code at the top:
<?php $this->params->set('price_with_tax',0); ?>

I'm also not able to reproduce the issue with the payment fees, be it with the legacy checkout or the new checkout.
Wouldn't that come from an old view file override of the checkout/cart.php ?

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

  • Posts: 136
  • Thank you received: 7
7 years 9 months ago #261920

nicolas wrote: I see you have the "checkout legacy" mode turned on in your HikaShop configuration, so you're using the old checkout.

Not if I look at my site? Did you login to my backend and check?

Anyways, this is in my local. I have decided to drop all Gavick template override and run clean Hikashop 3.0 in my local. I have not commited this to my server yet. I will do it right away.


.ninja { color: black; visibility: hidden; }
In case of fire:
1. git commit
2. git push
3. exit building

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

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

Hi,

No, I'm guessing because you didn't provide such information and the URL you provided is a localhost one.
But as I said, I tried to reproduce the issue with both legacy checkout and new checkout. So that doesn't change that I can't reproduce the problem you're talking about.

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

Time to create page: 0.072 seconds
Powered by Kunena Forum