Announcement

Collapse
No announcement yet.

How do i add prices in sub sections?

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

    How do i add prices in sub sections?

    Hi All,

    I wanted to add the prices of my products in my sub sections i have tried this which i found on these forums but it adds a list of prices to my top level section lists

    <actinic:block type="ProductList" >
    <actinic:block type="PriceList" >
    <actinic:variable name="PriceLayout" />
    </actinic:block>
    </actinic:block>

    I just need prices to display in my sub sections does anyone know how i can do this.

    Thank you

    #2
    Actinic makes no distinction between "top level sections" and "subsections" if they use the same layout.
    You need to create a separate layout, with the price layout included, for your subsections and use this, where required.
    Tracey

    Comment


      #3
      i am using this code part of my home page to display top level section list

      <actinic:block if="%3cactinic%3avariable%20name%3d%22IsBrochureHomePage%22%20%2f%3e" >
      <actinic:block type="TopLevelSectionList">
      <div style="width:200px; float:left;">
      <actinic:variable name="SectionLink" value="CSS Section Link Layout" />
      </div>
      </actinic:block>
      </actinic:block>

      So when i add the price code the prices also display here as well

      Comment


        #4
        done it i changed the layout of all my sub sections i wanted prices in then put the same code in for that layout and added the prices.

        Comment

        Working...
        X