This is where it starts to get complicated.
On the whole your network settings look correct (although your smtphost details might not be up to date).
The main problem appears to be that the basehref statement in your cgi-bin pages is missing the /acatalog/ bit that tells the browser to find the images in the /acatalog/ folder rather than the root. I don't know why it's doing this.
I can only think that this may have been hard coded, as actinic shoudl generate this correctly from your network settings. If you look in your primary checkout template do you see this statement near the top:
or is there a fixed basehref statement there?
Mike
On the whole your network settings look correct (although your smtphost details might not be up to date).
The main problem appears to be that the basehref statement in your cgi-bin pages is missing the /acatalog/ bit that tells the browser to find the images in the /acatalog/ folder rather than the root. I don't know why it's doing this.
I can only think that this may have been hard coded, as actinic shoudl generate this correctly from your network settings. If you look in your primary checkout template do you see this statement near the top:
<Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>
Mike
Comment