mmiikkee1975 Posted April 18, 2018 Share Posted April 18, 2018 I need help finding a file that has been changed. The customer remember password. The retrieval is working up till the final one where the password is reset and the final email is sent. The actual password part of the final email is masked. I need to locate the .php or .txt file that controls this.to see if it has been changed. Its presta 1.6. Thanks Link to comment Share on other sites More sharing options...
jetway Posted April 19, 2018 Share Posted April 19, 2018 If i understand you correctly, the new password is not sent in the final change password email? Link to comment Share on other sites More sharing options...
TiaNex Shopping Posted April 19, 2018 Share Posted April 19, 2018 /mail or /themes/yourtheme/mails if you want to find the mail template files Link to comment Share on other sites More sharing options...
mmiikkee1975 Posted April 24, 2018 Author Share Posted April 24, 2018 thanks both for the fast responce what text should i be looking for in the .php and the .txt files in that folder? i did try and extract from a old 1.6 i downloaded then re uploaded to those folders, but still nothing Link to comment Share on other sites More sharing options...
mmiikkee1975 Posted April 24, 2018 Author Share Posted April 24, 2018 in the password .txt file [{shop_url}] Hi {firstname} {lastname}, E-MAIL ADDRESS: {email} PASSWORD: {passwd} You can review your order and download your invoice from the "Order history" [{history_url}] section of your customer account by clicking "My account" [{my_account_url}] on our shop. If you have a guest account, you can follow your order via the "Guest Tracking" [{guest_tracking_url}?id_order={order_name}] section on our shop. {shop_name} [{shop_url}] powered by PrestaShop(tm) [http://www.prestashop.com/] in the .html file <table style="font-family:Verdana, sans-serif;font-size:11px;color:#374953;width:550px;"><tbody><tr><td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border:none;" src="{shop_logo}" alt="{shop_name}" /></a></td> </tr><tr><td> </td> </tr><tr><td align="left">Hi <strong>{firstname} {lastname}</strong>,</td> </tr><tr><td> </td> </tr><tr><td style="color:#fff;font-size:12px;font-weight:bold;padding:.5em 1em;" align="left">Your new {shop_name} login details</td> </tr><tr><td> </td> </tr><tr><td align="left"><strong>E-mail address:</strong> {email}<br /><strong>Password:</strong> {passwd}</td> </tr><tr><td> </td> </tr><tr><td align="left">Please be careful when sharing these login details with others.<br /><br />You can now order on our shop: {shop_url}</td> </tr><tr><td> </td> </tr><tr><td style="font-size:10px;border-top:1px solid #D9DADE;" align="center"><a style="font-weight:bold;text-decoration:none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration:none;color:#374953;" href="http://www.prestashop.com/">PrestaShop™</a></td> </tr></tbody></table> 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