The Cart

The Cart is where products are logged as a customer moves around your store. Therefore every Shop has a Cart. If you want to display a list of what the customer is about to order, you display the Cart. However, you do not need to display this like a traditional e-commerce shopping cart. As with anything in Perch the way things look is up to you.

Cart Template Tags & Functions

The template tags used to display items in the cart can be found in the template reference. If you do not create your own template then the default template installed with the App will be used.

There are also a number of helper functions to use to interact with the cart and build up your cart page

Cart examples

We have some example snippets for common scenarios. See the Examples section for more.