Hi Everyone,
I have used Normans code (drillpine) to put related products to the side bar of a product (clever man).
The code work great but I would like to fill the box with alternative content if there aren't any related products displayed.
I have tried using a block if around the code but it seams that if there aren't any related product, actinic do not produces any code that can be tested buy a block if.
I'd be very grateful if anyone could suggest a solution.
Code used :
<actinic:block type="ProductList"> <actinic:block type="RelatedProductsList"> <actinic:variable name="ProductRelatedProductsItem" /> <br/> </actinic:block></actinic:block>
I have used Normans code (drillpine) to put related products to the side bar of a product (clever man).
The code work great but I would like to fill the box with alternative content if there aren't any related products displayed.
I have tried using a block if around the code but it seams that if there aren't any related product, actinic do not produces any code that can be tested buy a block if.
I'd be very grateful if anyone could suggest a solution.
Code used :
<actinic:block type="ProductList"> <actinic:block type="RelatedProductsList"> <actinic:variable name="ProductRelatedProductsItem" /> <br/> </actinic:block></actinic:block>
Comment