79e721ae63
refactor(checkout): disable purchase item editing
2026-08-21 11:03:48 -03:00
c8ce3b0da3
feat(checkout): enforce editing policy on items
2026-08-20 10:56:19 -03:00
014b5bb012
feat(cart): implement cart editing policies and update related functionality
2026-08-19 10:15:37 -03:00
8e26611097
feat: add display_cart_item_images feature to tenants and update related resources
2026-08-18 16:46:45 -03:00
7c2880646f
refactor(cart): simplify CartItemResource response structure to prioritize selected variant details
2026-08-18 09:05:50 -03:00
4817cb28fe
refactor(cart): update CartItemResource to serialize only selected variant and remove unused variant data
2026-08-18 09:02:45 -03:00
97995ae728
feat(catalog): replace selectionOptions with selectorOptions to filter hidden attributes
2026-08-13 08:30:03 -03:00
02cf3f3773
Add tests for ticket validity and event date formatting
...
- Create TicketValiditySchemaTest to verify database schema for ticket validity.
- Update CatalogModelsTest to include tests for event date attributes and selection options.
- Introduce EventDateTextFormatterTest for formatting event dates in Spanish.
- Refactor EventModelsTest to include validity time relationships.
- Add SaleDetailResourceTest to ensure correct serialization of purchase items.
- Enhance TicketTest with validity time checks and status management.
- Implement ValidityTimeResourceTest to validate resource output for different validity types.
- Add ValidityTimeTest to verify casting and validity checks for validity time types.
2026-08-11 12:41:35 -03:00
29a2ca19a3
refactor(catalog): Complete catalog refactor to simplify its data model and its querying.
...
source commits: refactor/catalog
2026-07-21 09:23:19 -03:00
6fc6ed1fac
feat: refactor cart and purchase handling to support polymorphic buyable types and improve code readability
2026-07-16 09:55:38 -03:00
c05206cc51
feat: refactor cart item handling to use mapped buyable types and improve method signatures
2026-07-16 09:19:38 -03:00
480ee70393
feat: refactor cart and bundle handling to support Buyable interface for improved flexibility
2026-07-16 09:19:03 -03:00
4943e68606
feat: implement multi-tenant cart functionality and add image validation helper
2026-07-01 15:38:12 -03:00
a79f58d520
feat: implement cart service and resource to manage user and guest shopping carts
2026-07-01 14:56:12 -03:00
fdeba7540b
feat: refactor product variant handling to use product pricing and remove unnecessary fields
2026-06-30 15:58:19 -03:00
492c6c4ac2
feat(cart): implement cart management with add, update, and remove item functionalities
2026-06-25 10:24:45 -03:00