// Merge -> revision 9352
This commit is contained in:
+1
-1
@@ -33,4 +33,4 @@ header("Cache-Control: post-check=0, pre-check=0", false);
|
||||
header("Pragma: no-cache");
|
||||
|
||||
header("Location: ../");
|
||||
exit;
|
||||
exit;
|
||||
@@ -92,12 +92,8 @@
|
||||
<th style="text-align: left; padding: 0.3em 1em;">Lieferanschrift</th> <th style="text-align: left; padding: 0.3em 1em;">Rechnungsanschrift</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 0.5em 0 0.5em 0.5em; background-color: #ebecee;">
|
||||
{delivery_block_html}
|
||||
</td>
|
||||
<td style="padding: 0.5em 0 0.5em 0.5em; background-color: #ebecee;">
|
||||
{invoice_block_html}
|
||||
</td>
|
||||
<td style="padding: 0.5em 0 0.5em 0.5em; background-color: #ebecee;">{delivery_company} <br /><span style="color: #db3484; font-weight: bold;">{delivery_firstname} {delivery_lastname}</span> <br />{delivery_address1} <br />{delivery_address2} <br />{delivery_city} {delivery_postal_code} <br />{delivery_country} {delivery_state} <br />{delivery_phone} <br />{delivery_other}</td>
|
||||
<td style="padding: 0.5em 0 0.5em 0.5em; background-color: #ebecee;">{invoice_company} <br /><span style="color: #db3484; font-weight: bold;">{invoice_firstname} {invoice_lastname}</span> <br />{invoice_address1} <br />{invoice_address2} <br />{invoice_city} {invoice_postal_code} <br />{invoice_country} {invoice_state} <br />{invoice_phone} <br />{invoice_other}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -116,9 +112,9 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered with <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: #db3484; font-weight: bold; text-decoration: none;" href="versions/1.4.1.0/mails/en/%7Bshop_url%7D">{shop_name}</a> powered with <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
+16
-3
@@ -18,13 +18,26 @@ Versand
|
||||
|
||||
Lieferanschrift:
|
||||
|
||||
{delivery_block_txt}
|
||||
{delivery_company}
|
||||
{delivery_firstname} {delivery_lastname}
|
||||
{delivery_address1}
|
||||
{delivery_address2}
|
||||
{delivery_postal_code} {delivery_city}
|
||||
{delivery_country} {delivery_state}
|
||||
{delivery_other}
|
||||
|
||||
Rechnungsanschrift:
|
||||
|
||||
{invoice_block_txt}
|
||||
{invoice_company}
|
||||
{invoice_vat_number}
|
||||
{invoice_firstname} {invoice_lastname}
|
||||
{invoice_address1}
|
||||
{invoice_address2}
|
||||
{invoice_postal_code} {invoice_city}
|
||||
{invoice_country} {invoice_state}
|
||||
{invoice_other}
|
||||
|
||||
Sie können diese Bestellung ansehen und Ihre Rechnung aus dem Abschnitt "Bestellverlauf" Ihres Kontos downloaden, indem Sie auf unserer Webseite auf "Mein Konto" klicken.
|
||||
Wenn Sie ein Gast-Konto haben, können Sie Ihre Bestellung auf dieser Webseite verfolgen: {shop_url}guest-tracking.php
|
||||
Wenn Sie ein Gast-Konto haben, können Sie Ihre Bestellung auf dieser Webseite verfolgen: {shop_url}gast-bestellverfolgung.php
|
||||
|
||||
{shop_name} powered with PrestaShop™
|
||||
|
||||
Reference in New Issue
Block a user