Skip to main content
These are the public, merchant-facing settings configured per version in Admin → Versions → [your version]. They are stored in the version’s props object and read by the checkout at runtime. If a setting isn’t listed here, it isn’t part of the version form.

General Settings

Version Control

Checkout Settings → Checkout

Setting both allowGuest.cart and allowGuest.details to false restricts checkout to authenticated users only. This is common for B2B stores that need to show customer-specific prices and payment conditions.

Checkout Settings → Shipping Options

Checkout Settings → Summary Options

When these toggles are off, the edit buttons are hidden from the customer view, which is useful for B2B closed stores where editing submitted information should be restricted.
Edit Summary Checkout
You configure these in Admin → Versions → [your version] → Checkout Settings → Summary Options:
Edit Summary Admin

Integrations

How to change these

  1. Go to Admin → Versions and open the version you want to edit.
  2. Adjust the toggles, selects, and inputs under General Settings, Checkout Settings, and Integrations.
  3. Click Save. Changes are written to the version’s props and apply to checkout sessions served by that version.
The form merges your changes into the existing props, so fields you don’t touch are preserved. To make a version live for shoppers it must be both Active and set as Default (or selected via an experiment / version_id).