Cart suntotal without tax

  • Posts: 1027
  • Thank you received: 11
  • Hikashop Business
5 years 10 months ago #293490

-- HikaShop version -- : 3.4.0
-- Joomla version -- : 3.8.8
-- PHP version -- : 7.0

Hello,

I've looked at other answers in the forum about that but they are pretty old and couldn't help.
I need to show my product's price with tax everywhere except from the checkout cart footer.



Can you help me with that?

Thank you

Attachments:

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

  • Posts: 4508
  • Thank you received: 610
  • MODERATOR
5 years 10 months ago #293518

Hello,

For this you have some settings :
- In your HikaShop Main Configuration => Checkout tab
- Then Checkout Workflow :



Here, you will find the option to display tax in the cart or not.

Regards

Last edit: 5 years 10 months ago by Philip.

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

  • Posts: 1027
  • Thank you received: 11
  • Hikashop Business
5 years 10 months ago #293549

Hi,

yes i tried that but that's no solution for me cause then the price in cart is without tax and i also noticed that if i do that the shipping method that i have (minimun price 35euros=free shipping) doesn't work correctly.



I only want the subtotal to be without tax.
This is what i want to have:



Thank you

Attachments:

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

  • Posts: 81509
  • Thank you received: 13064
  • MODERATOR
5 years 10 months ago #293552

Hi,

Well, in that case you need to edit the file "show_block_cart" via the menu Display>Views and change the code :

echo $this->currencyClass->format(@$cart->total->prices[0]->price_value_with_tax,@$cart->total->prices[0]->price_currency_id);
to:
echo $this->currencyClass->format(@$cart->total->prices[0]->price_value,@$cart->total->prices[0]->price_currency_id);

The following user(s) said Thank You: verzevoul

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

  • Posts: 1027
  • Thank you received: 11
  • Hikashop Business
5 years 10 months ago #293592

Hi nicolas,

that's perfect thank you!
Could you tell me how to change tha part in the order emails?

The following user(s) said Thank You: Philip

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

  • Posts: 1027
  • Thank you received: 11
  • Hikashop Business
5 years 10 months ago #293919

Anything?

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

  • Posts: 4508
  • Thank you received: 610
  • MODERATOR
5 years 10 months ago #293941

Hello,

You can edit your emails, select your required emails (in Main HikaShop Configuration, System dropdown => Emails) and learn how to edit it with the "Help" button.
Here, you will find all elements (load in php part) and then display in the html part).

Hope this will help you to achieved what you need.
Regards

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

Time to create page: 0.309 seconds
Powered by Kunena Forum