X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   No Email Formatting in Order Confirmation, Notification etc (https://forum.x-cart.com/showthread.php?t=642)

Russell 11-26-2002 02:44 PM

Would you post one of them here. I also would like to see it.

derrick92130 11-26-2002 10:20 PM

Example of html email message w/links
 
Here is one of my html messages that is emails a gift registry and includes links back to the site to take customers directly to that product.

Code:

{* $Id: registry_send.tpl,v 1.15 2002/05/22 08:17:39 dk Exp $ *}



<div style="text-align:center">
<font face="Monotype Corsiva", verdana size=6>
COMPANY NAME</font>

<font face="Monotype Corsiva", verdana size=4>
Is pleased to announce that</font>

<font face="Monotype Corsiva", verdana size=5>
{$userinfo.firstname} {$userinfo.lastname}</font>

<font face="Monotype Corsiva", verdana size=4>
Has created a special gift registry.

Selections from this gift registry

are provided below for your review.</font>

</div>



<hr width=100%>
{section name=product loop=$products}
<font size=4>{$products[product].product}</font>

{$products[product].descr}



Price : {#currencySymbol#}{$products[product].price}

Click Here To Go See This Item!



<hr width=100%>
{assign var="lastreg" value=$products[product].secret}
{/section}


You may go directly to our secure website to purchase any of the items above by "clicking" on the underlined area above that says "Go See This Item".



This registry was sent to you on {$smarty.now|date_format:"%B %e, %Y %l:%M%p"}. The Gift Registry for {$userinfo.firstname} may have been updated since it was sent to you. Click Here to view the most current online Gift Registry for {$userinfo.firstname} {$userinfo.lastname}.



Please feel free to call upon us if we may assist you in any way!



{include file="mail/signature.tpl"}



All times are GMT -8. The time now is 10:12 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.