<%- include('partials/layout-start') %>

Корзина

<% if (error) { %>

<%= error %>

<% } %> <% if (promoOk) { %>

<%= promoOk %>

<% } %> <% if (promoErr) { %>

<%= promoErr %>

<% } %> <% if (!items.length) { %>

Корзина пуста. Перейти в каталог

<% } else { %>
<% items.forEach(item => { %> <% }) %>
Товар Цена Кол-во Сумма
<% if (item.image_url) { %> <% } %> <%= item.name %> <%- include('partials/product-price', { product: item, forceOnSale: item.on_sale, forceEffective: item.effective_price_cents, priceSize: 'sm' }) %> <%= formatPrice(item.line_total) %>

Промокод

<% if (pricing.promo) { %>

<%= pricing.promo.code %> <% if (pricing.promo.description) { %> — <%= pricing.promo.description %><% } %>

Скидка: −<%= formatPrice(pricing.promoDiscount) %>

До конца акции:
<% } else { %>
<% } %>
<% if (user) { %>

Баллы лояльности

На счёте: <%= pricing.loyaltyBalance %> баллов (1 балл = 1 коп.)

<% if (pricing.pointsEarned > 0) { %>

За этот заказ начислим: +<%= pricing.pointsEarned %> баллов

<% } %> <% if (pricing.loyaltyDiscount > 0) { %>

Списано: −<%= formatPrice(pricing.loyaltyDiscount) %> (<%= pricing.loyaltyPointsUsed %> баллов)

<% } else if (pricing.loyaltyBalance > 0) { %>
<% } %>
<% } %>
Товары
<%= formatPrice(pricing.subtotal) %>
<% if (pricing.promoDiscount > 0) { %>
Промокод
−<%= formatPrice(pricing.promoDiscount) %>
<% } %> <% if (pricing.loyaltyDiscount > 0) { %>
Лояльность
−<%= formatPrice(pricing.loyaltyDiscount) %>
<% } %>
К оплате
<%= formatPrice(pricing.total) %>
<% if (user) { %> Оформить заказ <% } else { %>

Войдите, чтобы оформить заказ.

<% } %>
<% } %> <%- include('partials/layout-end') %>