Jump to content
xt:Commerce Community Forum

Email Versand Neuer Status !


danyh

Recommended Posts

Hallo..

Ich habe eben bemerkt das wenn ich den Status von einer Bestellung im Admin änder zB. "in Bearbeitung"

bekommt der Kunde nur

Sehr geehrter Kunde,

Der Status Ihrer Bestellung wurde ge?ndert.

Neuer Status: Versendet

Bei Fragen zu Ihrer Bestellung antworten Sie bitte auf diese eMail.

Das ist ein bisschen wenig wie ich finde :D

Ich würde gerne dort noch auflisten was er zB betellt hat bzw. die Bestellnummer

würde auch reichen !

Hat jemand nen Tip für mich wie ich das anstelle ?

Ich habe die Suche benutzt bin aber nicht fündig geworden !

Habe zar gefunden das man die change_order_mail editieren soll die gibt es bei mir aber nicht ! :(

Danke im vorraus

Link to comment
Share on other sites

Ja das Email template sitzt bei den Admin templates:

\templates\xtc4\admin\mail\german\change_order_mail.html

Du kannst die Sachen ja über das Kommentarfeld einfügen.

Ist natürlich nicht so optimal.

Ansonsten orientier dich an der Order_mail.html !

Gruß

Link to comment
Share on other sites

oh das ist ja doch schwerer als ich dachte ! :(

Habe diesen Code gefunden ...

</table>

<table style="border-bottom:1px solid;" width="100%" border="0" cellpadding="0" cellspacing="0">

<tr>

<td><font face="Arial" color="#000080">Ihre bestellten Produkte nochmals zur Kontrolle:

</font>

</td>

</tr>

<tr>

<td> <table width="100%" border="0" cellpadding="3" cellspacing="0" bgcolor="f1f1f1">

<tr>

<td colspan="2" style="border-right: 2px solid; border-bottom: 2px solid; border-color: #ffffff;"><div align="center">

<font face="Arial">Stk.</font></div></td>

<td style="border-right: 2px solid; border-bottom: 2px solid; border-color: #ffffff;">

<font face="Arial">Produkt</font></td>

<td style="border-right: 2px solid; border-bottom: 2px solid; border-color: #ffffff;">

<font face="Arial">Artikel Nr.</font></td>

<td style="border-right: 2px solid; border-bottom: 2px solid; border-color: #ffffff;" width="150"><div align="right">

<font face="Arial">Preis</font></div></td>

</tr>

{foreach name=aussen item=order_values from=$order_data}

<tr>

<td width="20" style="border-right: 2px solid; border-bottom: 2px solid; border-color: #ffffff;">

<font face="Arial" size="2">{$order_values.PRODUCTS_QTY}</div></font></td>

<td width="20" style="border-right: 2px solid; border-bottom: 2px solid; border-color: #ffffff;">

<font face="Arial" size="2">x</font></div></font></td>

<td style="border-right: 2px solid; border-bottom: 2px solid; border-color: #ffffff;">

<font face="Arial" size="2">{$order_values.PRODUCTS_NAME}<em style="font-style: normal">

{$order_values.PRODUCTS_ATTRIBUTES}</font></td>

<td style="border-right: 2px solid; border-bottom: 2px solid; border-color: #ffffff;">

<font face="Arial" size="2">{$order_values.PRODUCTS_MODEL}

<em style="font-style: normal">{$order_values.PRODUCTS_ATTRIBUTES_MODEL}</font></td>

<td style="border-right: 2px solid; border-bottom: 2px solid; border-color: #ffffff;" width="150"><div align="right">

<font face="Arial" size="2">{$order_values.PRODUCTS_PRICE}</font></div></td>

</tr>

{/foreach} </table></td>

</tr>

</table>

<p align="right"><font color="#000080" face="Arial" size="2">{foreach name=aussen item=order_total_values from=$order_total}

</font></p>

<font size="2" face="Arial, Helvetica, sans-serif" color="#000080">

<p align="right">{$order_total_values.TITLE}{$order_t otal_values.TEXT}

</font>

{/foreach}

Es wird auch nun eine schöne Übersicht in der Mail angezeigt aber es fehlt der Artikel :( der wird nicht angezeigt

bildgh4.jpg

Was muss ich im Code ändern um die Artikelnummer usw. anzeigen zu lassen ??

Hoffe mir kann jemand helfen !

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...