Announcement

Collapse
No announcement yet.

Product list on home page

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

    Product list on home page

    Hi, how would I (or is it even possible) to display my top level responsive product page on my brochure home page. I did find a similar question but for V7 so not really relevant now.

    Many thanks.
    Regards
    Sally

    Fashion Jewellery Wholesale - Glitzy Jewels

    #2
    Your question is a bit confusing. Your subject is product list on home page but you're asking about product page on home page.

    Which is it?
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Hi Norman,

      you actually helped us launch the Glitzy Christmas website on HostIt a while back. we have now converted the main website but would like the product page links to appear on the home page.

      So if you look at (not sure if I'm allowed to put links on the forum? (http://www.glitzy-christmas.co.uk/ac...-Products.html) which is the main catalog page. I would like to put the body of that page on the home page along with the carousel and other fragments.

      Is that a little more clear?
      Regards
      Sally

      Fashion Jewellery Wholesale - Glitzy Jewels

      Comment


        #4
        It seems like you want the links to all the top-level Sections to appear on the Brochure Home Page (presumably after the carousel and other Fragments).

        You could edit layout Brochure Page Body RWD (via Design / Library / Layouts / Wen Page Inner Layout) and look for the line:
        Code:
        <actinic:variable name="BrochureFragmentList" />
        And after that add new lines:
        Code:
        <actinic:block if="%3cactinic%3avariable%20name%3d%22IsBrochureHomePage%22%20%2f%3e">
        	<actinic:block type="toplevelsectionlist">
        		<actinic:variable name="SectionLink" value="Full Section Link" />
        	</actinic:block>
        </actinic:block>
        This is for guidance only. Some customisation will proibably be needed for your site.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          Thanks Norman, I'll give it a go.
          Regards
          Sally

          Fashion Jewellery Wholesale - Glitzy Jewels

          Comment

          Working...
          X