-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add possibility to set custom properties to cart item (#143)
* Introduce setCustomProperties to CartItem which makes it possible to use $params in Cart::addItem * Introduce setCustomProperties to CartItem which makes it possible to use $params in Cart::addItem * Fixes review comment in AbstractCart.php Co-authored-by: Sebastian Blank <sebastian.bl@gmx.de> * Remove method declaration from CartItemInterface * adding some docs * Added more details to 11_Cart_Manager.md --------- Co-authored-by: Sebastian Blank <sebastian.bl@gmx.de> Co-authored-by: Christian Fasching <fashxp@users.noreply.github.com>
- Loading branch information
1 parent
75fbf82
commit 7fd7dfc
Showing
3 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters