in the cash register is the VAT. displayed but not

  • Posts: 3
  • Thank you received: 0
10 years 7 months ago #175687

-- url of the page with the problem -- : www.sparenmitsolar.de
-- HikaShop version -- : n HikaShop [1409241754]
-- Browser(s) name and version -- : all
-- Error-message(debug-mod must be tuned on) -- : Please i need quick help because the shop is already online and the customers want to order.
in the cash register is the VAT. displayed but not in the total sum indicated with.
What's going wrong?

Please i need quick help because the shop is already online and the customers want to order.
in the cash register is the VAT. displayed but not in the total sum indicated with.
What's going wrong?

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

  • Posts: 13201
  • Thank you received: 2322
10 years 7 months ago #175692

Hi,

Sorry but I don't understand all the issue.
What do you mean by "cash register" ? Guest checkout ?

And regarding the VAT, you want the tax amount displayed and added in the cart in the checkout ?

I think that you have to check again your tax rules, this is potentially why there is no taxes added in the checkout.

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

  • Posts: 3
  • Thank you received: 0
10 years 7 months ago #175777

Thank you for your quick response.
I mean this is in the cart and on the invoice 2 times subtotal.
Subtotal: € 100
VAT. € 19
Subtotal: € 100

but it would look like this.
Subtotal: € 81
VAT. € 19
Total € 100

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

  • Posts: 13201
  • Thank you received: 2322
10 years 7 months ago #175801

Hi,

So you have to set the option "Show taxed prices" to "No tax". But this will remove the taxed prices in the whole shop.

If you want the prices with tax and this kind of layout for the cart / invoice, etc.
You can edit the corresponding views and use code like:

$origValue = $this->params->get('price_with_tax');
$this->params->set('price_with_tax','0');
At the top of the view "checkout / cart" for the cart in the checkout, or "order / show" in frontend template or "order / invoice" in backend template for the invoice.

And this code at the end:
$this->params->set('price_with_tax',$origValue);

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

  • Posts: 3
  • Thank you received: 0
10 years 7 months ago #175911

Thanks for the answer.
wnn I'll give you my entrance data for the backend, you can make these settings please. I'm afraid that I'm doing something wrong. Since my English is not so good.

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

  • Posts: 13201
  • Thank you received: 2322
10 years 7 months ago #175914

Hi,

Easiest solution, in the global configuration of HikaShop in Configuration > Main > Taxes, select "No tax" for the option "Show taxed price".

Then edit the option of your product listing menus/modules and select "With tax" for the tax display.

Finally edit the view "product / show_default" and add:

<?php
$this->params->set('price_with_tax','1');
?>
at the top of the file.

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

Time to create page: 0.073 seconds
Powered by Kunena Forum