Viewing Carts
Customer Portal
The best way to view saved carts is through the customer portal. It can be found on your store by navigating to https://[YOUR-STORE]/a/saved-carts
. This page can be linked to from anywhere on your store.
Customer Account Extension
If you are using Shopify’s new customer accounts, you have access to the customer account extension. Refer to the Customer Accounts guide for more information.
App Embed
The alternative for displaying saved carts is the List Carts app embed. This can be used on the account page. Depending on your theme, the app embed may require using the Target ID setting to place the list. In your theme create an element with an ID attribute, and then add that ID attribute to the app embed settings.
<div id="list-saved-carts"></div>
In this example, the Target ID would be list-saved-carts
.