New Table Cell
<form method="post" action="&mvte:global:sessionurl;Screen=BASK">
<input type="hidden" name="Action" value="ADPM">
<table width="600">
<tr>
<td>Product Name</td>
<td>Attributes</td>
<td>Quantity</td>
</tr>
<mvt:foreach iterator="product" array="category_listing:products">
<tr>
<td>&mvt:product:name;</td>
<td><mvt:item name="product_attributes" param="product:id" /></td>
<td>
<input type="hidden" name="Products[ &mvt:product:id; ]:code" value="&mvte:product:code;">
<input type="text" name="Products[ &mvt:product:id; ]:quantity" value="0">
</td>
</tr>
</mvt:foreach>
</table>
<input type="submit" value="Add to Basket">
</form>