# Q‑Shop v1.1.2 — Release Notes Release date: 2025‑08‑23 ## Summary Adds a new Service product type and full support for free (0‑price) items, including end‑to‑end checkout without sending a payment transaction. ## Changes - Product types - New: Service — intended for paid services (no goods delivered). - Checkout logic treats Service like Digital (no shipping section when the cart contains only Digital/Service items). - Free/0‑price items - Product creation/editing accepts 0 as a valid price (QORT and supported coins). - Cart/Checkout displays 0 amounts and correctly computes totals. - When the order total is 0, payment is skipped; the order is still created and a Q‑Mail notification is sent to the seller. - Validation updated to allow 0; negative prices remain blocked. - Minor UI/logic tweaks - Total and per‑item price UI now renders when the amount is 0. ## Notes - Backward compatible: existing products are unaffected. - Build: `npm ci && npm run build`. Output in `dist/`.