Hi again.
I'm rebuilding our store website after a long break from design. Unfortunately, I have hit a brick wall with some very basic things and would really appreciate some help, hopefully kickstarting my brain into remembering how things work a bit better.
First off. I'm trying to make the logo image at the top of each store page clickable as a link back to the brochure front page.
I know I have to edit the Standard Brochure Logo Image and Standard Company Logo Image code by wrapping an anchor tag around it, but when I tried to use this code:
<a href="<actinic:variable name="BrochurePageURL" />" class="product_section"></a>
I get an error as that variable can't be used in the store code. Am I missing something obvious? Or should I use our store URL and accept that it won't work in preview?
Thanks in advance. Sorry if this is a really stupid question but any help is appreciated.
I'm rebuilding our store website after a long break from design. Unfortunately, I have hit a brick wall with some very basic things and would really appreciate some help, hopefully kickstarting my brain into remembering how things work a bit better.
First off. I'm trying to make the logo image at the top of each store page clickable as a link back to the brochure front page.
I know I have to edit the Standard Brochure Logo Image and Standard Company Logo Image code by wrapping an anchor tag around it, but when I tried to use this code:
<a href="<actinic:variable name="BrochurePageURL" />" class="product_section"></a>
I get an error as that variable can't be used in the store code. Am I missing something obvious? Or should I use our store URL and accept that it won't work in preview?
Thanks in advance. Sorry if this is a really stupid question but any help is appreciated.
Comment