Jump to content

Edit Menus (remove and add links)


Recommended Posts

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 by TrexPhire (see edit history)
Link to comment
Share on other sites

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 ?

post-750428-0-19533200-1390071505_thumb.png

Link to comment
Share on other sites

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 by TrexPhire (see edit history)
Link to comment
Share on other sites

 

 

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

XuDHTKQ.png

Link to comment
Share on other sites

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

XuDHTKQ.png

 

I havent the slighest idea how I missed that...  Thank you.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...