jkousholt Posted October 25, 2015 Share Posted October 25, 2015 How do I show the customers account password, in the "order_conf" e-mail template? Link to comment Share on other sites More sharing options...
jkousholt Posted October 25, 2015 Author Share Posted October 25, 2015 Using PS1.6 ;-) Link to comment Share on other sites More sharing options...
Krystian Podemski Posted October 26, 2015 Share Posted October 26, 2015 What is the point of this? Link to comment Share on other sites More sharing options...
jkousholt Posted October 26, 2015 Author Share Posted October 26, 2015 Every order is created as a customer account with a random created password. Our review module forces customer to login to their account to bedste able to write a review. Therefore i ned to show my customers their password for easy access. Otherwise i wont get any review. Link to comment Share on other sites More sharing options...
jkousholt Posted November 3, 2015 Author Share Posted November 3, 2015 Bump Link to comment Share on other sites More sharing options...
Bill Dalton Posted November 3, 2015 Share Posted November 3, 2015 I would take a look at email password.html to see how it is done. I took a quick look and I see, <span style="color:#333"><strong>E-mail address:</strong></span> {email}<br/> <span style="color:#333"><strong>Password:</strong></span> {passwd} So this {passwd} is the variable you need. I would try using that in your order_conf Let me know if that gets you there. Link to comment Share on other sites More sharing options...
jkousholt Posted November 4, 2015 Author Share Posted November 4, 2015 Hi Bill The {passwd} variable is not set when creating the order_conf e-mail. So I ned to know how to create the variable and where to put the code. Link to comment Share on other sites More sharing options...
Bill Dalton Posted November 4, 2015 Share Posted November 4, 2015 Yeah I gave it a try as well, here is the output. E-mail address: [email protected]Password: {passwd} So it did parse the email but not the passwd var. I guess is because the password is encrypted and the password email must call a routine to handle that. I can't help with that sorry. Hopefully someone else can finish this off with you. Good luck. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now