Announcement

Collapse
No announcement yet.

Logo showing as NETQUOTEVAR:BROCHURELOGO

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Logo showing as NETQUOTEVAR:BROCHURELOGO

    Just been tweaking my logo image and layout of the header on my website and have hit a problem. I haven't uploaded yet because the logo image is not displaying on the catalogue pages whereas, having used the exact same code on the Act_BrochurePrimary and Act_Primary templates, it shows up fine on the index page (see screenshots attached).
    Index Page
    Click image for larger version

Name:	Image1.jpg
Views:	1
Size:	11.6 KB
ID:	545432

    Catalogue Page
    Click image for larger version

Name:	Image2.jpg
Views:	1
Size:	10.7 KB
ID:	545433
    As you can see the logo image is displaying as NETQUOTEVAR:BROCHURELOGO
    I have changed the logo image in Design|Options|Shop Defaults and Brochure.
    It's probably something obvious but I can't see it.
    Here's the relevant code from my Act_Primary.html

    <table width="100%" border="0" cellspacing="0" cellpadding="3">
    <tr>
    <td align="left" bgcolor="#ffffff">
    NETQUOTEVAR:BROCHURELOGO</td><td align="center">
    <table width="100%" cellspacing="2" cellpadding="2">
    <tr align="center" valign="middle">
    <td><img src="visa.gif" width="34" height="22"></td>
    <td><img src="master.gif" width="34" height="22"></td>
    <td><img src="elec.gif" width="32" height="22"></td>
    </tr>
    <tr align="center" valign="middle">
    <td><img src="swi.gif" width="29" height="22"></td>
    <td><img src="solo.gif" width="30" height="19"></td>
    <td><img src="delta.gif" width="32" height="21"></td>
    </tr>
    </table></td>
    <td align="center">
    CUSTOMVAR:CONTACTINFO</td>
    </tr>
    </table>
    http://www.phoenix-pcs.co.uk

    #2
    Here's the relevant code from my Act_Primary.html
    It's Act_BrochurePrimary.html that controls the Brochure pages overall layout Brochure specific will work there.

    Act_Primary is for the Product pages, so best remove Brochure specific Netquotevar's from these. I think you need NETQUOTEVAR:LOGOIMAGE instead.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      So when I change NETQUOTEVAR:BROCHURELOGO to NETQUOTEVAR:LOGOIMAGE it miraculously appears! Thanks Norman
      http://www.phoenix-pcs.co.uk

      Comment

      Working...
      X