From 821fc5d019ff49bb42c6f69c4760a9cd61aece41 Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev Date: Mon, 6 Apr 2026 11:25:34 +0700 Subject: [PATCH] Align checkout section order --- app/pages/cart.vue | 70 +++++++++++++++++----------------------------- 1 file changed, 25 insertions(+), 45 deletions(-) diff --git a/app/pages/cart.vue b/app/pages/cart.vue index cc7d1e1..b50c161 100644 --- a/app/pages/cart.vue +++ b/app/pages/cart.vue @@ -18,9 +18,6 @@ const { items: cartItems, fetchCart, selectedDeliveryAddressId, - totalPositions, - totalItems, - totalVolume, incrementQuantity, decrementQuantity, removeProduct, @@ -148,8 +145,32 @@ async function submitCart() { профиле. +

Состав заказа

+ +
+ Корзина пока пустая. Добавьте товар из каталога. +
+ + +
-

Адрес доставки

+

Информация о доставке

Загружаем адреса... @@ -182,47 +203,6 @@ async function submitCart() {
-

Позиции

- -
- Корзина пока пустая. Добавьте товар из каталога. -
- - - -
- -
-
- Позиций - {{ totalPositions }} -
-
- Количество, шт. - {{ totalItems }} -
-
- Суммарный объем - {{ totalVolume }} -
-
-