VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: roman5527 on May 18, 2018, 09:54:55 AM

Title: DOnt show payment and shipment method in detail order
Post by: roman5527 on May 18, 2018, 09:54:55 AM
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
Title: Re: DOnt show payment and shipment method in detail order
Post by: roman5527 on May 21, 2018, 09:12:14 AM
any idea ? thnaks