885 B
885 B
F-192 — Simplify storefront net price VAT label
Render price copy as amount sin IVA plus rate, removing the separator and duplicated IVA word.
Scope
- In all storefront product views (product detail page, cart, search results, category listings), the net price display currently shows "X,XX € (IVA Y%)" or similar variants.
- Replace the display with a simpler pattern: "X,XX € sin IVA (Y%)" — remove separator and duplicate "IVA" word.
- Update all locales (Spanish primary, any others present).
- If the component is shared (e.g.,
PriceDisplaycomponent), fix it once and it propagates everywhere.
Out of scope
- Backend price calculation changes.
- Changes to admin price display.
Acceptance
- All storefront product price labels show "X,XX € sin IVA (Y%)" format.
- No duplicate "IVA" word in the label.
verify.shgreen, frontend typecheck green.