effectivement, moi si je mets le transport avec ce module, je n'ai pas de poids qui s'affiche.
Vous parlez sans doute du texte en haut de l'écran :
Total Objets: 1 Poids: 7Kgs Montant: 10.00€
c'est ça ??
dans ce cas, ouvrez:
"boutique"=> includes => templates => mon_template* => tpl_shopping_cart_default.php
*ou directement dans template_default
rechercher :
<?php if (!empty($totalsDisplay)) { ?>
<div class="cartTotalsDisplay important"><?php echo $totalsDisplay; ?></div>
<br class="clearBoth" />
remplacer par :
<?php if (!empty($totalsDisplay)) { ?>
<div class="cartTotalsDisplay important"><!--<?php echo $totalsDisplay; ?>--></div>
<br class="clearBoth" />