Jump to content

Additional info in footer


Recommended Posts

Hi to all

I've searched the forum without finding a satisfying answer. I know it's really simple, but how do I insert additional info in the footer - and where?

I've succeeded in placing text outside the blue footer-box on my shop, but I want my address info etc. below the links - and with white text color.

Virtual handshakes of appreciation to every reply :)

Link to comment
Share on other sites

Try pasting the following code into your variouslinks.tpl file

I have commented out some of the lines just incase you didnt need to use them, just delete the < ! -- and the closing ->

You will probabaly need to adjust your css to suit

<!-- MODULE Block various links -->
 

{l s='Information' mod='blockvariouslinks'}
{l s='About us' mod='blockvariouslinks'}
    {l s='Contact us' mod='blockvariouslinks'}
    {l s='Site map' mod='blockvariouslinks'}
<!--        {l s='Links' mod='blockvariouslinks'} -->



{l s='New' mod='blockvariouslinks'}
<!--        {l s='All Products' mod='blockvariouslinks'}     -->
{l s='New products' mod='blockvariouslinks'}
      {l s='Top sellers' mod='blockvariouslinks'}
 


{l s='Legals' mod='blockvariouslinks'}
    {l s='Delivery' mod='blockvariouslinks'}
    {l s='Privacy Policy' mod='blockvariouslinks'}
    {l s='T&Cs;' mod='blockvariouslinks'}


<!--     
{l s='Other info' mod='blockvariouslinks'}
    title
    {l s='title' mod='blockvariouslinks'}
        
   --> 

{l s='Get in touch' mod='blockvariouslinks'}
    {l s='email address' mod='blockvariouslinks'}
    Telephone: your phone number
 Address1
address2
county
Postcode
country



  ©{l s='PrestaShop 1.3.2'}  All rights reserved. Copyright {l s='Your Website' mod='blockvariouslinks'}
  

34191_z7TatBkxDVGzjCvFxUrc_t

Link to comment
Share on other sites

×
×
  • Create New...