Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Label Translations

Cart Reserve displays text labels on your storefront for timers, buttons, warnings, and status messages. All labels are fully customizable through the Shopify theme editor.

How to Edit Labels

  1. Go to Online Store → Themes → Customize
  2. Open App embeds
  3. Click on CartReserve
  4. Edit the label fields listed below
  5. Click Save

To translate labels into other languages, use Shopify's Translate & Adapt app. All labels defined in the app embed are automatically available for translation.

Cart Labels

These labels appear while Cart Reserve syncs inventory and manages checkout flow.

LabelDefault ValueDescription
SyncingSyncing cart...Shown on the checkout button while the cart syncs with the reservation server.
CheckoutCheckoutCheckout button text once the cart is synced and ready.
AdjustingAdjusting quantities...Shown while Cart Reserve adjusts item quantities to match available inventory.

Timer Labels

These labels control the countdown timer that shows customers how long their items are reserved.

LabelDefault ValueDescription
Timer TitleItems ReservedMain heading displayed on the reservation timer.
Timer SubtitleComplete checkout to secure your itemsSupporting text shown below the timer title.
Time RemainingTIME REMAININGLabel displayed above the countdown clock.
ExpiredReservation ExpiredShown when the countdown reaches zero.
Expired SubtitleItems returned to inventorySupporting text shown when the reservation expires.
Renewals Reachedrenewals reachedAppended to the timer when the customer has used all available extensions.

Reserve Button Labels

These labels appear on the reserve button shown on product pages and in the cart when reservations expire.

LabelDefault ValueDescription
ReservingReserving...Button text while a reservation request is in progress.
Reserve AgainReserve AgainButton text to re-reserve items after a reservation expires.
Reservation ExpiredReservation ExpiredStatus text shown when a reservation has expired.
Reserve FailedReserve Failed - Try AgainButton text when a reservation attempt fails.
Max RenewalsCannot Reserve - Limit ReachedButton text when the customer has reached the maximum number of reservation renewals.

Restricted Session Labels

These labels appear when a session is blocked by fraud protection or blocklist rules.

LabelDefault ValueDescription
RestrictedReservation UnavailableMain message shown to restricted sessions.
Restricted SubtitleThis session cannot proceed to checkoutSupporting text for restricted sessions.

Quantity Warning Labels

These labels appear when Cart Reserve enforces inventory limits on cart quantities.

LabelDefault ValueDescription
Max QuantityMaximum available quantityShown when a customer reaches the maximum available stock.
Quantity Limit MessageOnly {available} availableInline warning when quantity is limited. Use {available} as a placeholder for the actual number.
Quantity AdjustedAdjusted to {available} availableToast notification when Cart Reserve auto-reduces a quantity. Use {available} as a placeholder.
Reduce to CheckoutReduce quantity to checkoutShown under a line item when checkout is blocked because the requested quantity exceeds available stock.

Extend Timer Labels

These labels appear on the timer extension button, which allows customers to add more time to their reservation.

LabelDefault ValueDescription
Extend TimerExtend TimerButton text to extend the reservation timer. Appears when the timer enters warning or urgent state.
ExtendingExtending...Button text while the extension request is in progress.

Dynamic Placeholders

Some labels support dynamic placeholders that are replaced with real values at runtime:

  • {available} — Replaced with the actual available quantity for that product variant. Used in Quantity Limit Message and Quantity Adjusted labels.