{intl l="Your Cart"}
{ifloop rel="cartloop"} {include file="misc/checkout-progress.tpl" step="cart"} {hook name="cart.top"} {loop type="amp_cart_id" name="cartidloop"} {assign "card_id" $CART_ID} {/loop} {loop type="colissimo.maxweight.loop" name="colissimo.maxweight.loop"} {assign "maxweight" $MAX_WEIGHT} {/loop}{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"} | |
---|---|---|---|---|
{$TITLE} |
||||
{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"} |
{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} |
{$weightTotalSeller} Kg | {loop type="amp_cart_weight_postage_estimation" weight="$weightTotalSeller" name="cartitempostageestimationtest"} {assign "postageAmountEstimation" $POSTAGE_AMOUNT} {intl l="Estimated shipping seller"} {/loop} | {format_money number=$postageAmountEstimation} {assign "postageAmountTotalEstimation" $postageAmountTotalEstimation+$postageAmountEstimation} | {else}||
{intl l="Total weight exceeds colissimo %max_weight" max_weight=$maxweight} ( {$weightTotalSeller} Kg )
|
||||
{intl l="Estimated shipping "} |
{if $shippingOK == 1} {format_money number=$postageAmountTotalEstimation} {else} ---- {/if} | - | {if $shippingOK == 1} {format_money number=$postageAmountTotalEstimation} {else} ---- {/if} | |
{form name="thelia.order.coupon"} {/form} | ||||
{intl l="Discount"} | {format_money number=$discount} | |||
{intl l="Total incl. taxes"} |
{if $shippingOK == 1}
{assign var="totalAmount" value={cart attr='total_taxed_price'} + $postageAmountTotalEstimation }
{format_money number=$totalAmount}
{else}
----
{/if}
|
{intl l="Warning"}! {intl l="You have no items in your shopping cart."}
{/elseloop}
{hook name="cart.bottom"}