HikaShop Essential: 4.0.2

  • Posts: 4
  • Thank you received: 0
5 years 1 month ago #304078

Hi, in the checkout page the partial price is the same of total price, instead of the price without the VAT.
Is it possible to display the partial price without VAT?

thanks
best regards
Damiano

Attachments:

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

  • Posts: 81504
  • Thank you received: 13064
  • MODERATOR
5 years 1 month ago #304112

Hi,

By "partial price" you mean "subtotal price". Yes, you can change that. Turn off the "show taxed price" setting of the "cart" view in the "checkout workflow" of your HikaShop configuration and the product prices as well as the subtotal will display without taxes on that cart view of your checkout.

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

  • Posts: 4
  • Thank you received: 0
5 years 1 month ago #304121

Hi Nicolas, thanks for your answer.

it's OK for me to see the price with the VAT in the choice of products.

But in the cart I would like to see the details of the price before taxes and after taxes.

For example in the attached image, you should see it this way:

totale parziale: 159€
IVA: 34,98
totale: 193,98€

instead of

totale parziale: 193,98€
IVA: 34,98
totale: 193,98

is it understandable what I mean?
thank you very much

Damiano

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

  • Posts: 81504
  • Thank you received: 13064
  • MODERATOR
5 years 1 month ago #304122

Hi,

If you only want to change the subtotal, then you'll have to edit the file "show_block_cart" via the menu Display>Views.
There, you'll want to change the line:

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: dds1969

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

Time to create page: 0.060 seconds
Powered by Kunena Forum