Page 1 of 1

Possible bug: Note from customer email template

Posted: Thu Nov 29, 2007 8:15 pm
by AbleMods
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.

Code: Select all

new message&nbsp;was added to <a href="${store.StoreUrl}Admin/Orders/OrderHistory.aspx?OrderId=$order.OrderId">
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.

Posted: Fri Nov 30, 2007 10:39 am
by Shopping Cart Admin
Hello Joe,

I've confirmed this and have reported it. Good catch!

Re: Possible bug: Note from customer email template

Posted: Mon Apr 28, 2008 11:38 am
by mfreeze
I have the same issue with the order confirmation email:

<a href="${store.StoreUrl}Members/MyAccount.aspx">My Account</a> page.</p>

Is there a new URL where we can see known bugs and fixes for 7.0?

I looked at the note added template and the error reported here still exists in RC3.

What is the proper format of the href? Is it: <a href="${store.StoreUrl}/Members/MyAccount.aspx">My Account</a> page.</p>?

Re: Possible bug: Note from customer email template

Posted: Mon Apr 28, 2008 11:43 am
by AbleMods
Here is what I have currently for the template line:

Code: Select all

<a href="${store.StoreUrl}Members/MyAccount.aspx">My Account</a> page.
Here is what my store URL looks like in the setup page: http://www.solunar.com/

Note the slash on the end of the store URL...

Re: Possible bug: Note from customer email template

Posted: Mon Apr 28, 2008 12:29 pm
by mfreeze
Duh! I just checked and my Store URL didn't have the / at the end. Must have happened when I cut over from the demo key to the production key. I thought I had tested all the links in the order email when the site was still using the demo key but didn't think I needed to test them again after converting to production (shame on me).

Re: Possible bug: Note from customer email template

Posted: Mon Apr 28, 2008 12:34 pm
by AbleMods
mfreeze wrote:(shame on me).
Nah, easy to do. There's alot of different things to check when switching from test to live, don't sweat it.

Remember to reset your encryption key if you've physically moved the site to another server - that has to be done or encryption will not occur. Take my word on that ;)