> ## Documentation Index
> Fetch the complete documentation index at: https://docs.swiftlywp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Saved Boxes

> Let logged-in customers save boxes and return later to finish building.

<Info>
  Saved Boxes is a **Pro feature**. [Upgrade to BoxBuilder Pro →](https://swiftlywp.com/plugin/boxbuilder-for-woocommerce/)
</Info>

BoxBuilder Pro lets logged-in customers save their in-progress box and come back later to finish building it.

## How It Works

1. Customer starts building a box but isn't ready to checkout
2. They click **Save for Later** in the box summary panel
3. The box configuration (selected items, quantities, gift message) is saved to their account
4. Later, they visit **My Account → Saved Boxes** and click **Continue Building**
5. The builder loads with their saved selections pre-filled

## My Account Integration

A **Saved Boxes** tab is added to the WooCommerce **My Account** page. Customers can:

* View all their saved boxes
* Continue building any saved box
* Delete saved boxes they no longer want

## Storage

Saved boxes are stored as WordPress user meta (`_boxbuilder_saved_boxes`). Each saved box records:

* Box product ID
* Selected items and quantities
* Gift message (if any)
* Date saved

<Note>
  Saved boxes require the customer to be logged in. Guest users cannot save boxes. Consider enabling WooCommerce account creation to maximize this feature.
</Note>

## Session Tracking

BoxBuilder Pro also tracks the current box session, so if a customer navigates away from the product page and returns (without explicitly saving), their selections are preserved for the duration of their browsing session.
