Rank: Advanced Member
Groups: HelpDesk, Developers Joined: 11/9/2018(UTC) Posts: 564
Thanks: 122 times Was thanked: 26 time(s) in 25 post(s)
|
I'm putting this in as a bug because it's been this way for 15 years. And surely it's time to get it fixed. When an anonymous shopper places an order, they get a user record with email = <correct> and username = <zz_anonymous_64224277@domain.xyz> This looks really confusing in the password-reset email when the shopper comes back a week later and wants to reset their password. the password-reset email is telling them their username is zz_anonymous_64224277@domain.xyz. In fact, after the password-reset is complete, their username is actually now correct. Able correctly updates the username to reflect the email address on the user record. This creates two problems: * The user doesn't know their username has been updated. In fact, at this point the user has never been told their exact user name. * Able needs to update the username to reflect the email address BEFORE the password-reset email goes out. Not after. Doing so clears up a huge point of confusion (and frustration) for anonymous shoppers who are genuinely interested in doing repeat business with the store.
|
|
|
|
Rank: Advanced Member
Groups: Authorized User, Developers Joined: 2/17/2019(UTC) Posts: 909
Thanks: 3 times Was thanked: 15 time(s) in 15 post(s)
|
I'm going to take this a bit further. The "<zz_anonymous_64224277@domain.xyz> " also gets imported into ship station. So, when ship station prints a packing slip, which it uses as a means to further enhance the customer experience and tries to create a repeat customer, it looks plain ugly and perplexing when it refers to the customer as "<zz_anonymous_64224277@domain.xyz> "
At first, I thought this was a bug within ship station, but no, it came from Ablecommerce. I strongly agree that this is an area that needs further improvement.
Here's an idea, when all else fails, why not create something like "Guess-User@[Order Number]
Just my two cents, -Ray
|
|
|
|
Rank: Advanced Member
Groups: Admin, Developers, Registered, HelpDesk, Authorized User Joined: 10/5/2018(UTC) Posts: 704
Thanks: 5 times Was thanked: 113 time(s) in 112 post(s)
|
Quote:This looks really confusing in the password-reset email when the shopper comes back a week later and wants to reset their password. the password-reset email is telling them their username is zz_anonymous_64224277@domain.xyz. Hi Joe, Can you please confirm this once again? I have tested and found that if the user is a guest user and then tries to reset the password, the email template is displaying valid Email instead of anonymous user name.
|
|
|
|
Rank: Advanced Member
Groups: HelpDesk, Developers Joined: 11/9/2018(UTC) Posts: 564
Thanks: 122 times Was thanked: 26 time(s) in 25 post(s)
|
Could it be an upgrade issue i.e. the email template was changed? I'm pretty sure we copied email templates from the Able Gold install when we did the upgrade. Here's what we get today: Capture.JPG (26kb) downloaded 3 time(s).
|
|
|
|
Rank: Advanced Member
Groups: Admin, Developers, Registered, HelpDesk, Authorized User Joined: 10/5/2018(UTC) Posts: 704
Thanks: 5 times Was thanked: 113 time(s) in 112 post(s)
|
The email template code is the same as in GOLD. Also, I am unable to track related any changes for this template in AC9.
Can you please confirm from the database that in this case the value that is rendering is the Username, not Email.
|
|
|
|
Rank: Advanced Member
Groups: HelpDesk, Developers Joined: 11/9/2018(UTC) Posts: 564
Thanks: 122 times Was thanked: 26 time(s) in 25 post(s)
|
Originally Posted by: shaharyar The email template code is the same as in GOLD. Also, I am unable to track related any changes for this template in AC9.
Can you please confirm from the database that in this case the value that is rendering is the Username, not Email. Well, I owe you a Dr. Pepper shaharyar. The Lost Password.html email template actually did change from Gold to AC9. Among the various CSS changes, is this tiny pearl... Code:
The user name associated with your email address is <strong>
#if($customer.IsAnonymousOrGuest)
$customer.Email
#else
$customer.UserName
#end
</strong>
My apologies for my rant. Somehow the email templates got missed when we built our initial merge list. So our AC9 store is still running Gold email templates. Hell for all I know, the email templates we have are from Able 7.x :) p.s. I still hate zz_anonymous.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The AbleCommerce Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close