Guides
These docs are for v1.13.1. Click to read the latest docs for v2.0.0.

Basket

Documentation for the Merchello Basket object

πŸ“˜

CustomerItemCacheBase classes

Basket, WishList and SalePreparation

Accessing a customer basket

The basket is accessed through an extension method off of the CurrentCustomer property of the CustomerContext.

var basket = CustomerContext.CurrentCustomer.Basket();