Support the VirtueMart project and become a member
<tr class="Stil1"> <td colspan=4 align=right><?php echo $VM_LANG->_('PHPSHOP_ORDER_PRINT_WEIGHTTOTAL') ?>:</td> <td><?php echo $weight_total ?> kg</td> </tr>
'PHPSHOP_ORDER_PRINT_WEIGHTTOTAL' => 'Total Weight',
did you call the weight function first by adding Code: [Select]'PHPSHOP_ORDER_PRINT_WEIGHTTOTAL' => 'Total Weight', to the file?if you just add the code you showed it wont work.