- - {item.product.name} - - {item.product.size_label} · {formatChf(item.product.price_cents)} - - + {cart.items.map((item) => { + const productName = item.product.name; - - updateCartQuantity(item.product_id, item.quantity - 1)} - > - − - - {item.quantity} - updateCartQuantity(item.product_id, item.quantity + 1)} - > - + - - + return ( + + + {productName} + + {item.product.size_label} · {formatChf(item.product.price_cents)} + + - removeCartItem(item.product_id)} - > - Entfernen - - - ))} + + updateCartQuantity(item.product_id, item.quantity - 1)} + > + − + + {item.quantity} + updateCartQuantity(item.product_id, item.quantity + 1)} + > + + + + + + removeCartItem(item.product_id)} + > + Entfernen + +
+ + {productName} + + {item.product.size_label} · {formatChf(item.product.price_cents)} + + - removeCartItem(item.product_id)} - > - Entfernen - -