Alain Costea Posted April 27, 2013 Share Posted April 27, 2013 (edited) Hello, I must enter 3 emails for shop contact. In the back office, to store contact, I can enter only one. I tryied with commas, space, but it doesn't work. Is there a way to do that? Thank you. Edited April 27, 2013 by Alain Costea (see edit history) Link to comment Share on other sites More sharing options...
Paulito Posted April 27, 2013 Share Posted April 27, 2013 (edited) Good morning, You can do this by using the Mail Alerts Module Paul Edited April 27, 2013 by perfumeskunk (see edit history) Link to comment Share on other sites More sharing options...
Alain Costea Posted April 27, 2013 Author Share Posted April 27, 2013 But if i enter there the emails, it doesn't appear in the contact info of the shop. My ideea was that the client to send email, based on his needs to : office@... , orders@... , complainings@.... I found a solution, but I don't think is very elegant... : In the themes/my_theme/modules/blockcontactinfos/blockcontactinfos.tpl, I introduced the lines: <li>Email: <a href="mailto:[email protected]">[email protected]</a></li> <li>Email: <a href="mailto:[email protected]">[email protected]</a></li> Just after: {if $blockcontactinfos_email != ''}<li>{l s='Email: ' mod='blockcontactinfos'} {mailto address=$blockcontactinfos_email|escape:'htmlall':'UTF-8' encode="hex"}</li>{/if} I hope it will work... Link to comment Share on other sites More sharing options...
Paulito Posted April 27, 2013 Share Posted April 27, 2013 Sorry, it seems I have mis-understood you, and I still might not be correct but, if all you are looking for is to have different contact names that the customer can choose to contact your various departments such as: Sales Admin Accounts Delivery etc, then go to: Back Office > Employees > Add new Sorry if I have still not understood your question Paul Link to comment Share on other sites More sharing options...
Alain Costea Posted April 27, 2013 Author Share Posted April 27, 2013 No, you did understood my question. It is what i want: different email contact for the customers to choose. I have employees added there, but their emails doesn't appear on the shop contacts ( from the footer, for example). And I couldn't find how to add them to the shop contact. Thank you. Link to comment Share on other sites More sharing options...
tdr170 Posted April 27, 2013 Share Posted April 27, 2013 I think what your looking for is here, Customers, Contacts, here you can set different options and emails for your customers to choose from in the contact form. Link to comment Share on other sites More sharing options...
Alain Costea Posted April 27, 2013 Author Share Posted April 27, 2013 Your answer is right, but I wanted to know if I can enter let say 3 email in contacts ( the one that appear, for example on the footer of the page). I guess that only solution is the one I founded ( some topics up). Thank you. Link to comment Share on other sites More sharing options...
tdr170 Posted April 27, 2013 Share Posted April 27, 2013 Not sure If this is correct answer for you but I take it when the customer sends an email you want three people to recieve it. I did this by creating a email with my host [email protected] I then added all three of our email addresses as forwards. This is the only email I use on on our website, its in the contact info as well as the address the contact form sends to. In this way when someone sends an email from the contact form or from their own email all three of us receive that mail. Link to comment Share on other sites More sharing options...
Alain Costea Posted April 27, 2013 Author Share Posted April 27, 2013 Thank you, that is very good ideea! Link to comment Share on other sites More sharing options...
Recommended Posts