@bigcommerce/checkout-sdk / StoreConfig
- cdnPath
- checkoutSettings
- currency
- displayDateFormat
- displaySettings
- formFields
- imageDirectory
- inputDateFormat
- isAngularDebuggingEnabled
- links
- paymentSettings
- shopperConfig
- shopperCurrency
- storeProfile
• cdnPath: string
• checkoutSettings: CheckoutSettings
• currency: StoreCurrency
• displayDateFormat: string
• displaySettings: DisplaySettings
• formFields: FormFields
deprecated
Please use instead the data selectors
remarks
const data = CheckoutService.getState().data;
const shippingAddressFields = data.getShippingAddressFields('US');
const billingAddressFields = data.getBillingAddressFields('US');
const customerAccountFields = data.getCustomerAccountFields();
• imageDirectory: string
• inputDateFormat: string
• isAngularDebuggingEnabled: boolean
• links: StoreLinks
• paymentSettings: PaymentSettings
• shopperConfig: ShopperConfig
• shopperCurrency: ShopperCurrency
• storeProfile: StoreProfile