Announcement

Collapse
No announcement yet.

Can I show the product price on the section layout?

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

    Can I show the product price on the section layout?

    You can do this by adding the following code to your section layout:

    HTML Code:
    <actinic:block type="ProductList" > <actinic:block type="PriceList" > <actinic:variable name="PriceLayout" /> </actinic:block> </actinic:block>
    This works best when your content tree is laid out with a single product per section.
Working...
X