{intl l="Your Cart"}
{ifloop rel="cartloop"} {include file="misc/checkout-progress.tpl" step="cart"}| {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}
{$PROMO_TAXED_PRICE} {currency attr="symbol"}
{intl l="instead of"} {$TAXED_PRICE} {currency attr="symbol"}
{else}
{assign "real_price" $TAXED_PRICE}
{$TAXED_PRICE} {currency attr="symbol"}
{/if}
|
|
{$real_price * $QUANTITY} {currency attr="symbol"} |
| {$postage} {currency attr="symbol"} | - | {$postage} {currency attr="symbol"} | ||
| {intl l="Total incl. taxes"} |
{assign var="totalAmount" value={cart attr='total_taxed_price_without_discount'} + $postageAmount }
{$totalAmount} {currency attr="symbol"}
|
|||
{intl l="Warning"}! {intl l="You have no items in your shopping cart."}
{/elseloop}