Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL Secure & Non-Secure Items


Guest

Recommended Posts

I'm having a slight issue with my checkout process. Everying is working fine, but when the customer goes into checkout (using IE) they get a popup saying 'this page contains both secure and non secure items', which they have to accept.

 

This happens when they go into checkout, then again when they select delivery options and click 'continue', then again when they confirm delivery address etc etc.

 

During the chekcout process my customers are using https

 

Does anyone have any ideas how I can go about fixing this, or if indeed I can fix it?

 

site is at http://www.tractormad.co.uk

 

Thank you.

Link to comment
Share on other sites

I'm having a slight issue with my checkout process. Everying is working fine, but when the customer goes into checkout (using IE) they get a popup saying 'this page contains both secure and non secure items', which they have to accept.

 

This happens when they go into checkout, then again when they select delivery options and click 'continue', then again when they confirm delivery address etc etc.

 

During the chekcout process my customers are using https

 

Does anyone have any ideas how I can go about fixing this, or if indeed I can fix it?

 

site is at http://www.tractormad.co.uk

 

Thank you.

and when you go to my account. Usually it is because you have links to outside of your domain.

Link to comment
Share on other sites

and when you go to my account. Usually it is because you have links to outside of your domain.

 

Does anyone know how I could pin it down to which files are being linked to outside of https? Which files should I be checking?

Link to comment
Share on other sites

Does anyone know how I could pin it down?

 

You could try "View, Source" when you get to the offending screen.

 

Check through the source text and see if you are (e.g. refering to any not secure images, etc.)

Link to comment
Share on other sites

Does anyone know how I could pin it down?

Use Firefox to view your site. right click gives an option - Page Info - which has multiple tabs, one of them being Links. Also it could be images from another site (which is not https://) ... it would help you to identify (quickly) what all links / images / content is present and then you may make a choice to filter content to avoid the popup.

 

Hope this helps, i use it extensively, but there may be other better options too.

Best Regards,
Gaurav

Link to comment
Share on other sites

Use Firefox to view your site. right click gives an option - Page Info - which has multiple tabs, one of them being Links. Also it could be images from another site (which is not https://) ... it would help you to identify (quickly) what all links / images / content is present and then you may make a choice to filter content to avoid the popup.

 

Hope this helps, i use it extensively, but there may be other better options too.

 

I've done a view links as suggested, but they are mostly http. However, they are for things which are down my left column or in application_top, so in order to change them I would have to change core files like application_top to point to httpS all the time. Im pretty sure I dont want to change every http reference in my files to https?

 

Im certain this has been working fine, but all of a sudden has stopped working, or all of a sudden I've noticed it after not testing this portion of the site for a while.

 

If I go into one of the offended pages and tell ie NOT to load unsecured content, the only thing which doesnt load is the ticker at the top. I've done a view source and think this is the offending code;

 

--------------

<script LANGUAGE="JavaScript" SRC="http://www.tractormad.co.uk/ticker/ticker.php?rss=http%3A%2F%2Fwww.tractormad.co.uk%2Fyabb%2FYaBB.pl%3Faction%3Drss&title=Forums%3A&width=500&fontfam=ariel&title_txtcolor=%23000000&title_bkgcolor=%23EFEFEF&ticker_txtcolor=%230000CC&ticker_bkgcolor=%23EFEFEF&ticker_separatorurl=http%3A%2F%2Fwww.tractormad.co.uk%2Fimages%2Ftm1616gray.gif&border_style=solid&border_color=%23000000"></SCRIPT><NOSCRIPT><div style="border-color: #000000;border-style: solid; width: 500px;"><div style="background: #EFEFEF; text-align: center; font-family: ariel; font-size: 17px; overflow: hidden; height: 31px; width: 100%;">JavaScript must be enabled for the ticker to work.</div></div></NOSCRIPT>

 

<center>[Latest posts from the TractorMad.co.uk <a href="http://www.tractormad.co.uk/yabb" title="tractormad forums">forums</a>]</center>

</td></tr>

--------------

 

How could I go about correcting this issue?

 

Thanks for your help guys.

Link to comment
Share on other sites

But if I make the ticker link to https then surely I'll get message about secure and non-secure content all the time if someone goes to http://www.tractormad.co.uk?

 

OK I've given it a go, but Im still getting the secure/unsecure message. However, If I take the portion of code detailed above away altogether (ie remove the ticker), it does work...and I dont get any errors.

 

Can anyone suggest a way I can make the checkout pages NOT display the ticker, or perhaps another solution?

Link to comment
Share on other sites

OK I've given it a go, but Im still getting the secure/unsecure message. However, If I take the portion of code detailed above away altogether (ie remove the ticker), it does work...and I dont get any errors.

 

Can anyone suggest a way I can make the checkout pages NOT display the ticker, or perhaps another solution?

 

Ok think I've narrowed it down to the little seperator image within the ticker. I've had to write to the autor to see if he can point me in the right direction.

Link to comment
Share on other sites

All the best :) Hope he is able to modify the code for you!!!

 

Wrote to the autohor for replied with a fix within 10 minutes.... if anyone is ever looking for an rss ticker id well suggest taking a look at www.widgets.cc

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...