-
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Is your feature request related to a problem? Please describe.
We currently only support using the REST API for dealing with the cart. This may be insufficient for more complex shops where custom functionality needs to be combined with it.
Describe the solution you'd like
Implement facades and helper methods for managing the cart.
Additional context
Possibly also allow configuring whether the REST api should be enabled at all.
Implement facade methods for
- Getting the cart summary
- Getting the current cart count
- Clearing the cart
- Adding a cart item
- Updating the quantity of a cart item
- Removing a cart item
- Applying a discount coupon
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request