Jump to content

Kan någon dela med sig av orderbekräftelse?


Hollywoodie

Recommended Posts

Prova med det här:

 

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Meddelande från {shop_name}</title>
</head>
<body>
<table style="font-family:Verdana,sans-serif; font-size:11px; color:#374953; width: 550px;">
 <tr>
  <td align="left">
   <a href="{shop_url}" title="{shop_name}"><img alt="{shop_name}" src="{shop_logo}" style="border:none;" ></a>
  </td>
 </tr>
 <tr><td> </td></tr>
 <tr>
  <td align="left">Hej <strong style="color:#DB3484;">{firstname} {lastname}</strong>, tack för att du handlar hos <strong>{shop_name}</strong>.</td>
 </tr>
 <tr><td> </td></tr>
 <tr>
  <td align="left" style="background-color:#DB3484; color:#FFF; font-size: 12px; font-weight:bold; padding: 0.5em 1em;">Orderspecifikation</td>
 </tr>
 <tr><td> </td></tr>
 <tr>
  <td align="left">
   Order: <strong><span style="color:#DB3484;">{order_name}</span> registrerad {date}</strong>
   <br >Betalning: <strong>{payment}</strong>
  </td>
 </tr>
 <tr><td> </td></tr>
 <tr>
  <td align="left">
   <table style="width:100%; font-family:Verdana,sans-serif; font-size:11px; color:#374953;">
 <!-- Title -->
 <tr style="background-color:#B9BABE; text-align:center;">
  <th style="width:15%; padding: 0.6em 0;">Referens</th>
  <th style="width:35%; padding: 0.6em 0;">Produkt</th>
  <th style="width:15%; padding: 0.6em 0;">Pris</th>
  <th style="width:15%; padding: 0.6em 0;">Antal</th>
  <th style="width:20%; padding: 0.6em 0;">Summa</th>
 </tr>
 <!-- Products -->
  {products}
  {discounts}
 <!-- Footer: prices -->
 <tr style="text-align:right;">
  <td> </td>
  <td colspan="3" style="background-color:#B9BABE; padding:0.6em 0.4em;">Produkter</td>
  <td style="background-color:#B9BABE; padding:0.6em 0.4em;">{total_products}</td>
 </tr>
 <tr style="text-align:right;">
  <td> </td>
  <td colspan="3" style="background-color:#EBECEE; padding:0.6em 0.4em;">Rabatt</td>
  <td style="background-color:#EBECEE; padding:0.6em 0.4em;">{total_discounts}</td>
 </tr>
 <tr style="text-align:right;">
  <td> </td>
  <td colspan="3" style="background-color:#EBECEE; padding:0.6em 0.4em;">Presentinslagning</td>
  <td style="background-color:#EBECEE; padding:0.6em 0.4em;">{total_wrapping}</td>
 </tr>	
 <tr style="text-align:right;">
  <td> </td>
  <td colspan="3" style="background-color:#DDE2E6; padding:0.6em 0.4em;">Frakt</td>
  <td style="background-color:#DDE2E6; padding:0.6em 0.4em;">{total_shipping}</td>
 </tr>
 <tr style="text-align:right; font-weight:bold;">
  <td> </td>
  <td colspan="3" style="background-color:#F1AECF; padding:0.6em 0.4em;">Total</td>
  <td style="background-color:#F1AECF; padding:0.6em 0.4em;">{total_paid}</td>
 </tr>
   </table>
  </td>
 </tr>
 <tr><td> </td></tr>
 <tr>
  <td align="left" style="background-color:#DB3484; color:#FFF; font-size: 12px; font-weight:bold; padding: 0.5em 1em;">Frakt</td>
 </tr>
 <tr><td> </td></tr>
 <tr>
  <td align="left">
   Speditör: <strong>{carrier}</strong>
  </td>
 </tr>
 <tr><td> </td></tr>
 <tr>
  <td>
   <table style="width:100%; font-family:Verdana,sans-serif; font-size:11px; color:#374953;">
 <tr style="background-color:#B9BABE; text-transform:uppercase;">
  <th style="text-align:left; padding: 0.3em 1em;">Leveransadress</th>
  <th style="text-align:left; padding: 0.3em 1em;">Fakturaadress</th>
 </tr>
 <tr>
  <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_postal_code} {delivery_city}
   <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/>{invoice_vat_number}
   <br><span style="color:#DB3484; font-weight:bold;">{invoice_firstname} {invoice_lastname}</span>
   <br>{invoice_address1}
   <br>{invoice_address2}
   <br>{invoice_postal_code} {invoice_city}
   <br>{invoice_country} {invoice_state}
   <br>{invoice_phone}
   <br>{invoice_other}
  </td>
 </tr>
   </table>
  </td>
 </tr>
 <tr><td> </td></tr>
 <tr>
  <td align="left">
   Du kan se denna order och ladda ner din faktura från <a href="{shop_url}history.php" style="color:#DB3484; font-weight:bold; text-decoration:none;">"Beställningshistorik"</a> sektionen av ditt konto genom att klicka på <a href="{shop_url}my-account.php" style="color:#DB3484; font-weight:bold; text-decoration:none;">"Mitt konto"</a> i vår webbshop.
  </td>
 </tr>
 <tr>
  <td align="left">
   Om du har ett gästkonto, kan du följa ordern på <a href="{shop_url}guest-tracking.php" style="color:#DB3484; font-weight:bold; text-decoration:none;">"Gästkonto"</a> delen i shopen.
  </td>
 </tr>
 <tr><td> </td></tr>
 <tr>
  <td align="center" style="font-size:10px; border-top: 1px solid #D9DADE;">
   <a href="{shop_url}" style="color:#DB3484; font-weight:bold; text-decoration:none;">{shop_name}</a> powered with <a href="http://www.prestashop.com/" style="text-decoration:none; color:#374953;">PrestaShop™</a>
  </td>
 </tr>
</table>
</body>
</html>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...