jtlswanson Posted January 13, 2012 Share Posted January 13, 2012 Trying to figure out how to add a Contact Us link to the CMS/Information box. Any help would be greatly appreciated. JTLS Link to comment Share on other sites More sharing options...
jtlswanson Posted January 18, 2012 Author Share Posted January 18, 2012 Anyone please help? Link to comment Share on other sites More sharing options...
shacker Posted January 20, 2012 Share Posted January 20, 2012 if is prestashop 1.4, you need to add in blockcms/blockcms.tpl in line 42, you have </ul> add before this <li><a href="{$link->getPageLink('contact-us.php')}" title="{l s='Contact' mod='blockcms'}">{l s='Contact' mod='blockcms'}</a></li> if have ps 1.3, the module is the blockinfo Link to comment Share on other sites More sharing options...
tdr170 Posted January 20, 2012 Share Posted January 20, 2012 Well that is close but not exactly correct for 1.4 the line should read: <li><a href="{$link->getPageLink('contact-form.php')}" title="{l s='Contact' mod='blockcms'}">{l s='Contact Us' mod='blockcms'}</a></li> And if you want it to read Contact Us instead of just Contact add the Us as above. 1 Link to comment Share on other sites More sharing options...
shacker Posted January 20, 2012 Share Posted January 20, 2012 you are right, is contact-form.php, not contact-us Link to comment Share on other sites More sharing options...
tdr170 Posted January 20, 2012 Share Posted January 20, 2012 Sometimes 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