[comment]
ui_component: cart_display
ui_component_type: content
ui_component_group: info
ui_component_label: Smaller cart for display in content area

[/comment]

<!-- BEGIN COMPONENT [control component cart_display] -->
[if items]
<center>
  <table width="95%" border="0" cellspacing="0" cellpadding="0">
		<TR class="contentbar2" VALIGN=TOP>
                        <td align=center class="contentbar2">Action</td>
                        <td class="contentbar2"> 
                          SKU
                        </td>
                        <td class="contentbar2"> 
                          Description
                        </td>
                        <td class="contentbar2"> 
                          Quantity
                        </td>
                        <td class="contentbar2"> 
                          Price
                        </td>
                        <td class="contentbar2"> 
                          Extension
                        </td>
		</TR>
	<TBODY>
[item-list]

<tr class="[item-alternate 2]maincontent[else]contentbar1[/else][/item-alternate]">
	<td align=center valign=top>
	  [page ord/basket]edit</A>
	</TD>
	<td valign=top>[item-sku]</TD>
	<td valign=top>[page [item-sku]][item-data products description]</A></TD>

	[if-item-modifier gift_cert]
	<TD ALIGN=CENTER><small>Amount of gift:</small></TD>
	<TD ALIGN=CENTER>[item-quantity]</TD>
	<TD ALIGN=right>
			[item-subtotal]
	</TD>
	[else]
	<TD ALIGN=CENTER>[item-quantity]</TD>
	<TD ALIGN=right>
			[item-price]
	</TD>
	<TD ALIGN=right>
			[item-subtotal]
	</TD>
[/else]
[/if-item-modifier]
</TR>

[/item-list]
</TBODY>
</table>
</FORM>
</center>
[/if]

<!-- END COMPONENT [control component cart_display] -->
