Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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

  • ALLE Produkt-Eigenschaften (aus DB-Tabelle xt_products), inklusive Beschreibungen und Links zu den Produkten
  • Produkt-Bilder
  • Gesamtgewicht der Bestellung
  • Information zu Gutscheinen

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 />


 

 

  • No labels