6844ab7af9
feat(cart): update CartItemResource to use visibleVariants method with included variant ID; enhance variant filtering logic
2026-08-10 13:59:45 -03:00
c6351d706f
feat(cart): enhance item update functionality to support variant changes and stock management; update related request validation and resource formatting; add tests for variant handling in cart
2026-08-10 12:08:09 -03:00
f578c6e24a
feat(cart): implement user purchase limit validation for cart items and add related tests
2026-08-06 16:43:04 -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
10157d7c63
feat: Implement inventory policy for product variants
...
- Introduced InventoryPolicy enum to manage tracked and unlimited inventory types.
- Updated ProductVariant model to include inventory_policy and cantidad_vendida attributes.
- Modified addItem and updateItem methods in Cart to check available quantity based on inventory policy.
- Added migration to include inventory_policy and cantidad_vendida in productos_variantes table.
- Enhanced tests to validate inventory behavior for both tracked and unlimited policies.
- Updated various request and resource classes to handle new inventory fields.
2026-07-16 08:36:59 -03:00
b94efea4e0
feat: update maximum quantity error message in Cart model and test
2026-07-03 08:44:49 -03:00
a95cfc780b
feat: implement user registration functionality with validation and response handling
2026-07-02 12:23:50 -03:00
6a0b08c9d7
feat: implement multi-tenant cart system with stock reservation and inventory tracking
2026-07-01 16:21:53 -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
4aedf7ca86
feat: add tenant success color
2026-07-01 11:55:08 -03:00
18504594eb
feat: implement product creation workflow with variants, attribute definitions, and validation logic
2026-06-29 11:02:04 -03:00
6efda4727f
feat: implement product attribute options with database migration, resource, and validation requests
2026-06-29 09:48:56 -03:00
31b65eb676
feat: implement full CRUD support and database schema for multi-tenant architecture
2026-06-26 16:57:59 -03:00
492c6c4ac2
feat(cart): implement cart management with add, update, and remove item functionalities
2026-06-25 10:24:45 -03:00