I am using https to secure my shopping cart and customer registration.
My own images are coming through here, but the shopsite images (like Continue Shopping buttons, etc.) are not. The page source I get when I don't use https (and the images show up correctly) is:
"http://www.tsplines.com/store/shopsite-images/en-US//buttons/defaults/Confirm.gif"
However, when I use https, the page source shows
src="https:///en-US//buttons/defaults/Confirm.gif"
and of course no image shows up. How can I change the path for this?
(the correct path would be
https://xterience.shyhosting.com/~tspli ... onfirm.gif"
Many thanks in advance, and thanks to Jim for answering my last question.