{if $cart_content} {/if}

{$CurrentDivision.name|translate}

{if $cart_content&&!$widget_view} {/if}
{"cart_clear_cart"|translate}
{$MessageBlock} {* shopping cart *} {if $cart_content} {if $make_more_exact_cart_content}

{"cart_items_left_from_prev_session"|translate}

{/if} {if $cart_amount lt $smarty.const.CONF_MINIMAL_ORDER_AMOUNT & $cart_error_show eq 1 & !$MessageBlock}
{"cart_min_order_amount_not_reached"|translate} {$cart_min}
{/if}
{assign var="ProductsNum" value=0} {section loop=$cart_content name=i} {/section} {if $cart_discount neq ''} {/if} {if $smarty.const.CONF_DSC_COUPONS_ENABLED eq 'Y'} {/if} {if $cart_discount eq '' and $smarty.const.CONF_DSC_COUPONS_ENABLED eq 'N'} {/if}
{lbl_cart_product_quantity} {lbl_cart_products_total}
{if $cart_content[i].thumbnail_url}{else} {/if} {if !$widget_view} {if $smarty.const.CONF_ENABLE_PRODUCT_SKU&&$cart_content[i].product_code}{$cart_content[i].product_code} {/if} {$cart_content[i].name} {else} {if $smarty.const.CONF_ENABLE_PRODUCT_SKU&&$cart_content[i].product_code}{$cart_content[i].product_code} {/if} {$cart_content[i].name} {/if} {if $cart_content[i].brief_description}
{$cart_content[i].brief_description}
{/if}
{assign var="ProductsNum" value=$ProductsNum+$cart_content[i].quantity} {if $session_items}{assign var=_prdid value=$session_items[i]} {else}{assign var=_prdid value=$cart_content[i].id} {/if} {if $cart_content[i].min_order_amount}
{"prdset_minimal_order_quantity"|translate} {$cart_content[i].min_order_amount} {"str_items"|translate}
{/if}
{$cart_content[i].cost} {"btn_delete"|transcape}
{"usr_custinfo_group_discount"|translate}, {$discount_percent|string_format:'%0.1f%%'} - {$cart_discount}
{"lbl_frnt_discount_coupon"|translate}:
{"lbl_frnt_discount_coupon"|translate}: {$current_coupon} - {$coupon_discount}
{"str_total"|translate} {$cart_total}
{if ($GoogleCheckout_CheckoutButton || $PPExpressCheckout_button) && $PAGE_VIEW ne 'mobile'}

{lbl_cart_checkout_alternative}

{$GoogleCheckout_CheckoutButton} {$PPExpressCheckout_button}
{/if}
{else}

{"cart_cart_is_empty"|translate}

{/if}