TrexPhire Posted January 18, 2014 Share Posted January 18, 2014 (edited) Hello there, First time user of Presta shop, which I am finding it quite better than some of the other carts, including layout/design and a better backend (Or Back office) I am trying to figure out how to add/remove some links in the menus.. Under "Information" box , theres "Our stores" That I would like to remove.. and add a link of "Privacy Policy" Ive been in the CMS Categories section, but "Our stores" isnt listed there, I created a new page called Privacy Policy and enbled it, but its not showing in the menu. How can I get that fixed up? Also under "Modules > Positions" I removed a couple things from the footer, but want to re-add one of them, How do you re-add those back in that area? Edited January 18, 2014 by TrexPhire (see edit history) Link to comment Share on other sites More sharing options...
TrexPhire Posted January 18, 2014 Author Share Posted January 18, 2014 How do you edit , change, remove the areas circled... The "text" for "Our support hotline is available 24/7." I need to remove that, but I can't find anywhere in the admin area on where to change that... I found the "Contact Block" but it only has phone # and email. I need to remove that text "Our support hotline is available 24/7." I looked at the tpl file, but theres a statement on there that says not to edit directly, So how do you edit that text ? Link to comment Share on other sites More sharing options...
Gi_Ga Posted January 19, 2014 Share Posted January 19, 2014 Hello everyone, I also need to change the inscription "Our support hotline is available 24/7" as you do? please help me thanks Link to comment Share on other sites More sharing options...
TrexPhire Posted January 20, 2014 Author Share Posted January 20, 2014 (edited) Well the best way I found to do this... Is by doing the following: Open file : /themes/default/modules/blockcontact/blockcontact.tpl find: <div id="contact_block" class="block"> <p class="title_block">{l s='Contact us' mod='blockcontact'}</p> <div class="block_content clearfix"> <p>{l s='Our hotline is available 24/7' mod='blockcontact'}</p> {if $telnumber != ''}<p class="tel"><span class="label">{l s='Phone:' mod='blockcontact'}</span>{$telnumber|escape:'htmlall':'UTF-8'}</p>{/if} {if $email != ''}<a href="mailto:{$email|escape:'htmlall':'UTF-8'}">{l s='Contact our hotline' mod='blockcontact'}</a>{/if} </div> </div> Remove: Our hotline is available 24/7 If you want to keep the image there, just use a break like this <p>{l s='<br>' mod='blockcontact'}</p> That was the only way I could find to edit / remove that 1 line. Just wish it could be alot easier to edit template files, with in the Admin area or something. Edited January 20, 2014 by TrexPhire (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted January 20, 2014 Share Posted January 20, 2014 1 Topic = 1 Subject or 1 Question- If you have more than one question, open more than one new topic! - Do not ask your question on a thread that doesn’t deal with the exact same matter. Open a new thread, it’s alright to do so. to disable our stores go to modules > modules search for "block cms" - open configuration page And click on "edit" button near the "information" block you will see there option to disable stores link Link to comment Share on other sites More sharing options...
TrexPhire Posted January 20, 2014 Author Share Posted January 20, 2014 to disable our stores go to modules > modules search for "block cms" - open configuration page And click on "edit" button near the "information" block you will see there option to disable stores link I havent the slighest idea how I missed that... Thank you. 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