Stadtsirene Posted August 16, 2014 Share Posted August 16, 2014 Is it possible to create a link directly to a specific shop contact like "webmaster" or "sales management", without selecting the contact after linking to "standard contact form"? I'm using PrestaShop 1.6 Thx! Link to comment Share on other sites More sharing options...
vekia Posted August 17, 2014 Share Posted August 17, 2014 you can do it with modification of tpl file you can create link like: http://website.com/en/contact-us?mail=1 and in .tpl file you can create: {if isset($smarty.get.mail)}{if $smarty.get.mail==2 && HERE CODE TO CHECK EMAIL ADDRESS}selected="yes"{/if}{/if} in foreach loop related to <select> box with mails Link to comment Share on other sites More sharing options...
Martino00 Posted February 11, 2015 Share Posted February 11, 2015 Vekia, Can you give some more info? Maybe an example? 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