nandotx Posted October 22, 2013 Share Posted October 22, 2013 How can I create more links in the footer like this "contact-us": <li class="item"> <a href="{$link-> getPageLink ($ contact_url, true)} "title =" {ls = 'Contact us' mod =' blockcms'} "> {ls = 'Contact us' mod = 'blockcms'} </ a> </ li> I have more .tpl files created and I need to know how to create links to them. Thanks! Link to comment Share on other sites More sharing options...
vekia Posted October 22, 2013 Share Posted October 22, 2013 How can I create more links in the footer like this "contact-us": <li class="item"> <a href="{$link-> getPageLink ($ contact_url, true)} "title =" {ls = 'Contact us' mod =' blockcms'} "> {ls = 'Contact us' mod = 'blockcms'} </ a> </ li> I have more .tpl files created and I need to know how to create links to them. Thanks! what you meant by "more .tpl files created" ? how you display these .tpl files? as a separate pages? if so, how the urls to pages look like? Link to comment Share on other sites More sharing options...
nandotx Posted October 22, 2013 Author Share Posted October 22, 2013 (edited) what you meant by "more .tpl files created" ? how you display these .tpl files? as a separate pages? if so, how the urls to pages look like? I need to create the following links: www.url.com / about-us www.url.com / disclamer www.url.com / privacy Not like this: www.url.com/4-about-us www.url.com/1-disclamer www.url.com/10-privacy And I think to use .tpl files. Edited October 22, 2013 by nandotx (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted October 22, 2013 Share Posted October 22, 2013 in this case you have to edit prestashop controllers because this isn't allowed by default take a look here: http://www.prestashop.com/forums/topic/189443-override-friendly-urls-without-id-number/ 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