{ifloop rel="Cartloop"}
{if !$noHeader}
{intl l="Products"}
{intl l="Unit price"}
{intl l="Quantity"}
{intl l="Total"}
{/if} {loop type="Cart" name="Cartloop"}
{if !$noDelete} {if !$lite } {/if} {/if}
{$TITLE}
{ifloop rel="attrs"}
{loop type="attribute_combination" name="attrs" product_sale_elements=$PRODUCT_SALE_ELEMENTS_ID} {$ATTRIBUTE_AVAILABILITY_TITLE} {if $LOOP_COUNT != $LOOP_TOTAL}-{/if} {/loop}
{/ifloop}
{format_money number=$PRICE}
{if !$noQuantity}
{if $lite} {$QUANTITY} {else}
{if $STOCK <= 500} {else} {/if}
{/if}
{/if}
{format_money number=$PRICE*$QUANTITY}
{/loop} {if !$lite}
{form name="thelia.order.coupon"}
{form_hidden_fields} {form_field field='success_url'} {/form_field} {form_field field='error_url'} {/form_field} {form_field field='coupon-code'}
{intl l="Coupon"}
{if $form_error_message}{$form_error_message nofilter}{/if}
{/form_field}
{/form}
{/if} {$discount={order attr="discount"}} {if $discount}
{intl l="Discount"}
{format_money number=$discount}
{/if}
{/ifloop} {elseloop rel="Cartloop"}
{intl l="Warning"}! {intl l="You have no items in your shopping cart."}
{/elseloop}