{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"} | |
---|---|---|---|---|
{assign var="product_image_url" value=null}
{ifloop rel="pse-first-image"}
{loop type="product-sale-elements-image" name="pse-first-image" product_sale_elements_id=$PRODUCT_SALE_ELEMENTS_ID limit="1"}
{loop type="image" name="product-image" id=$PRODUCT_IMAGE_ID product=$PRODUCT_ID limit="1" width="118" height="85" force_return="true"}
{assign var="product_image_url" value=$IMAGE_URL}
{/loop}
{/loop}
{/ifloop}
{elseloop rel="pse-first-image"}
{loop type="image" name="product-image" product=$PRODUCT_ID limit="1" width="118" height="85" force_return="true"}
{assign var="product_image_url" value=$IMAGE_URL}
{/loop}
{/elseloop}
{if $product_image_url}
![]() |
{$TITLE}{intl l="Remove"} |
{format_money number=$REAL_TAXED_PRICE}
{if $IS_PROMO == 1}
{intl l="instead of"} {format_money number=$TAXED_PRICE}
{/if}
|
|
{format_money number=$REAL_TOTAL_TAXED_PRICE} |
{format_money number=$postage} | - | {format_money number=$postage} | ||
{form name="thelia.order.coupon"} {/form} | ||||
{intl l="Discount incl. taxes"} | -{format_money number=$discount} | |||
{intl l="Total incl. taxes"} |
{format_money number={cart attr='total_taxed_price'} + $postageAmount}
|
{intl l="Warning"}! {intl l="You have no items in your shopping cart."}
{/elseloop}
{hook name="cart.bottom"}