{if method_exists(shopFlexdiscountPluginHelper, 'getActiveCoupons')} {$flexdiscount_coupons = shopFlexdiscountPluginHelper::getActiveCoupons()} {/if}

[`Cart`]

{if !$cart.count}

[`Your shopping cart is empty.`]

Акции и специальные предложения товаров на главной странице помогут Вам определиться с выбором!

{if $theme_settings.logo_link}{else}{/if}[`Back to the store`]

{else}
{foreach $cart.items as $item name=foo}

{$item.product.name|escape}{if $item.sku_name && $item.sku_name != $item.product.name}
({$item.sku_name|escape}){/if}

{if !empty($item.services)} [`Additional services`] {/if}

{shop_currency($item.full_price, true)}

{if !empty($item.error)} {/if}
{/foreach} {if shopDiscounts::isEnabled('coupons')}

[`Promo code`]:

{if $coupon_code && empty($coupon_discount) && empty($flexdiscount_coupons) && empty($coupon_free_shipping)} {/if}
{/if} {if shopAffiliate::isEnabled() && !empty($add_affiliate_bonus)}

{sprintf("[`This order will add +%s bonuses to your account, which you will be able to spend on getting additional discounts later.`]", $add_affiliate_bonus)}

{/if} {if shopAffiliate::isEnabled() && $affiliate_bonus > 0}
{if $add_affiliate_bonus > 0}
{sprintf("[`This order will add +%s points to your affiliate bonus.`]", $add_affiliate_bonus)}
{/if} {sprintf('[`Your current affiliate bonus of %s points allows you to get an additonal discount of up to %s`]', $affiliate_bonus, "{shop_currency($affiliate_discount)}")} {if $use_affiliate}

[`Don’t use bonus discount`]

{else}

[`Use bonus`]

{/if}
{/if}

[`Discount`]: {shop_currency($discount, true)} [`Total`]: {shop_currency($cart.total, true)}

← {if $theme_settings.logo_link}{else}{/if}[`Back to the store`]
{if method_exists(shopStorequickorderPlugin, 'cart_button')}{shopStorequickorderPlugin::cart_button()}{/if}
{* @event frontend_cart.%plugin_id% *} {foreach $frontend_cart as $_}{$_}{/foreach}
{/if}
{$related = $wa->shop->crossSelling($cart.items, 'product_id')} {if $related} {/if}