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.


Integrations
How to change these
- Go to Admin → Versions and open the version you want to edit.
- Adjust the toggles, selects, and inputs under General Settings, Checkout Settings, and Integrations.
- Click Save. Changes are written to the version’s
propsand 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).Related
- Versions — how versions work
- Integrations — GTM and PayPal setup
- Ollie login —
useOllieLoginin detail