{if !empty($settings.is_dadata)} {/if} {if !empty($settings.sticky)} {/if} {if !$cart.count}

[`Your shopping cart is empty.`]

{else}
{if $settings.mode != 'only_checkout'}
{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}

{if $discount!=0}[`Discount`]: {shop_currency($discount, true)}{/if} [`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} {include file=$checkout_path}
{/if}