...
Info |
---|
What can JSMA carts do for me?The JSMA carts provides access to the current cart (JSMA cart) of the session and allows to reset it. |
...
Returns the current cart (JSMA cart). Will create a cart object if none was created before internally.
...
Retrieves a cart (specified by uuid) and returns it as a JSMA cart.
Example
Code Block | ||||
---|---|---|---|---|
| ||||
... carts.findByUuid(uuid) // => JSMA cart ... |
...