I'm having a nightmare of a problem with images on SSL on the checkout pages.
It is a shared ssl provided by the host
Basically the paths are wrong.
However I'm not using hardcoded images.
eg for the logo I have
<img
src="<actinic:variable name="CompanyLogoFileName" />"
width="520px"
height="100px"
alt="<actinic:variable name="StoreName" />"
class="logoimage" />
Works fine non SSL, and fine on web pages, but doesn't work on SSL on catalogue pages.
Site is here: www.miriamsfancydress.co.uk
and the SSL site is here:
https://web146.secure-secure.co.uk/m...ncydress.co.uk
Despite it looking like two locations it is one location on a different url. Same cgi bin, same acatalog folder etc. Except when in checkout pages for some reason Actinic gets the image paths wrong.
It is a shared ssl provided by the host
Basically the paths are wrong.
However I'm not using hardcoded images.
eg for the logo I have
<img
src="<actinic:variable name="CompanyLogoFileName" />"
width="520px"
height="100px"
alt="<actinic:variable name="StoreName" />"
class="logoimage" />
Works fine non SSL, and fine on web pages, but doesn't work on SSL on catalogue pages.
Site is here: www.miriamsfancydress.co.uk
and the SSL site is here:
https://web146.secure-secure.co.uk/m...ncydress.co.uk
Despite it looking like two locations it is one location on a different url. Same cgi bin, same acatalog folder etc. Except when in checkout pages for some reason Actinic gets the image paths wrong.
Comment