{intl l="Your Cart"}
{ifloop rel="cartloop"} {include file="misc/checkout-progress.tpl" step="cart"} {hook name="cart.top"}{intl l="Product Name"} {intl l="Name"} | {intl l="Unit Price incl. taxes"} {intl l="Price"} | {intl l="Quantity"} {intl l="Qty"} | {intl l="Total incl. taxes"} {intl l="Total"} | |
---|---|---|---|---|
{ifloop rel='product-image'}
{assign "cart_count" $LOOP_COUNT}
{loop type="image" name="product-image" product=$PRODUCT_ID limit="1" width="118" height="85" force_return="true"}
|
{$TITLE}{intl l="Remove"} |
{if $IS_PROMO == 1}
{assign "real_price" $PROMO_TAXED_PRICE}
{assign "real_total_price" $TOTAL_PROMO_TAXED_PRICE}
{format_money number=$PROMO_TAXED_PRICE}
{intl l="instead of"} {format_money number=$TAXED_PRICE}
{else}
{assign "real_price" $TAXED_PRICE}
{assign "real_total_price" $TOTAL_TAXED_PRICE}
{format_money number=$TAXED_PRICE}
{/if}
|
|
{format_money number=$real_total_price} |
{format_money number=$postage} | - | {format_money number=$postage} | ||
{form name="thelia.order.coupon"} {/form} | ||||
{intl l="Discount"} | {format_money number=$discount} | |||
{intl l="Total incl. taxes"} |
{assign var="totalAmount" value={cart attr='total_taxed_price'} + $postageAmount }
{format_money number=$totalAmount}
|
{intl l="Warning"}! {intl l="You have no items in your shopping cart."}
{/elseloop}
{hook name="cart.bottom"}