News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

DOnt show payment and shipment method in detail order

Started by roman5527, May 18, 2018, 09:54:55 AM

Previous topic - Next topic

roman5527

Hi, i have problem . In detail order i dont show payment and shipment method

you can see : http://prntscr.com/jjer9r

code in file detail_orders.php in template is :
<td class=""><?php echo vmText::_('COM_VIRTUEMART_ORDER_PRINT_SHIPMENT_LBL'?></td>
<td align="left"><?php
    echo 
$this->shipment_name;
    ?>
</td>
    </tr>
    <tr>
<td class=""><?php echo vmText::_('COM_VIRTUEMART_ORDER_PRINT_PAYMENT_LBL'?></td>
<td align="left"><?php echo $this->payment_name?>
</td>


In administration i have one shipment and payment method .

can you help me fix it please ?

tahnks