Announcement

Collapse
No announcement yet.

Brochure pages not visible in shop

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

    Brochure pages not visible in shop

    Hi,

    I would like to make the brochure pages in SMART theme visible along the top bar when in the main shopping area, for the customers to refer to without trawling pack to the introductory pages for the additional info they need

    Is there any way of doing this simply?

    Many thanks

    #2
    Yes, you can either hardcode the link right next to NETQUOTEVAR:FOOTERGUIDE  on your primary template ( Act_Primary.html ) or you can
    - create a Custom Property in Advanced | Custom Properties .. called MOREINFO
    - Declare the custom property in Design | Options | Site Defaults | Properties..
    - Click on the + to create a new row, select MOREINFO from the drop down
    - give it a value like <a href="More_Info.html"><B>MORE INFO</B></a> for example
    - select "Use as CUSTOMVAR"

    Now in the Primary template add teh custom property next to the headerguide like this...
    <td align="right">CUSTOMVAR:MOREPAGES NETQUOTEVAR:FOOTERGUIDE&nbsp;</td>

    This will create a link to the More Pages like you have on your Brochure pages as long as you have this page available in the Site1 folder or the 'acatalog' folder on the server.

    Kind regards,
    Bruce King
    SellerDeck

    Comment


      #3
      Many thanks, Bruce, I will try this out

      Comment

      Working...
      X