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 }} -
-
-