Das Plugin xt_email_extras erweitert die in der send_order-E-Mail und xt_second_email verwendaren Daten um

Beispiele Verwendung

 

{foreach name=products item=order_values from=$order_products}
<a href="{$order_values.products_link} target="_blank"> <img src="{img img=$order_values.products_image type=m_thumb path_only=true}"alt="Artikel Bild" /></a><br />
products_short_description<br />
{/foreach}

 
{$order_values.db_data} which contains all columns from database ie {$order_values.db_data.your_custom_column}<br />
{$coupon_data.code} and all standart coupona data taken from order total<br />
{txt key=TEXT_TOTAL_WEIGHT_NET_EMAIL} {$order_data.total_weight.formated}<br />