Skip to content

Customer Lists

What This Is

Customer Lists are saved product lists that a customer can build, share, and reuse later. They help shoppers keep track of products they want to quote, review, or order again.

When You Would Use It

Use Customer Lists when you need to:

  • save a group of products for later
  • share a list with someone else
  • keep a private shopping or quote list
  • export the list as a PDF
  • move old wishlist content into the newer list flow

Do not use a Customer List if you only need to browse products once. Use the cart or catalog instead.

Before You Start

Before you create or edit a list, make sure:

  • you are signed in
  • you know whether the list should stay private or be shared
  • you know which products should be added first

How To Use It In The Storefront

  1. Open My Account and go to Lists.
  2. Create a new list.
  3. Give the list a name.
  4. Add products to the list from a product page or from the cart.
  5. Open the list later to rename it, share it, or download it.
  6. If you want someone else to view it, switch it to public and copy the share link.

What It Changes In The Storefront

Customer Lists affect:

  • what products a shopper can save for later
  • whether a list can be shared outside the account owner
  • whether the list can be downloaded as a PDF
  • whether a list can be reused as a quote or follow-up workflow

Common Tasks

Create a new list

Use this when you want a fresh private list for a project or purchase.

Add products to a list

Use the add-to-list action from product pages or cart items.

Rename a list

Use this when the project or use case changes.

Share a list

Switch the list to public and copy the share link.

Download a list

Use the PDF download from the list page.

Reuse old wishlist content

Some older saved products can be moved into a customer list.

Rules, Limits, And Things To Watch

  • Private lists stay tied to the account owner.
  • Public lists can be opened through a share link.
  • If a list looks missing, it may be private or not owned by the current user.
  • The quote/open flow is a follow-up action, not the same thing as creating the list.

Troubleshooting

I cannot find my list

Check whether you are signed in to the same account that created it.

Check whether the list is still public and whether the link was copied correctly.

I added products, but the list still looks empty

Reload the list page. Some updates are applied after the dialog closes.

  • My Account
  • Product Pages
  • Cart
  • Wishlist migration

Sources

  • packages/storefront/src/Livewire/Storefront/MyAccount/Lists/Page.php
  • packages/storefront/src/Livewire/Storefront/MyAccount/List/Page.php
  • packages/storefront/src/Livewire/Storefront/CustomerList/CreateDialog.php
  • packages/storefront/src/Livewire/Storefront/CustomerList/EditDialog.php
  • packages/storefront/src/Livewire/Storefront/CustomerList/ShareDialog.php
  • packages/storefront/src/Livewire/Storefront/CustomerList/AddToCustomerListDialog.php
  • packages/storefront/src/Livewire/Storefront/Product/Card/AddToCustomerListButton.php
  • packages/storefront/src/Livewire/Storefront/Cart/Items/ItemBlock/AddToCustomerListButton.php
  • packages/framework/src/Actions/CustomerList/MigrateWishlistsToCustomerList.php