j-r
6/30/2015 - 10:11 PM

Header Row

Header Row

<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>Quantity</td>
      </tr>
      <mvt:foreach iterator="product" array="category_listing:products">
      <tr> 
      <td>&mvt:product:name;</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>