+ Zamówienie złożone pomyślnie! +
+ )} + + {cart.length === 0 ? ( +Brak produktów w koszyku
+ ) : ( + <> +| Product | +Cena | +Ilość | +|
|---|---|---|---|
| {item.title.slice(0, 24)} | +{item.price} zł | ++ updateQuantity(item.id, parseInt(e.target.value))} + style={{ width: "60px", padding: "4px", fontSize: "1rem" }} + /> + | +
+ |
+
| ID | +Customer | +Total | +Created At | +Items | +
|---|---|---|---|---|
| {order.id} | +{order.customer} | +{parseFloat(order.total).toFixed(2)} zł | +{new Date(order.created_at).toLocaleString()} | ++ {order.items && order.items.length > 0 ? ( + order.items.map((item, i) => ( + + {item.product_name} x {item.quantity} ({item.product_price} zł) + + )) + ) : ( + Brak produktów + )} + | +
Ładowanie...
} + {productsError &&{productsError}
} + {!productsLoading && !productsError && ( +