Possible bug: Note from customer email template

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Possible bug: Note from customer email template

Post by AbleMods » 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.

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.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
Shopping Cart Admin
AbleCommerce Admin
AbleCommerce Admin
Posts: 3055
Joined: Mon Dec 01, 2003 8:41 pm
Location: Vancouver, WA
Contact:

Post by Shopping Cart Admin » Fri Nov 30, 2007 10:39 am

Hello Joe,

I've confirmed this and have reported it. Good catch!
Thanks for your support

Shopping Cart Guru
AbleCommerce.com
Follow us on Facebook

User avatar
mfreeze
Commodore (COMO)
Commodore (COMO)
Posts: 421
Joined: Mon Jan 24, 2005 2:07 pm
Location: Washington, NJ
Contact:

Re: Possible bug: Note from customer email template

Post by mfreeze » Mon Apr 28, 2008 11:38 am

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>?
Mary E Freeze

Freeze Frame Graphics
Web Hosting and Design, ASP and CFMX Development

http://www.ffgraphics.com

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Possible bug: Note from customer email template

Post by AbleMods » Mon Apr 28, 2008 11:43 am

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...
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
mfreeze
Commodore (COMO)
Commodore (COMO)
Posts: 421
Joined: Mon Jan 24, 2005 2:07 pm
Location: Washington, NJ
Contact:

Re: Possible bug: Note from customer email template

Post by mfreeze » Mon Apr 28, 2008 12:29 pm

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).
Mary E Freeze

Freeze Frame Graphics
Web Hosting and Design, ASP and CFMX Development

http://www.ffgraphics.com

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Possible bug: Note from customer email template

Post by AbleMods » Mon Apr 28, 2008 12:34 pm

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 ;)
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

Post Reply