kristoffer.falk Posted July 5, 2013 Share Posted July 5, 2013 I want to send some followup emails to customers a couple of weeks after a purchase has been completed in my store - and I want to add some links in this email - to eg. our facebookpage and a picture gallery on our page where customers can upload pictures of themselves and the product.. I have found solution to be able to add link in an earlier post, but I can find my template file so I can actually add the links in my existing order message email-templates?? Anyone know where to find these? And when I find these - how do I actually add link in code - what do I write? (I have little knowledge of html etc codes) Thanks a lot for all and any help.. Link to comment Share on other sites More sharing options...
PSfever.com Posted July 5, 2013 Share Posted July 5, 2013 Hi, you'll need to find the email template - I don't know which one you're talking about here, could you specify it for us ? (Just give us p.e. the subject of the email). Once you got that right, go to your FTP and open the email template you want to. For adding for example a link to your Facebook page, you'll need the <a> tag. You could write something like this. Join the great community of our customers on our <a href="www.facebook.com/nameofyourpage">Facebook Page</a> What this code does - it will display Facebook Page as a link leading to your Facebook page. Link to comment Share on other sites More sharing options...
kristoffer.falk Posted July 5, 2013 Author Share Posted July 5, 2013 Hi PSfever Thanks a lot for your answer. I have made 2 standard order messages emails that I want to send - one named: Provpaket uppföljning. But my problem is that I have no clue as where to locate this in my folder - I have been searching all folders of my installation - I still have the default "Delay" template as well but no luck finding that either (Assume they are in the same location) Any ideas? Thanks again Link to comment Share on other sites More sharing options...
PSfever.com Posted July 5, 2013 Share Posted July 5, 2013 What about modules/followup/mails/ISOofyourcountry ? Have you tried looking there? Link to comment Share on other sites More sharing options...
kristoffer.falk Posted July 5, 2013 Author Share Posted July 5, 2013 Just did - thats not it. :-( I need the templates/new mail-templates that we find in BO->Orders->Order Messages.. Other ideas? Thanks Link to comment Share on other sites More sharing options...
PSfever.com Posted July 5, 2013 Share Posted July 5, 2013 Isn't this the order_conf.html in mail folder? Link to comment Share on other sites More sharing options...
kristoffer.falk Posted July 8, 2013 Author Share Posted July 8, 2013 Hi PSfever No, order_conf is the order confirmation that is sent whenever an order is placed.. I need the mails that I send out to customers by my choosing.. See attached picture for where to find how to send them.. www.stonewall.se/upload/Prestashop%20forum.png You get what i mean? Thanks again Link to comment Share on other sites More sharing options...
scorpionsworld Posted July 8, 2013 Share Posted July 8, 2013 (edited) Hi PSfever No, order_conf is the order confirmation that is sent whenever an order is placed.. I need the mails that I send out to customers by my choosing.. See attached picture for where to find how to send them.. www.stonewall.se/upload/Prestashop%20forum.png You get what i mean? Thanks again That's an order message. To my knowledge (I can't look that up right now in the core source) no email template is attached to Order Messages and messages send are plain text.A better solution would be to create a new HTML email template and save it in /mails/[iSOOFYOURCOUNTRY/[TEMPLATENAME].tpl and for text save it without HTML markup in /mails/[iSOOFYOURCOUNTRY]/[TEMPLATENAME].txt After creating the templates you can attach the template to an order status like 'Delivered' or a status that you create yourself. Changing the order to that status will automatically send the email to your customer. Edited July 8, 2013 by scorpionsworld (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted July 8, 2013 Share Posted July 8, 2013 that's right, create new status in your store, create also an email for this, then after some time - just change the status in your back office - then your customers will receive email that you created you can create as many statuses as you want, it's a nice way to achieve what you want (without any external module / core modification) Link to comment Share on other sites More sharing options...
kristoffer.falk Posted July 8, 2013 Author Share Posted July 8, 2013 Thanks scorpionsworld.. Great idea with the status messages - did as you suggested and worked perfect.. Thanks.. Link to comment Share on other sites More sharing options...
scorpionsworld Posted July 8, 2013 Share Posted July 8, 2013 Thanks scorpionsworld.. Great idea with the status messages - did as you suggested and worked perfect.. Thanks.. Your welcom 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