Zum Inhalt springen
FULLTime eCommerce

E-Mail-Template Bestellbestätigung – Warenkorb Upload Pro SW5

Fügen Sie an gewünschter Stelle in Ihrem E-Mail-Template für die Bestellbestätigung folgenden HTML-Code ein.

Es empfiehlt sich, diesen Code nach der Tabelle mit den Artikeln einzufügen.

{if $additional.transferredData}
<br/>
<strong>Daten zu Ihrer Bestellung:</strong></p><br/>
<table width="80%" border="0" style="font-family:Arial, Helvetica, sans-serif; font-size:12px;">
  <tr>
    <td bgcolor="#F7F7F2" style="border-bottom:1px solid #cccccc;"><strong>Pos.</strong></td>
    <td bgcolor="#F7F7F2" style="border-bottom:1px solid #cccccc;"><strong>Datei</strong></td>
  </tr>

  {foreach item=transferredData key=position from=$additional.transferredData}
  <tr>
    <td style="border-bottom:1px solid #cccccc;">{$position+1|fill:4} </td>
    <td style="border-bottom:1px solid #cccccc;">
      <a href="{$sShopURL}/files/basketUploadPerOrder/final/{$transferredData.uuid}/{$transferredData.filename}" target="_blank">{$transferredData.filename}</a>
    </td>
  </tr>
  {/foreach}

</table>
{/if}

War diese Seite hilfreich?

Support

Gemietete Plugins (Shopware Store)

Für Support zu im Shopware Store gemieteten Plugins erstellen Sie bitte ein Support-Ticket in Ihrem Shopware-Konto.

Shopware-Ticket erstellen

Allgemeine Anfragen

Für allgemeine Fragen oder Kauflizenzen erreichen Sie uns per E-Mail.

E-Mail senden
E-Mail-Template Bestellbestätigung – Warenkorb Upload Pro SW5 | FULLTime eCommerce