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.
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
.