checkout_settings
The checkout_settings object.
Properties
| Property | Description |
|---|---|
checkout_settings.accent_color | Buyer-visible accent_color value for this checkout settings. |
checkout_settings.address_line_2 | Buyer-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.banner | Buyer-visible banner value for this checkout settings. |
checkout_settings.billing_address_mode | Public 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_family | Buyer-visible body_font_family value for this checkout settings. |
checkout_settings.border_radius_px | Buyer-visible border_radius_px value for this checkout settings. |
checkout_settings.branding_tokens | Buyer-visible branding_tokens value for this checkout settings. |
checkout_settings.button_color | Buyer-visible button_color value for this checkout settings. |
checkout_settings.button_text_color | Buyer-visible button_text_color value for this checkout settings. |
checkout_settings.company_name | Buyer-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_method | Buyer-visible contact_method value for this checkout settings. |
checkout_settings.content_background | Buyer-visible content_background value for this checkout settings. |
checkout_settings.content_overrides | Buyer-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_color | Buyer-visible error_color value for this checkout settings. |
checkout_settings.favicon | Buyer-visible favicon value for this checkout settings. |
checkout_settings.form_field_background | Buyer-visible form_field_background value for this checkout settings. |
checkout_settings.heading_font_family | Buyer-visible heading_font_family value for this checkout settings. |
checkout_settings.layout | Buyer-visible layout value for this checkout settings. |
checkout_settings.logo | Buyer-visible logo value for this checkout settings. |
checkout_settings.name_requirement | Buyer-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_background | Buyer-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_codes | Buyer-visible otp_country_codes value for this checkout settings. |
checkout_settings.otp_logo | Buyer-visible otp_logo value for this checkout settings. |
checkout_settings.otp_mode | Public 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_phone | Buyer-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_number | Buyer-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.