Email Templates - URLs are missing period '.'

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
fatone
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 38
Joined: Thu Jan 17, 2008 7:35 am

Email Templates - URLs are missing period '.'

Post by fatone » 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:

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>
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?

Post Reply