{* *}{strip} {* *} {if !empty($ajax)} {include 'mod-cart-informer.htm'} {else} {* *}

{if !empty($cart_products_num)} В корзине {$cart_products_num} товаров {else} Корзина пуста {/if}

{* *} {if !empty($cart_products)} {* *} {$dlv_sum = 0} {capture name=deliveries} {if !empty($delivery_methods)} {$currentId = $delivery_method_id|default:0}

Выберите способ доставки:

{/if} {/capture} {* *}
{$total = 0} {foreach $cart_products as $item} {$price = $item->discount_price} {$amount = $item->amount} {$sum = $amount * $price} {$total = $total + $sum} {* *} {* *} {* *} {* *} {* *} {* *} {/foreach} {* *} {$price = $cart_total_price|default:0} {$discount = $helper->priceForScreen($price - $total)} {if $discount != 0} {/if} {* *} {if $dlv_sum != 0} {/if} {* *}
{name} {**} {**} {inputValue from='item->variant_name'} {$helper->priceForScreen($price)} {sign} {$helper->priceForScreen($sum)} {sign}
Скидка {$discount} {sign}
Доставка {$helper->priceForScreen($dlv_sum)} {sign}
{if !empty($coupon_error)}
{if $coupon_error == 'invalid'}Купон недействителен{/if}
{/if}
{if !empty($coupon_min_order_price)} (купон NNNN действует для заказов от 0 {sign}) {/if}
{if !empty($coupon_discount)} −{$coupon_discount} {sign} {/if}
{* *}
Итого {$helper->priceForScreen($price + $dlv_sum)} {sign}
{* *} {$smarty.capture.deliveries}

Адрес получателя

{* *} {if !empty($error)}
{$error}
{/if}
{if !empty($settings->cart_captcha_protecting)}
{/if}
{* *}
{else}

В корзине нет товаров.

{/if} {* *} {$title = 'Корзина' scope=global} {$description = '' scope=global} {$keywords = '' scope=global} {$canonical = '' scope=global} {$meta = '' scope=global} {/if} {/strip}