Hi Nicolas,
I tried your suggestions in views checkout/cart.php in
<td class="hikashop_cart_product_price_value">
<?php
$this->row=&$row;
$this->unit=true;
echo $this->loadTemplate();
?>
</td>
$this->params->set('show_discount',1); displays the discount value ( ex : -10%)
$this->params->set('price_with_tax',1); displays the Price with Tax AFTER THE DISCOUNT
How to display the Price with Tax BEFORE THE DISCOUNT ?
(I don't understand the logic of the code)
Thanks a lot for your help.
Regards
PS : it would be nice to have a little developper documentation on that topic.