Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Method Signature Cart getCartInstance();
Description
This method retrieves the cart associated with this customer. It handles all the cookie setup, new cart creation, existing cart retrieval, etc. If it is called more than once on a page then it will return the global cart variable that has already been initialized.
Parameters None
Result Cart - the customer's shopping cart.

  • No labels