an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Using DotShoppingCart > Order Complete Email Template be settable accor...
Last Post 10/28/2010 9:51:57 AM By lukezy. 1 replies.
10/28/2010 9:32:54 AM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Order Complete Email Template be settable according to Shipping Type
Hi Luke,
 
The Order Complete email Template has this Title :
<p class="MsoNormal"><span style="color:#C00000">Your %Store.Name% Order# %Order.OrderNumber% has been shipped <o:p></o:p></span>

<span class="Apple-style-span" style="font-size: medium;">However some orders may not shippable as they are downloaded. How can this text be set according to the Product Shipping Type (Normal , Download). </span><span class="Apple-style-span" style="font-size: medium; ">i.e if the Order has download items then the text can be different.</span>
 
Bahram
<p class="MsoNormal"><span style="display:none;mso-hide:all"><o:p></o:p></span>

10/28/2010 9:51:57 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Order Complete Email Template be settable according to Shipping Type
You can customize OrderPipeline\OrderEmailProcessorProvider.cs .
 
DotShoppingCart Staff