Skip to content

checkout_settings

The checkout_settings object.

Properties

PropertyDescription
checkout_settings.accent_colorBuyer-visible accent_color value for this checkout settings.
checkout_settings.address_line_2Buyer-visible address_line_2 value for this checkout settings.
checkout_settings.address_line_2_enabled?Boolean predicate for address_line_2_enabled on this checkout settings.
checkout_settings.address_line_2_required?Boolean predicate for address_line_2_required on this checkout settings.
checkout_settings.bannerBuyer-visible banner value for this checkout settings.
checkout_settings.billing_address_modePublic billing address mode value.
checkout_settings.billing_same_as_shipping?Boolean predicate for billing_same_as_shipping on this checkout settings.
checkout_settings.body_font_familyBuyer-visible body_font_family value for this checkout settings.
checkout_settings.border_radius_pxBuyer-visible border_radius_px value for this checkout settings.
checkout_settings.branding_tokensBuyer-visible branding_tokens value for this checkout settings.
checkout_settings.button_colorBuyer-visible button_color value for this checkout settings.
checkout_settings.button_text_colorBuyer-visible button_text_color value for this checkout settings.
checkout_settings.company_nameBuyer-visible company name.
checkout_settings.company_name_enabled?Boolean predicate for company_name_enabled on this checkout settings.
checkout_settings.company_name_required?Boolean predicate for company_name_required on this checkout settings.
checkout_settings.contact_methodBuyer-visible contact_method value for this checkout settings.
checkout_settings.content_backgroundBuyer-visible content_background value for this checkout settings.
checkout_settings.content_overridesBuyer-visible content_overrides value for this checkout settings.
checkout_settings.default_billing_same_as_shipping?Boolean predicate for default_billing_same_as_shipping on this checkout settings.
checkout_settings.email_marketing_prechecked?Boolean predicate for email_marketing_prechecked on this checkout settings.
checkout_settings.error_colorBuyer-visible error_color value for this checkout settings.
checkout_settings.faviconBuyer-visible favicon value for this checkout settings.
checkout_settings.form_field_backgroundBuyer-visible form_field_background value for this checkout settings.
checkout_settings.heading_font_familyBuyer-visible heading_font_family value for this checkout settings.
checkout_settings.layoutBuyer-visible layout value for this checkout settings.
checkout_settings.logoBuyer-visible logo value for this checkout settings.
checkout_settings.name_requirementBuyer-visible name_requirement value for this checkout settings.
checkout_settings.one_page?Boolean predicate for one_page on this checkout settings.
checkout_settings.order_summary_backgroundBuyer-visible order_summary_background value for this checkout settings.
checkout_settings.otp_allow_skip?Boolean predicate for otp_allow_skip on this checkout settings.
checkout_settings.otp_cod_only?Boolean predicate for otp_cod_only on this checkout settings.
checkout_settings.otp_country_codesBuyer-visible otp_country_codes value for this checkout settings.
checkout_settings.otp_logoBuyer-visible otp_logo value for this checkout settings.
checkout_settings.otp_modePublic otp mode value.
checkout_settings.requires_email?Boolean predicate for requires_email on this checkout settings.
checkout_settings.requires_last_name_only?Boolean predicate for requires_last_name_only on this checkout settings.
checkout_settings.requires_phone?Boolean predicate for requires_phone on this checkout settings.
checkout_settings.requires_sign_in?Boolean predicate for requires_sign_in on this checkout settings.
checkout_settings.shipping_phoneBuyer-visible shipping_phone value for this checkout settings.
checkout_settings.shipping_phone_enabled?Boolean predicate for shipping_phone_enabled on this checkout settings.
checkout_settings.shipping_phone_required?Boolean predicate for shipping_phone_required on this checkout settings.
checkout_settings.show_email_marketing_opt_in?Boolean predicate for show_email_marketing_opt_in on this checkout settings.
checkout_settings.three_page?Boolean predicate for three_page on this checkout settings.
checkout_settings.vat_numberBuyer-visible vat_number value for this checkout settings.
checkout_settings.vat_number_enabled?Boolean predicate for vat_number_enabled on this checkout settings.
checkout_settings.vat_number_required?Boolean predicate for vat_number_required on this checkout settings.

Property list is generated from the storefront engine (CheckoutSettingDrop), so it always matches what your theme can use. Use {{ checkout_settings | json }} only as a curated debug snapshot; it can omit lazy or otherwise public properties.