<table width="100%" border="0" cellpadding="3" bgcolor="#E6F2FF" id="irForm">
<tr>
<td width="10" align="center"></td>
<td align="center"><strong>Name</strong></td>
<td align="center"><strong>Product Code</strong></td>
<td align="center"><strong>Price</strong></td>
</tr>
{section name=related_product_list loop=$related_product_list}
<tr>
<td valign="top" bgcolor="#FFFFFF"><input type="checkbox" name="selected_cross_product_id[]" id="selected_cross_product_id[]" value="{$related_product_list[related_product_list].product_id}" /></td>
<td valign="top" bgcolor="#FFFFFF">{$related_product_list[related_product_list].product_name}</td>
<td valign="top" bgcolor="#FFFFFF">{$related_product_list[related_product_list].product_code}</td>
<td valign="top" bgcolor="#FFFFFF">{$related_product_list[related_product_list].product_price}</td>
{/section}
</table>