Announcement

Collapse
No announcement yet.

block help (prices on sections)

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

    block help (prices on sections)

    I have one product per section, and am wondering if there is a way to show the price of the product in the section automatically within the section list layout?.

    I am trying a combination of the Sectionlist Block and the productlist block. Is this possible within actinic?
    Ben Adcock
    Caged Fish Web Design

    #2
    I think you are just expressing it differently, but do you mean have a cut down duplicate of every product on the section page?

    If so, this is covered in the available documentation.
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      Bill, I guess it is a cut down duplicate of the product. just without the add to cart capability.

      however because i have only one product per section i found this worked within the section layout.

      <actinic:block type="ProductList" >
      <actinic:block type="PriceList" >
      <actinic:variable name="PriceLayout" />
      </actinic:block>
      </actinic:block>
      Ben Adcock
      Caged Fish Web Design

      Comment

      Working...
      X