i have my related products showing in the right sidebar. at the moment, each item is displayed inside its own box and header called 'relative products'. can somebody please tell me how to edit the code so that if there is more than 1 item, they will be displayed within the same box and so i get only 1 header? if you look at the following url you'll know what i mean (i think )
http://www.derekbooth.co.uk/polesand...Pole_Set_.html
at the moment, my smart right sidebar code looks like this:
<actinic:variable name="ShoppingCartSummary" value="Shopping Cart Summary In Box" />
<actinic:variable name="CustomSidebarBox" value="Right Custom Sidebar Box" />
<actinic:variable name="CouponEntryField" value="Sidebar Coupon Field" if="%3cactinic%3avariable%20name%3d%22CaptureCoupon%22%20%2f%3e" />
<actinic:block type="ProductList">
<actinic:block type="RelatedProductsList">
<div class="sidebox" style="width:150px">
<div class="boxhead"><h2>Relative Products</h2></div>
<div class="boxbody">
<actinic:variable name="ProductRelatedProductsItem" />
</div>
</div>
<br/>
</actinic:block>
</actinic:block>
thank you everybody
tony.
http://www.derekbooth.co.uk/polesand...Pole_Set_.html
at the moment, my smart right sidebar code looks like this:
<actinic:variable name="ShoppingCartSummary" value="Shopping Cart Summary In Box" />
<actinic:variable name="CustomSidebarBox" value="Right Custom Sidebar Box" />
<actinic:variable name="CouponEntryField" value="Sidebar Coupon Field" if="%3cactinic%3avariable%20name%3d%22CaptureCoupon%22%20%2f%3e" />
<actinic:block type="ProductList">
<actinic:block type="RelatedProductsList">
<div class="sidebox" style="width:150px">
<div class="boxhead"><h2>Relative Products</h2></div>
<div class="boxbody">
<actinic:variable name="ProductRelatedProductsItem" />
</div>
</div>
<br/>
</actinic:block>
</actinic:block>
thank you everybody
tony.
Comment