Announcement

Collapse
No announcement yet.

Fragment and Best Selling List

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

    Fragment and Best Selling List

    Does anyone know if there is a way around this ?

    I want to have on my index page the following

    Fragment Text
    Home Page Best Sellers List
    Fragment Text

    Any help very appreciated....
    For Everyday Pet Products
    www.pet-bliss.com

    For Doggy Bling and Clothes
    www.poshpaws.ie

    #2
    you can do exactly this on the brochure layout, in the same format as you describe, but probably not on the acatalog/index

    Comment


      #3
      Not sure exactly what you mean...

      Here is the code I currently have on my "Standard Brochure Page Bulk" Layout:

      HTML Code:
      <actinic:variable name="BrochureFragmentList" />
      
      <actinic:block if="%3cactinic%3avariable%20name%3d%22IsBrochureHomePage%22%20%2f%3e">
       <actinic:variable value="Home Page Best Sellers List" name="BestSellersList" />
      <actinic:block if="%28%3cactinic%3avariable%20name%3d%22BestSellerListLocation%22%20%2f%3e%20%3d%3d%20%22Home%20Page%20Only%22%29%20OR%20%28%3cactinic%3avariable%20name%3d%22BestSellerListLocation%22%20%2f%3e%20%3d%3d%20%22Both%20Sidebar%20and%20Home%20Page%22%29" >
        
      </actinic:block>
      
      <actinic:block if="%28%3cactinic%3avariable%20name%3d%22NewProductsListLocation%22%20%2f%3e%20%3d%3d%20%22Home%20Page%20Only%22%29%20OR%20%28%3cactinic%3avariable%20name%3d%22NewProductsListLocation%22%20%2f%3e%20%3d%3d%20%22Both%20Sidebar%20and%20Home%20Page%22%29">
      	<actinic:variable name="NewProductsList" value="Home Page New Products List" />
      </actinic:block>
      
      </actinic:block>
      For Everyday Pet Products
      www.pet-bliss.com

      For Doggy Bling and Clothes
      www.poshpaws.ie

      Comment


        #4
        If the text you wanted was quite static, you could include it into the layout and set a blockif to not show it, unless the page was a brochure page. You could take that one step further in fact, depends on how good or confident you are really.

        If the above sounds like double dutch, chances are me taking 20 minutes to explain what to do, would just be a whoosh moment.

        Comment

        Working...
        X