Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languagejs
linenumberstrue
...
carts.findByUuid(uuid) // => JSMA cart
...

...