Subtotal without VAT

  • Posts: 1
  • Thank you received: 0
9 years 1 month ago #215833

-- HikaShop version -- : 2.6.0
-- Joomla version -- : 3.2.7
-- PHP version -- : 5.4.43

Hi,

How do I show the subtotal without VAT on the checkout, I have seen previous code changes but these seem to be out of date.

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

  • Posts: 82907
  • Thank you received: 13378
  • MODERATOR
9 years 1 month ago #215859

Hi,

You can edit the file "cart" of the view "checkout" via the menu Display>Views and change the code:

echo $this->currencyHelper->format(@$this->total->prices[0]->price_value_with_tax,@$this->total->prices[0]->price_currency_id);
to:
echo $this->currencyHelper->format(@$this->total->prices[0]->price_value,@$this->total->prices[0]->price_currency_id);
It should be the same change even on old versions of HikaShop.

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

  • Posts: 34
  • Thank you received: 0
8 years 10 months ago #225710

Hi,

how to do this in version 2.6.0 business edition?
Because i cant find the codes in the file "cart" of the view "checkout" via the menu Display>Views


Thanks

Last edit: 8 years 10 months ago by war relics.

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

  • Posts: 34
  • Thank you received: 0
8 years 10 months ago #225748

sorry for my reply, but I've already found the solution :blush:

Last edit: 8 years 10 months ago by war relics.

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

Time to create page: 0.068 seconds
Powered by Kunena Forum