Hello
I have been looking at my customer email and I see that the cart is different to the cart in my store.
I have customised my store cart, the email cart contents appears to be the original.
I have looked at Act_CustomerEmail.txt and the only thing there that determines this is <Actinic:CART/>.
Any ideas on this, is it customisable.... within my receipt page i have the following, can this replace the above CART/ command???
<table width="100%" border="0" cellpadding="4" cellspacing="2" bordercolor="#F5F0E4">
<tr>
<td>
<div align="right"><strong>Total amount debited from your account</strong></div></td>
<TD width="56" BGCOLOR="#FFFFCC">
<div align="right"><strong>NETQUOTEVAR:FORMATTEDORDERTOTALHTML</strong></div></td>
</tr>
</table>
Appreciate that there may be an html issue here too. Thank you very much
Steve
I have been looking at my customer email and I see that the cart is different to the cart in my store.
I have customised my store cart, the email cart contents appears to be the original.
I have looked at Act_CustomerEmail.txt and the only thing there that determines this is <Actinic:CART/>.
Any ideas on this, is it customisable.... within my receipt page i have the following, can this replace the above CART/ command???
<table width="100%" border="0" cellpadding="4" cellspacing="2" bordercolor="#F5F0E4">
<tr>
<td>
<div align="right"><strong>Total amount debited from your account</strong></div></td>
<TD width="56" BGCOLOR="#FFFFCC">
<div align="right"><strong>NETQUOTEVAR:FORMATTEDORDERTOTALHTML</strong></div></td>
</tr>
</table>
Appreciate that there may be an html issue here too. Thank you very much
Steve
Comment