Srain Posted December 15, 2015 Share Posted December 15, 2015 Hi, everyone! I'm using PrestaShop 1.6.x. I want to add a custom link to the Top-most (black colored) menubar (where "currency", "contact us", "sign in" links are located). How can I add it? Any help (with recipe) or reference please? Link to comment Share on other sites More sharing options...
Paulito Posted December 15, 2015 Share Posted December 15, 2015 Hello See if vekias answers help you in this topic https://www.prestashop.com/forums/topic/324905-how-to-add-new-linkblock-in-navigation-bar/ Paul Link to comment Share on other sites More sharing options...
Srain Posted December 16, 2015 Author Share Posted December 16, 2015 (edited) Hello See if vekias answers help you in this topic https://www.prestashop.com/forums/topic/324905-how-to-add-new-linkblock-in-navigation-bar/ Paul Thanks Paul! But, I have tried: <div class="header_user_info"> <a rel="external" href="http://www.mysite.com/buyused.php">{l s='Buy Used!' mod='blockcontact'}</a> </div> on: themes/default-bootstrap/modules/blockcontact/nav.tpl But, when I check my site, there is no custom link (which I added above). Could you please point me my mistake? or, can't add custom links directly as in my code? Do I need to do any preparations in any other files? If so, explain it please. Sorry, I'm entirely new to PrestaShop. Edited December 16, 2015 by Srain (see edit history) Link to comment Share on other sites More sharing options...
Srain Posted December 17, 2015 Author Share Posted December 17, 2015 [sorry if my grammer sucks!] I have added the following code in themes/default-bootstrap/modules/blockcontact/nav.tpl, BUT, I have not had any links on top-most (toolbar linke) menu. <div class="header_user_info"> <a rel="external" href="http://www.mysite.com/buyused.php">{l s='Buy Used!' mod='blockcontact'}</a> </div> How can I do it workable? Help me please! 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