Files
new.rybstock.ru/views/pages/cart.php
T
2026-06-05 15:52:20 +03:00

44 lines
2.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<section class="cart-page" data-cart-page>
<div class="cart-hero">
<p class="eyebrow">Ваш заказ</p>
<h1>Корзина</h1>
<p>Цены пересчитываются автоматически: наличными от 20 000р. действует -5%, от 50 000р. -7%, QR-код показывает базовую цену, расчетный счет показывает +8%.</p>
</div>
<div class="cart-layout">
<section class="cart-items-panel">
<div class="section-heading">
<div>
<p class="eyebrow">Товары</p>
<h2>Выбранные позиции</h2>
</div>
<a class="subtle-link" href="/catalog">Добавить товары</a>
</div>
<p class="cart-empty" data-cart-empty>Корзина пока пустая. Перейдите в каталог и добавьте нужные фасовки.</p>
<div class="cart-items" data-cart-items></div>
</section>
<aside class="cart-summary">
<p class="eyebrow">Расчет</p>
<h2>Итого</h2>
<dl>
<div>
<dt>Базовая сумма</dt>
<dd data-cart-base-total>0 руб.</dd>
</div>
<div>
<dt>Текущий режим</dt>
<dd data-cart-current-mode>Наличные</dd>
</div>
<div class="cart-summary-total">
<dt>Сумма к расчету</dt>
<dd data-cart-current-total>0 руб.</dd>
</div>
</dl>
<p>Окончательная сумма весовых товаров подтверждается менеджером после проверки фактического веса и наличия.</p>
<a class="primary-button cart-summary-action" href="/contacts">Связаться по заказу</a>
</aside>
</div>
</section>