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