shopit-back/app/Domains/Cart
ncoronel 3703ae9bcf feat: add getTotalAmount method to Cart and refactor Purchase model to utilize it 2026-07-06 15:26:41 -03:00
..
Controllers feat: add success messages for cart item operations in CartController 2026-07-02 12:06:00 -03:00
Middleware feat: implement MergeGuestCartMiddleware to merge guest cart with user cart upon authentication 2026-07-06 14:57:19 -03:00
Models feat: add getTotalAmount method to Cart and refactor Purchase model to utilize it 2026-07-06 15:26:41 -03:00
Requests feat(cart): implement cart management with add, update, and remove item functionalities 2026-06-25 10:24:45 -03:00
Resources feat: implement multi-tenant cart functionality and add image validation helper 2026-07-01 15:38:12 -03:00
Services feat: implement MergeGuestCartMiddleware to merge guest cart with user cart upon authentication 2026-07-06 14:57:19 -03:00
routes feat: implement MergeGuestCartMiddleware to merge guest cart with user cart upon authentication 2026-07-06 14:57:19 -03:00