Hello guys. Please help me to display weight total in shopping cart.
I did put this code in default_pricelist.php:
<tr class="sectiontableentry1">
<td colspan="4" align="right"><?php echo JText::_ ('COM_VIRTUEMART_PRODUCT_WEIGHT') ?>:</td>
<td colspan="2" align="right">
<?php echo $totalWeight, ' ', JText::_('COM_VIRTUEMART_PRODUCT_WEIGHT_KG') ?>
</td>
</tr>
But it didn't work. Total weight didnt display.
Thanks!