Bonjour Nicolas,
j'ai à nouveau ce problème d'arrondi depuis le passage à la version 1.5.9
Prix HT : 32.00669
Prix TTC : 38.28
Discount : 29.46%
Prix TTC final : 27.00 dans l'affichage du produit ==> OK
Une fois dans le Caddy, j'obtiens les prix corrects, sauf pour le TOTAL TTC = 27.01
Vous m'aviez fait modifier la vue Checkout / Cart ainsi pour afficher le prix TOTAL TTC :
<td class="hikashop_cart_product_price_value">
<?php
$this->params->set('price_with_tax',1);
$this->row=&$row;
$this->unit=true;
echo $this->loadTemplate();
?>
<span class="hikashop_product_price_before_discount">
<?php
$LBprice = $this->currencyHelper->format($row->prices[0]->price_value_without_discount_with_tax/$row->cart_product_quantity,$row->prices[0]->price_currency_id);
if (!$LBprice) {echo $LBprice; }
?>
</ span>
</td>
PS : pour 2 articles, le prix Total TTC passe à 54.02€
Par avance merci de votre aide, pour corriger :
1) le problème d'arrondi
2) l'affichage de la TVA (négative et valeur incorrecte)
Cordialement