Show inc Tax price at Checkout

  • Posts: 28
  • Thank you received: 0
12 years 11 months ago #38546

Hi Nicolas

I would like to know how to make the inc Tax price show on the checkout, instead of the ex tax price please.

All the links to the supposed answer, end up on a BRAVO page.

The inc Tax shows correctly in the Shopping Cart module, it's only when you click "Proceed to Checkout" that the ex-tax price then shows up with the corresponding Taxes added on another line. I'd like to keep the Tax line, but show the Full Price including tax ...

www.haiq.com.au

Shipping price is all correct.

EDIT: i found this post:

For that, you can add the line
$this->params->set('price_with_tax',1);
after the first <?php tag of the file "step" of the view "checkout" that you can edit via the menu Display->Views

and I added it here:
<div id="hikashop_checkout_page" class="hikashop_checkout_page">
<?php
$this->params->set('price_with_tax',1);
if(hikashop_level(1)){.........

then cleared cache, but it still shows ex tax price??

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

  • Posts: 83103
  • Thank you received: 13415
  • MODERATOR
12 years 11 months ago #38682

The links were not working because of the update we did recently to our forum... We fixed that and the links should all work now.

If you don't see your modification, please make sure that you're editing the view file for your front end template and not another template. Otherwise, you won't see any change.


On a side note, please try to post only once your questions.

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

Time to create page: 0.055 seconds
Powered by Kunena Forum