Against each product I have a <div> to display the Also Bought and Related Products along the lines of (truncated for ease of display) :
<div>
RelatedList
AlsoList
</div>
Is there a conditional test available to remove the space the <div> occupies from the page flow if both lists are empty? The containing <div> introduces a background image that needs removing if both lists are empty.
Thanks.
MS 8.5.0
<div>
RelatedList
AlsoList
</div>
Is there a conditional test available to remove the space the <div> occupies from the page flow if both lists are empty? The containing <div> introduces a background image that needs removing if both lists are empty.
Thanks.
MS 8.5.0
Comment