Anton | fix: настройка cart
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
<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-metrics">
|
||||
<div class="premium-metric">
|
||||
<strong><?php esc_html_e( '1 экран', 'twentytwentyfour' ); ?></strong>
|
||||
<span><?php esc_html_e( 'чтобы проверить весь заказ', 'twentytwentyfour' ); ?></span>
|
||||
@@ -74,37 +74,15 @@
|
||||
<strong><?php esc_html_e( 'быстро', 'twentytwentyfour' ); ?></strong>
|
||||
<span><?php esc_html_e( 'переход к оформлению в один клик', 'twentytwentyfour' ); ?></span>
|
||||
</div>
|
||||
</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>
|
||||
<div class="premium-note-row">
|
||||
<div class="premium-note-card">
|
||||
<span><?php esc_html_e( 'Перед оформлением', 'twentytwentyfour' ); ?></span>
|
||||
<strong><?php esc_html_e( 'Убедитесь, что в корзине выбраны нужные объемы воды и подходящее количество бутылей', 'twentytwentyfour' ); ?></strong>
|
||||
</div>
|
||||
<div class="premium-note-card">
|
||||
<span><?php esc_html_e( 'Быстрый переход', 'twentytwentyfour' ); ?></span>
|
||||
<strong><?php esc_html_e( 'После проверки корзины вы можете сразу перейти к оформлению заказа и выбрать удобное время доставки', 'twentytwentyfour' ); ?></strong>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cart-trust-grid">
|
||||
<div class="cart-trust-card">
|
||||
<span><?php esc_html_e( 'Бесплатная доставка', 'twentytwentyfour' ); ?></span>
|
||||
<strong><?php esc_html_e( 'Добавьте еще позиции и увеличьте шанс получить бесплатную доставку по вашей зоне', 'twentytwentyfour' ); ?></strong>
|
||||
</div>
|
||||
<div class="cart-trust-card">
|
||||
<span><?php esc_html_e( 'Обмен тары', 'twentytwentyfour' ); ?></span>
|
||||
<strong><?php esc_html_e( 'Если есть пустые бутыли, мы учтем обмен при следующем шаге оформления', 'twentytwentyfour' ); ?></strong>
|
||||
</div>
|
||||
<div class="cart-trust-card">
|
||||
<span><?php esc_html_e( 'Полезные дополнения', 'twentytwentyfour' ); ?></span>
|
||||
<strong><?php esc_html_e( 'К заказу воды можно добавить помпы, стаканы и кулеры прямо из рекомендаций WooCommerce', 'twentytwentyfour' ); ?></strong>
|
||||
</div>
|
||||
// <?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>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="premium-stack reveal reveal-delay-1">
|
||||
|
||||
Reference in New Issue
Block a user