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
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
Comment