How do I get rid of the similar items block on the product listing page? This really isn't of any value since it just lists categories and makes the page extremely long.
Thanks,
Ken
Thanks,
Ken
<!-- Everything between these tags doesn't get rendered by the web browser -->
<!--START: related_0--> <table width="100%" cellpadding="4" cellspacing="0"> <tr> <td class="checkout-headers">[product_Header-relateditems]</td> </tr> <tr><td><table width="100%" cellpadding="2" cellspacing="0" class="alternative"> <!--START: related_items0--> <table border="0" cellspacing="0" cellpadding="0" width="100%"> <tr> <td colspan="2" align="center" valign="middle"><a href="product.asp?itemid=[catalogid]"><img src="[THUMBNAIL]" alt="" border="0"></a></td> </tr> <tr valign="middle"> <td colspan="2" class="item" align="center">[name]</td> </tr> <tr> <td class="price" align="center" valign="middle" colspan="2"> <!--START: ITEMPRICE--> [ITEMPRICE] <!--END: ITEMPRICE--> <!--START: SALEPRICE--> <s>[ITEMPRICE]</s><br>[ITEMSALEPRICE] <!--END: SALEPRICE--> </td> </tr> <tr> <td class="item" colspan="2" align="center" valign="middle"><a href="add_cart.asp?quick=1&item_id=[catalogid]">[category_buyitlink]</a></td> </tr> </table> <!--END: related_items0--> <!--START: related_items1--> <table border="0" cellspacing="0" cellpadding="0" width="100%"> <tr> <td colspan="2" align="center" valign="middle"><a href="product.asp?itemid=[catalogid]"><img src="[THUMBNAIL]" alt="" border="0"></a> </td> </tr> <tr valign="middle"> <td colspan="2" class="item" align="center">[name]</td> </tr> <tr> <td class="price" align="center" valign="middle" colspan="2"> <!--START: ITEMPRICE--> [ITEMPRICE] <!--END: ITEMPRICE--> <!--START: SALEPRICE--> <s>[ITEMPRICE]</s><br>[ITEMSALEPRICE] <!--END: SALEPRICE--> </td> </tr> <td class="item" colspan="2" align="center" valign="middle"><input type=checkbox name="item_id" value="[catalogid]"><input type="hidden" name="qty-[counter]" value=1></td> </tr> </table> <!--END: related_items1--> <!--START: related_items2--> <table border="0" cellspacing="0" cellpadding="0" width="100%"> <tr> <td class="item" align="left" width="50%"><a href="product.asp?itemid=[catalogid]">[name]</a></td> <td class="price" align="center" valign="middle" width="20%"> <!--START: ITEMPRICE--> [ITEMPRICE] <!--END: ITEMPRICE--> <!--START: SALEPRICE--> <s>[ITEMPRICE]</s><br>[ITEMSALEPRICE] <!--END: SALEPRICE--> </td> <td class="item" align="center" valign="middle" width="30%"><input type=hidden name="item_id" value="[catalogid]"><input type="text" size="2" name="qty-[counter]" value=0></td> </tr> </table> <!--END: related_items2--> </table></td></tr> </table> <!--END: related_0-->
Comment