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

Edit file invoice_order.php

Started by pellegrinoL, November 25, 2015, 09:58:27 AM

Previous topic - Next topic

pellegrinoL

hi,

i need to have a different Invoice_order file, i was able to edit all, but now i need an help for the last step. I would add the Item name and attribute in the first part of the invoice file, but now I get only the left part.

I need to improve this part:
<tr>
   <td class=""><?php echo vmText::_('COM_VIRTUEMART_PRODUCT_NAME_TITLE') ?></td>
   <td align="left"><?php echo $item->order_item_name; ?>
            <?php $product_attribute = VirtueMartModelCustomfields::CustomsFieldOrderDisplay($item,'FE');
               echo $product_attribute;?></td>
    </tr>

I am using VM 3.0.12 and Jommla! 3.4.5

Many thanks