Hello, I tried it to do myself for a couple of hours, used search function. Found some leads but they wont work.
Inside invoice_items.php I wan't to show product short discription on the place of order_status.
<td align="center">
<?php echo $this->orderstatuses[$item->order_status]; ?>
</td>
How can I do that?
And how can I put it in orders ( online orders of the customer )
Thx for any help
echo $this->product->product_s_desc
This line is in the products_details template.