{intl l="Your Cart"}
{nocache} {ifloop rel="cartloop"}
1 {intl l="Your Cart"}
2 {intl l="Billing and delivery"}
3 {intl l="Check my order"}
4 {intl l="Secure payment"}
| {intl l="Product Name"} {intl l="Name"} | {intl l="Unit Price"} {intl l="Price"} | {intl l="Quantity"} {intl l="Qty"} | {intl l="Total"} {intl l="TTC"} {intl l="Total"} | |
|---|---|---|---|---|
|
{assign "cart_count" $LOOP_COUNT}
{ifloop rel='product-image'}
{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}
{currency attr="symbol"} {$PROMO_TAXED_PRICE}
{intl l="instead of"} {currency attr="symbol"} {$TAXED_PRICE}
{else}
{assign "real_price" $TAXED_PRICE}
{currency attr="symbol"} {$TAXED_PRICE}
{/if}
|
|
{currency attr="symbol"} {$real_price * $QUANTITY} |
| {intl l="Total"} {intl l="TTC"} |
{currency attr="symbol"} {cart attr="total_taxed_price"}
|
|||
{intl l="Warning"}! {intl l="You have no items in your shopping cart."}
{/elseloop}
{/nocache}