VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: KubusHosting on January 24, 2015, 08:13:00 AM

Title: Product Short Discription inside email
Post by: KubusHosting on January 24, 2015, 08:13:00 AM
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
Title: Re: Product Short Discription inside email
Post by: Zilvermeeuw on January 27, 2015, 09:32:45 AM
echo $this->product->product_s_desc

This line is in the products_details template.