Announcement

Collapse
No announcement yet.

Also Bought Layout

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

    Also Bought Layout

    I have a modified layout that displays a row of "Also Bought" products in a nice layout (sorry no live url to show)

    I only want to show the layout if the Also Bought list contains 3 or more products.

    So basically I wish to use a blockif to stop the layout from showing if the list contains 2 or less also bought products.

    Any idea where this info is held in Sellerdeck as I am unable to find a condition or variable to use.

    I am starting to think that there is not one, and that this isn't possible to do.

    Any pointers would be appreciated.

    Many thanks

    Jason
    Regards

    Jason

    #2
    In the Also Bought List wrap the layout on line 1 (typically called Regular Also Bought Item or similar) with a block if using the following in the popup screen

    Code:
    <actinic:variable name="ListCount" />  >=  3
    see how that gets on for you


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment

    Working...
    X