Follow these simple steps:
- Login to admin panel,
- Click on “Tools” and then on “CMS”,
- Click on “Add new” button,
- Insert page information, parameters and save page,
- Click on “Modules” tab,
- Prestashop 1.3.x (and lower version) : go to “Blocks“ tab, click on „Footer links block“
Prestashop 1.4.x: go to “Front Office Features” tab, click on “CMS block”, - Select new page ant press “Update” (Prestashop 1.4.x – “Save”) button.
Prestashop 1.4x “CMS block” module has “Display “Powered by Prestashop”” function. With this function you can easily remove this text from the footer.
simple tutorial, thank you
good description. Do you know how remove ‘new products’ and ‘contact’ from footer??
Hi,
you need delete this links manually.
Please open this file: modules/blockcms/blockcms.tpl and delete 50 and 53 lines,
<li class="{if $PS_CATALOG_MODE}first_{/if}item"><a href="{$link->getPageLink('new-products.php')}" title="{l s='New products' mod='blockcms'}">{l s='New products' mod='blockcms'}</a></li>
<li class="item"><a href="{$link->getPageLink('contact-form.php', true)}" title="{l s='Contact us' mod='blockcms'}">{l s='Contact us' mod='blockcms'}</a></li>
Do you know any way of changing the url of CMS page from website.com/content/whatever to website.com/whatever or to at leaset website.com/something-else/whatever
I tried editing .htaccess file, but I always ended up with error (or not working).
Hi,
first you need edit your .htaccess:
RewriteRule ^new_name/([0-9]+)\-([a-zA-Z0-9-]*) /ps1473/cms.php?id_cms=$1 [QSA,L]
RewriteRule ^new_name/category/([0-9]+)\-([a-zA-Z0-9-]*) /ps1473/cms.php?id_cms_category=$1 [QSA,L]
Then you need edit prestashop root folder/classes/Link.php file.
Find “content/” name and change to your new name:
144, 147, 159, 164 lines (Prestashop 1472)
example:
from
($base.__PS_BASE_URI__.$this->getLangLink((int)($id_lang)).’content/’.(int)($cms->id).’-‘.$cms->link_rewrite) :
to
($base.__PS_BASE_URI__.$this->getLangLink((int)($id_lang)).’new_name/’.(int)($cms->id).’-‘.$cms->link_rewrite) :
Cheers
Thank you very much … will try it out soon.
NOT WORKING, IN 1.4.XXX
HELP PLEASE.
no-ads>Hi,
Prestashop 1.4.X does not have “Footer links block” module, in its place is a “CMS block”. So please use it.
I’ve changed the footer links on my website (free NewsToday template) and it redirect to dalih.net website. How can I do?
Hi,
We think that theme author had put link into his home page and thus laid his guard to remove the links. Try to bring back the author’s reference to the original text.
footer links are working very well, but
How can I add new (change) header links?
Hope you can help me 🙂
Thank you!
Hi,
About what links you talking about? “Contact”, “Sitemap”?
Hi, I want to add some links to my footer which redirect to some subcategories of my e-shop. Is this possible? I tried to use the “Categories block” but it gives me back all the available categories of my shop. Is there any option to specify which subcategories it must present?
I am new to presta shop and I don’t realy have defiine the way it works. Thank you in advance.
Hi,
You can try to modify “Categories block” module. Only the output of the following categories which you need to.
Thank you for your answer.
Ok, but can you please give me some extra info explaining how to do this?