        <table cellspacing="0" cellpadding="5" border="0" width="100%">
        <TR class="contentbar2">
          <td class="contentbar2">&nbsp;<b>[L]Remove[/L]</b></td>
          <td class="contentbar2" align="center"><b>[L]SKU[/L]</b></td>
          <td class="contentbar2"><b>[L]Description[/L]</b></td>
          <td class="contentbar2"><b>[L]Quantity[/L]</b></td>
          <td class="contentbar2" align="center"><b>[L]Price[/L]</b></td>
          <td class="contentbar2"><b>[L]Extension[/L]&nbsp;</b></td>
        </TR>
        <TBODY>

        [if items]
        [then]
        [item-list modular=1]

        <TR class="[item-alternate 2]maincontent[else]contentbar1[/else][/item-alternate]">
          <TD align=center valign=top>
            <INPUT TYPE=checkbox NAME="[quantity-name]" onClick="this.form.action='[process]', this.form.submit()" VALUE=0>
          </TD>
          <TD><b>[item-sku]</b></TD>
          <TD>[page [item-sku]]<b>[item-description]</b></a>

            [if scratch dealer]
            [if-item-data pricing sku]
              <BR>[page quantity [item-code]]
              [L]QUANTITY PRICING[/L]</A>
            [/if-item-data]
            [/if]

            [table-organize cols=4 table=' ' font="size=1" pretty=1]
               [item-options td=1 label=1 bold=1 price=1]
            [/table-organize]

            [if-item-field weight]
            [seti weight][summary amount=`[item-quantity] * [item-field weight]`][/seti]
            [/if-item-field]
          </TD>
          <TD ALIGN=CENTER valign=top>
            <INPUT TYPE=text NAME="[quantity-name]" VALUE="[item-quantity]" SIZE=3>
          </TD>
          <TD ALIGN=RIGHT>
            [item-discount-price]
            [if discount [item-code]]<BR>[msg arg.0="[item-discount]"]Item is discounted %s[/msg][/if]
          </TD>
          <TD ALIGN=RIGHT>[item-subtotal]</TD>
        </TR>

        [if session logged_in]
        <TR class="[item-alternate 2]maincontent[else]contentbar1[/else][/item-alternate]">
          <TD ALIGN=CENTER COLSPAN=2 VALIGN=TOP>
            [if value separate_addresses]
            [page href="@@MV_PAGE@@" form="
                separate_addresses=0
                mv_action=return
            "][L]Same shipping address[/L]</A><br>
            [page href="ord/basket" form="edit_addresses=1"][L]Edit address[/L]</A><br>
            [page href="ship_addresses" form="ui_return_to=@@MV_PAGE@@"][L]Add address[/L]</A>
            [else]
            [page href="@@MV_PAGE@@" form="
                separate_addresses=1
                mv_action=return
            "][L]Separate shipping[/L]</A>
            [/else]
            [/if]
          </td>
          <TD COLSPAN=4 VALIGN=TOP>
            [if value separate_addresses]
            <PRE>[item-modifier mv_ad]</pre>
            [/if]&nbsp;
          </td>
        </TR>
        [/if]

        [/item-list]
        [/then]
        [else]
        <TR>
          <TD ALIGN=CENTER COLSPAN=6 class="contentbar2">
            [L]No items at the moment.[/L]
          </TD>
        </TR>

        [/else]
        [/if]
        </table>

        <br>

        <table border="0" cellspacing="0" cellpadding="0" width="75%">
        <TR>
          <td align="left">
                        [if items]
            <INPUT TYPE=image VALUE="Refresh" src="__THEME_IMG_DIR__recalculate_button.gif" border=0>
                        [/if]
          </td>
          <td align="right">
            <table align="center" cellspacing="0" border="0">
            <tr>
              <TD ALIGN=left class="contentbar1">[L]Subtotal[/L]: </TD>
              <TD ALIGN=RIGHT class="contentbar1">[subtotal]</TD>
            </TR>
		[if config Levies]
			[levies recalculate=1 hide=1]
                        [levy-list]
            <TR>
              <TD ALIGN=left class="contentbar1">[levy-param label]:</TD>
              <TD ALIGN=RIGHT class="contentbar1">[levy-param cost]</TD>
            </TR>
                        [/levy-list]
		[else]
            <TR>
              <TD ALIGN=left class="contentbar1">[L]Sales Tax[/L]:</TD>
              <TD ALIGN=RIGHT class="contentbar1">[salestax]</TD>
            </TR>
            <TR>
              <TD ALIGN=left class="contentbar1">[L]Shipping[/L]:</TD>
              <TD ALIGN=RIGHT class="contentbar1">[shipping]</TD>
            </TR>
			[if value mv_handling]
            <TR>
              <TD ALIGN=left class="contentbar1">[L]Handling[/L]:</TD>
              <TD ALIGN=RIGHT class="contentbar1">[handling]</TD>
            </TR>
			[/if]
		[/else]
		[/if]
            <TR>
              <TD ALIGN=left class="contentbar2">[L]TOTAL[/L]:</TD>
              <TD ALIGN=RIGHT class="contentbar2">[total-cost]</TD>
            </tr>
            </table>
          </td>
        </tr>
        </table>
