News:

Support the VirtueMart project and become a member

Main Menu

Product Short Discription inside email

Started by KubusHosting, January 24, 2015, 08:13:00 AM

Previous topic - Next topic

KubusHosting

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

Zilvermeeuw

echo $this->product->product_s_desc

This line is in the products_details template.
If I never done it, I think I am able to do it.