Possible bug: Note from customer email template
Posted: Thu Nov 29, 2007 8:15 pm
Not sure if it's a bug or not because I think we had to create this template manually after RC1 was released.
But the URL link to the admin version of an order included in the customer note to merchant template is missing a slash '/' in my setup. Thus the link is invalid.
There should be a slash immediately following the {store.StoreUrl} variable and preceed the Admin/Orders.....
Anyone else seeing this or did I goof it up myself?
By the way, I *really* like the customer note/merchant note feature - that's completely cool to have all conversation threads associated with the appropriate customer account right in the store.
But the URL link to the admin version of an order included in the customer note to merchant template is missing a slash '/' in my setup. Thus the link is invalid.
Code: Select all
new message was added to <a href="${store.StoreUrl}Admin/Orders/OrderHistory.aspx?OrderId=$order.OrderId">
Anyone else seeing this or did I goof it up myself?
By the way, I *really* like the customer note/merchant note feature - that's completely cool to have all conversation threads associated with the appropriate customer account right in the store.