Jump to content

How to change the language of the footer ?


Recommended Posts

Depend on what and how you want to change, you may need to look into two places.

1. Files under following folder (some of the links are in blockvariouslinks.tpl)
/modules/blockvariouslinks/

2. At back office - Modules
Look for "Footer links block",

this include links from CMS pages

Link to comment
Share on other sites

Go to Tools > Translations, select "Module translations" in the dropdown, then click the flag of the language you want to edit, then scroll down to the "blockvariouslinks" section. That will allow you to translate the non-CMS pages. For the CMS pages, you must go to the Tools > CMS tab, edit the page, then click the flag next to the "Meta title" field to translate the page title.

Link to comment
Share on other sites

Go to Modules > Footer links block v0.1 (in the Blocks section) > Configure to choose which CMS pages you want displayed in the footer. To add or remove any non-CMS pages, you will need to manually edit modules/blockvariouslinks/blockvariouslinks.tpl.

Link to comment
Share on other sites

Strange. Check whether themes//modules/blockvariouslinks/blockvariouslinks.tpl exists. If that doesn't exist, check modules/blockvariouslinks/blockvariouslink.tpl? What code do you have?

Perhaps the code is hardcoded in themes//footer.tpl? You can check there also.

Link to comment
Share on other sites

This is the code in my /modules/blockvariouslinks/:

>

<!-- MODULE Block various links -->
</pre>
<ul>
{l s='Specials' mod='blockvariouslinks'}
{l s='New products' mod='blockvariouslinks'}
{l s='Top sellers' mod='blockvariouslinks'}
{l s='Contact us' mod='blockvariouslinks'}z
   {foreach from=$cmslinks item=cmslink}
{$cmslink.meta_title|escape:'htmlall':'UTF-8'}
   {/foreach}
{l s='Powered by' mod='blockvariouslinks'} PrestaShopic
</ul>
<br><!-- /MODULE Block various links --><br><br

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...