html email help with quick cart 3.4

Garry3005

No avatar

2009-07-28 01:40

Here is the code I have
<!-- BEGIN CUSTOMER_ORDER_EMAIL_TITLE -->$lang[Order_customer_info_title]$aData[iOrder]<!-- END CUSTOMER_ORDER_EMAIL_TITLE -->

<!-- BEGIN CUSTOMER_ORDER_EMAIL_HEAD -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Email Test</title>
<style type="text/css">
<!--
body {
background-color: #CCFF66;
}
-->
</style>

<div id="Layer1" style="position:absolute; width:800px; height:115px; z-index:1; left: 187px; top: 235px;">
<table cellspacing="0" border="1">
<thead>
<td colspan="4">$lang[Order_customer_products]</td><tr></tr>
<tr>
<td class="name">$lang[Name]</td>
<td class="price"><em>$lang[Price]</em><span>[$config[currency_symbol]]</span>& lt;/td>
<td class="quantity">$lang[Quantity]</td>
<td class="summary"><em>$lang[Summary]</em><span>[$config[currency_symbol]]</span& gt;</td>
</tr>
</thead>
</div>
<!-- END CUSTOMER_ORDER_EMAIL_HEAD -->

<!-- BEGIN CUSTOMER_ORDER_EMAIL_LIST -->
<td align="left">|n| $aData[sName]</td><td align="right">|n| $aData[sPrice]</td><td align="center">|n| $aData[iQuantity]</td><td align="right">|n| $aData[sSummary]</td><tr></tr>
<!-- END CUSTOMER_ORDER_EMAIL_LIST -->

<!-- BEGIN CUSTOMER_ORDER_EMAIL_BODY -->
$aData[sProducts]
<div id="Layer1" style="position:absolute; width:400px; height:115px; z-index:1; left: 318px; top: 0px;">
<table>
<td>$aData[sFirstName] $aData[sLastName]<br>$aData[sCompanyName]<br>$aData[sStreet]<br>$aData[sCity] $aData[sZipCode]<br>$aData[sPhone]<br>$aData[sEmail]</br> </td>
</table>
</div>
<!-- END CUSTOMER_ORDER_EMAIL_BODY -->
<!-- BEGIN CUSTOMER_ORDER_EMAIL_FOOT --><!-- END CUSTOMER_ORDER_EMAIL_FOOT -->

No matter how I change the above code I can not get the sections to display in the correct place and can only get the items to list correctly in the head section not in the body of the email
Thank in advance for any help
Garry

» Quick.Cart v3.x

beholder

Avatar: beholder

2009-07-28 15:55

hi, if you have trouble with this, you will definitely have problem with constructing correct multipart HTML email. I've done this for a customer multiple times, I am very proficient in all this.
I offer paid assistance, or ask opensolution.org guys to help you. If you need so, find my contact info on this forum and write me an email.

Back to top
about us | contact