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() {