Jump to content

<img src ="{$logo.image}" alt ="{l s='Logo'}" /> Breaks My SSL Cert, How Can I Fix This?


Recommended Posts

<img src ="{$logo.image}" alt ="{l s='Logo'}" />

 

How can I fix this code to pull images in SSL mode when the site is in SSL mode?

 

Here is the whole snippet...

 

 

{foreach from=$logos item=logo name=posLogo}

<div class="item">

<a href ="{$logo.link}">

<img src ="{$logo.image}" alt ="{l s='Logo'}" />

</a>

</div>

{/foreach}

Link to comment
Share on other sites

There has got to be a code snippet that would fix these images.

Like I say when I add something to the shopping cart. Then go

 

knocks out the SSL cert. No one would buy anything from my store with

this not working properly. Someone has to know how to fix this issue.

 

Please help me out!

Link to comment
Share on other sites

  • 2 years 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...