Email Templates - URLs are missing period '.'
Posted: Sat Dec 27, 2008 5:57 pm
I just updated to SR2 and now my templates are not working correctly. I was able to show the store logo on emails sent when the order was placed by doing the following:
Now, this isn't working! The image doesn't show, but the link works. So, ${store.StoreUrl} has the correct URL with the '/' at the end. The weird thing is the img src location is stripping out the last period '.' of the StoreUrl, so instead of getting http://doze2katzs.dyndns.org:4663/dival ... W-Logo.gif I am getting http://doze2katzs.dyndnsorg:4663/divala ... W-Logo.gif. BTW, http://doze2katzs.dyndns.org:4663/ is the StoreUrl value and the code above worked fine before I moved to SR2.
Does anyone have any suggestions?
Code: Select all
<tr>
<td class="Email">
<a href="${store.StoreUrl}" title="DLFW" runat="server"><img src="${store.StoreUrl}img/DLFW-Logo.gif" alt="DLFW" width="476" height="75" border="0" runat="server"/></a>
</td>
</tr>
Does anyone have any suggestions?