Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:template_set"
links: { fx:cart_include_template: CartIncludeTemplate; fx:cart_template: CartTemplate; fx:checkout_template: CheckoutTemplate; fx:email_template: EmailTemplate; fx:language_overrides: LanguageOverrides; fx:receipt_template: ReceiptTemplate; fx:store: Backend.Rels.Store; fx:template_config: TemplateConfig; self: TemplateSet }

Type declaration

props: { cart_include_template_uri: string; cart_template_uri: string; checkout_template_uri: string; code: string; config: string; date_created: null | string; date_modified: null | string; description: string; email_template_uri: string; language: string; locale_code: string; payment_method_set_uri: string; receipt_template_uri: string }

Type declaration

  • cart_include_template_uri: string

    The full API URI of the cart_include template associated with this template set.

  • cart_template_uri: string

    The full API URI of the cart template associated with this template set.

  • checkout_template_uri: string

    The full API URI of the checkout template associated with this template set.

  • code: string

    The template set code used when applying this template set to the cart (currently only supports DEFAULT).

  • config: string

    This is the template configuration settings for your store.

  • date_created: null | string

    The date this resource was created.

  • date_modified: null | string

    The date this resource was last modified.

  • description: string

    The template set description. (currently only supports the default description).

  • email_template_uri: string

    The full API URI of the email template associated with this template set.

  • language: string

    The language configured for this template set.

  • locale_code: string

    The locale code for this store. This will impact how the currency and dates are displayed.

  • payment_method_set_uri: string

    The full API URI of the payment method set associated with this template set.

  • receipt_template_uri: string

    The full API URI of the receipt template associated with this template set.

zooms: { cart_include_template?: CartIncludeTemplate; cart_template?: CartTemplate; checkout_template?: CheckoutTemplate; email_template?: EmailTemplate; receipt_template?: ReceiptTemplate }

Type declaration

Generated using TypeDoc