News:

Looking for documentation? Take a look on our wiki

Main Menu

Show size in submit email

Started by tygo, July 12, 2013, 09:40:13 AM

Previous topic - Next topic

tygo

Hello,

i have to implement the product size in my mail (invoice_items.php)

How can i do this?

I already tried 4 different ways, but nothing works...


$lenght = number_format($this->product->product_length);
$height = number_format($this->orderDetails['details']['BT']->product_height);
$width = number_format($item->order_item_width);
$weight = number_format($this->product->product_weight);

echo $width." x ".$height." x ".$lenght." mm ";




Any ideas?

Thanks for help!


tygo

Thanks for your reply, but this definetly does not work in email templates..

any ideas how to get that data there?

Thanks!