Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

When I log in into my shopping cart


yguyon

Recommended Posts

I was told that I needed to take the solution bellow and I needed to change my image to relative link, but I don't see any html file in my shopping cart :( what should I do?

 

 

you are not done yet you have a broken padlock.

 

 

This is due to hardcoded http images like your header images.

 

you need to use the correct tep_image function to display images.

 

It's actually very easy, it takes the format ..

Link to comment
Share on other sites

Hard coded links are like this:

 

<a href="c:/directory/here.html">test</a>

 

Relative links are like this (i.e. the page is in the same directory)

 

<a href="here.html">test</a>

 

When you go to https, the first link remains the same (i.e. stays http), the second one changes to https.

 

So you have some hard coded image links. Either make them relative or use the oscommerce tep_image function

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...