Bonjour,
Pour l'ajout de vos lignes, vous devez éditer les vues suivantes :
- Checkout / Cart (front end)
- Order / Show (front end)
- Order / Invoice (back end)
Exemple pour le checkout cart.
<tr>
<td>
</td>
<td>
</td>
<td id="hikashop_checkout_cart_final_total_title" class="hikashop_cart_total_title hikashop_cart_title">
dont TVA
</td>
<td class="hikashop_cart_total_value">
<span class="hikashop_checkout_cart_final_total">
<?php
$p = $this->full_total->prices[0]->price_value_with_tax;
echo $this->currencyHelper->format( ($p - ($p / 1.196)) ,$this->full_total->prices[0]->price_currency_id);
?>
</span>
</td>
</tr>
Cordialement,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.