This repository was archived by the owner on Apr 20, 2026. It is now read-only.
Commit 7fd7dfc
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>1 parent 75fbf82 commit 7fd7dfc
3 files changed
Lines changed: 32 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
161 | 165 | | |
162 | 166 | | |
163 | 167 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
301 | 317 | | |
0 commit comments