Jump to content

Change footer note for PS 1.5.4.1


Recommended Posts

Hello,

 

I face a problems on changing the default footer note from;

© 2013 Powered by PrestaShop ™

to

© 2013 Powered by El Zahraa ™

 

I go to module > cms block and change the setting to;

ElZahraaFooter.jpg

 

 

But when i refresh the website, it look like this;

ElZahraafooterdisplay.jpg

 

The "© 2013 Powered by El Zahraa ™" already move to top and contact us move to botom.

Even if I untick the powered by prestashop box, it will display as above.

Can anyone assist me?

Link to comment
Share on other sites

I already go to the footer.tpl. here is the code;

 

{if !$content_only}

 

 

</div>

 

{if $page_name !== 'index'}

<aside class="grid_6">

<div id="right_column" class="column">

{$HOOK_RIGHT_COLUMN}

</div>

</aside>

{/if}

 

</div>

 

<footer id="footer">

<div class="container_24 clearfix">

<div class="grid_24">

<div class="footer-inner">

{$HOOK_FOOTER}

</div>

</div>

</div>

 

</footer>

</div>

 

</div></div></div>

{/if}

</body>

</html>

 

 

Which one should i modified?

Link to comment
Share on other sites

well, your code looks well.

I think that theme designer inserted own sign to the last module in your footer

 

please check modules > positions tab in your back office

 

search for displayFooter section, what module is last on this list?

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