Hi there
I'm currently experiencing minor hair loss over a (probably) simple issue.
Whenever I add an item to the cart in a newly created store, all the images are shown as broken links although the functionality of the cart still works.
I'm sure this is due to the BASEHREF value which seems to change between the pages
The site can be seen here and you'll see that any attempt to access the checkout or shopping cart is met by the broken images.
The BASEHREF line in the template is
and this is used by the view cart pages aswell as the catalog pages
Can anyone think of what I'm doing wrong?
Jos
I'm currently experiencing minor hair loss over a (probably) simple issue.
Whenever I add an item to the cart in a newly created store, all the images are shown as broken links although the functionality of the cart still works.
I'm sure this is due to the BASEHREF value which seems to change between the pages
The site can be seen here and you'll see that any attempt to access the checkout or shopping cart is met by the broken images.
The BASEHREF line in the template is
Code:
<Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>
Can anyone think of what I'm doing wrong?
Jos
Comment