{intl l="Your Cart"}

{nocache} {ifloop rel="cartloop"} {loop type="cart" name="cartloop"} {/loop}
  {intl l="Name"} {intl l="Price"} {intl l="Qty"} {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"} Product #{$cart_count} {/loop} {/ifloop} {elseloop rel="product-image"} {images file='assets/img/product/1/118x85.png'}Product #{$cart_count}{/images} {/elseloop}

{$TITLE}

{intl l="Available"} :
{if $STOCK > 0}
{intl l="In Stock"}
{else}
{intl l="Out of Stock"}
{/if}
{intl l="No."}
{$REF}
{loop type="attribute_combination" name="product_options" product_sale_elements="$PRODUCT_SALE_ELEMENTS_ID"}
{$ATTRIBUTE_TITLE}
{$ATTRIBUTE_AVAILABILITY_TITLE}
{/loop}
{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="Continue Shopping"} {intl l="Proceed checkout"} {/ifloop} {elseloop rel="cartloop"}
{intl l="Warning"}! {intl l="You have no items in your shopping cart."}
{/elseloop} {/nocache}