trin
Nov 14 2003, 10:17 PM
Greetings! We've just finished designing our store and are in the process of testing it, and we have a question. When you go go buy something, every single click of a button brings up the "this page contains both secure and non-secure items. do you wish to continue?" dialogue.
This is a little annoying. Is there some setting we can click to make it stop doing that?
Neil82591
Nov 14 2003, 11:02 PM
Please make sure any custom image references are not absolute links.
Should not be:
http://yoursite.com/images/whatever.gifShould be
images/whatever.gif
Or where you have the image of course.
This should take care of that for you
ultimatekeychains
Nov 15 2003, 10:06 AM
Also, anything that 'requires' a absolute link (third-party counter, etc) should be entered as:
https://yoursite.com/images/whatever.gif
This includes anything that references HTTP, including Javascript.