Anton | fix: настройка cart
This commit is contained in:
@@ -263,6 +263,13 @@ body:is(.test1-checkout-page, .test1-cart-page) {
|
||||
letter-spacing: -0.04em;
|
||||
color: var(--premium-navy);
|
||||
}
|
||||
h2 {
|
||||
margin: 14px 0 10px;
|
||||
font-family: "Manrope", sans-serif;
|
||||
font-size: clamp(28px, 4.2vw, 42px);
|
||||
line-height: 1.08;
|
||||
letter-spacing: -0.03em;
|
||||
}
|
||||
|
||||
.premium-timeline {
|
||||
display: grid;
|
||||
|
||||
@@ -58,28 +58,11 @@
|
||||
<div class="checkout-shell">
|
||||
<div class="hero-copy checkout-intro reveal">
|
||||
<span class="eyebrow"><?php esc_html_e( 'Ваш заказ', 'twentytwentyfour' ); ?></span>
|
||||
<div class="premium-kicker"><?php esc_html_e( 'Проверка заказа', 'twentytwentyfour' ); ?></div>
|
||||
<h1 class="hero-title"><?php esc_html_e( 'Корзина', 'twentytwentyfour' ); ?> <span><?php esc_html_e( 'для доставки воды в Севастополе', 'twentytwentyfour' ); ?></span></h1>
|
||||
<p class="hero-text"><?php esc_html_e( 'Проверьте товары в корзине перед оформлением: количество бутылей, объем воды, итоговую стоимость и дополнительные позиции. После этого можно быстро перейти к оформлению доставки на дом или в офис.', 'twentytwentyfour' ); ?></p>
|
||||
{# <div class="premium-metrics">
|
||||
<div class="premium-metric">
|
||||
<strong><?php esc_html_e( '1 экран', 'twentytwentyfour' ); ?></strong>
|
||||
<span><?php esc_html_e( 'чтобы проверить весь заказ', 'twentytwentyfour' ); ?></span>
|
||||
</div>
|
||||
<div class="premium-metric">
|
||||
<strong><?php esc_html_e( 'гибко', 'twentytwentyfour' ); ?></strong>
|
||||
<span><?php esc_html_e( 'можно обновить количество и купоны', 'twentytwentyfour' ); ?></span>
|
||||
</div>
|
||||
<div class="premium-metric">
|
||||
<strong><?php esc_html_e( 'быстро', 'twentytwentyfour' ); ?></strong>
|
||||
<span><?php esc_html_e( 'переход к оформлению в один клик', 'twentytwentyfour' ); ?></span>
|
||||
</div>
|
||||
</div> #}
|
||||
|
||||
<div class="hero-actions">
|
||||
<a class="ghost-button" href="<?php echo esc_url( home_url( '/test1/#catalog' ) ); ?>"><?php esc_html_e( 'Добавить еще товары', 'twentytwentyfour' ); ?></a>
|
||||
// <?php if ( function_exists( 'wc_get_checkout_url' ) ) : ?>
|
||||
// <a class="button" href="<?php echo esc_url( wc_get_checkout_url() ); ?>"><?php esc_html_e( 'Оформить заказ', 'twentytwentyfour' ); ?></a>
|
||||
// <?php endif; ?>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -88,8 +71,7 @@
|
||||
<div class="premium-stack reveal reveal-delay-1">
|
||||
<aside class="glass-card premium-aside premium-aside-cart">
|
||||
<div class="premium-aside-head">
|
||||
<span class="eyebrow eyebrow-inverse"><?php esc_html_e( 'Что проверить', 'twentytwentyfour' ); ?></span>
|
||||
<h2><?php esc_html_e( 'Подготовьте корзину к оформлению', 'twentytwentyfour' ); ?></h2>
|
||||
<h2><?php esc_html_e( 'Подготовьте корзину к оформлению', 'twentytwentyfour' ); ?></h2>
|
||||
</div>
|
||||
<div class="premium-timeline">
|
||||
<div class="premium-timeline-item">
|
||||
@@ -105,16 +87,7 @@
|
||||
<span><?php esc_html_e( 'Перейдите к оформлению заказа и укажите адрес доставки воды по Севастополю', 'twentytwentyfour' ); ?></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="premium-badge-grid">
|
||||
<div class="premium-badge-card">
|
||||
<span><?php esc_html_e( 'Популярный заказ', 'twentytwentyfour' ); ?></span>
|
||||
<strong><?php esc_html_e( 'Вода 19 литров для кулеров дома и в офисе', 'twentytwentyfour' ); ?></strong>
|
||||
</div>
|
||||
<div class="premium-badge-card">
|
||||
<span><?php esc_html_e( 'Дополнительно', 'twentytwentyfour' ); ?></span>
|
||||
<strong><?php esc_html_e( 'Питьевая и минеральная вода в компактных форматах для кухни, гостей и переговорных', 'twentytwentyfour' ); ?></strong>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="cart-side-note">
|
||||
<p><?php esc_html_e( 'После проверки состава заказа вы сразу увидите итоговую сумму, стоимость доставки по вашей зоне и сможете перейти к оформлению без лишних шагов.', 'twentytwentyfour' ); ?></p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user