Jump to content

SSL logo


Recommended Posts

The only thing you need to do is go to the Preferences tab and change "Enable SSL" to "Yes" to get SSL working. You can edit the payment images in your theme's img directory or edit modules/blockpaymentlogo/blockpaymentlogo.tpl to add an SSL image to the payment logo block. You could also edit modules/blockvariouslinks/blockvariouslinks.tpl and add the image there if you want it in the footer.

Link to comment
Share on other sites

  • 1 month later...

Hi

Thanks for the reply. I am trying to edit the blockvariouslinks.tpl but I am having difficulty

I need to add this Google snippet but when i do the image does not appear and when you click on it the user is not directed to another page

Can you send me a sample code, so i can get an idea of how to do it?

[removed][removed]



Thanks

Ali
Link to comment
Share on other sites

You'll need to change blockvariouslinks.tpl into a

instead of a
  • if you need to put a
in the footer. For example:

<!-- MODULE Block various links -->


{l s='Specials' mod='blockvariouslinks'}
{l s='New products' mod='blockvariouslinks'}
{l s='Top sellers' mod='blockvariouslinks'}
{l s='Contact us' mod='blockvariouslinks'}
       {foreach from=$cmslinks item=cmslink}
{$cmslink.meta_title|escape:'htmlall':'UTF-8'}
       {/foreach}
{l s='Powered by' mod='blockvariouslinks'} PrestaShop™



<!-- /MODULE Block various links -->



Then change the following line in the /* Footer */ section of global.css:

#footer .block_various_links { list-style: none }



to:

#footer .block_various_links ul { list-style: none }

Link to comment
Share on other sites

Sorry I have done everything added the snippet code which is in html at the bottom just like your example and changed the global .css but there is no difference.

Maybe i inputted the code wrong into blok various links.tpl

I have sent you a private message of the coding. Please have a look at it.


Thank you

Link to comment
Share on other sites

  • 7 months later...

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