yguyon Posted April 12, 2008 Share Posted April 12, 2008 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 More sharing options...
markg-uk Posted April 14, 2008 Share Posted April 14, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.