Announcement

Collapse
No announcement yet.

category pricing

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

    category pricing

    I have various categorys to display different products. At the moment, the area displays the product in that category, its image and a description.

    I just wondered if it was possible to insert the price of that product within that HTML page. So far ive tried various different variables but nothing seems to work.

    #2
    the categories are listed in the product list layout:

    <actinic:variable name="ProductList" />

    then i have created a custom layout:

    <actinic:variable name="SectionLink" value="SectionLinkSafes" />


    and attempted to insert the pricelayout inside it:

    <actinic:variable name="PriceLayout" />

    but it still doesnt work.

    Comment

    Working...
    X