manca poco
<td colspan="3" align="left">
<?php echo $this->cart->cartData['shipmentName']; ?>
</td>
<td colspan="4" align="left" >
<?php echo JText::_('COM_VIRTUEMART_ORDER_PRINT_SHIPPING'); ?>
</td>
<?php } ?>
<?php if (VmConfig::get ('show_tax')) { ?>
<td align="left"><?php echo "<span class='priceColor2'>" . $this->currencyDisplay->createPriceDiv ('shipmentTax', '', $this->cart->pricesUnformatted['shipmentTax'], FALSE) . "</span>"; ?> </td>
<?php } ?>
<td></td>
<td align="left"><?php echo $this->currencyDisplay->createPriceDiv ('salesPriceShipment', '', $this->cart->pricesUnformatted['salesPriceShipment'], FALSE); ?> </td>
</tr>
ora è questa parte a rimanere "fuori" tabella
<td align="left"><?php echo $this->currencyDisplay->createPriceDiv ('salesPriceShipment', '', $this->cart->pricesUnformatted['salesPriceShipment'], FALSE); ?> </td>
</tr>
[allegato eliminato automaticamente dopo un anno]