{% import "_includes/forms" as forms %} {{ forms.autosuggestField({ label: 'Public API Key / Site ID'|t('klaviyoconnect'), instructions: 'See Klaviyo -> Account -> Settings -> API Keys.'|t('klaviyoconnect'), id: 'klaviyoSiteId', name: 'klaviyoSiteId', value: settings.klaviyoSiteId, errors: settings.getErrors('klaviyoSiteId'), class: 'ltr', suggestEnvVars: true, }) }} {{ forms.autosuggestField({ label: 'Private API Key'|t('klaviyoconnect'), instructions: 'See Klaviyo -> Account -> Settings -> API Keys.'|t('klaviyoconnect'), id: 'klaviyoApiKey', name: 'klaviyoApiKey', value: settings.klaviyoApiKey, errors: settings.getErrors('klaviyoApiKey'), class: 'ltr', suggestEnvVars: true, }) }}
{{ "Select lists available to Control Panel" | t }}
{{ "Select user groups to track changes to" | t }}
{{ "Add prefix text sent for all events. For example '-Prefix- Placed Order'. Optional." | t }}
{{ "Url to your stores cart" | t }}
{{ "Field to access product images" | t }}
{{ "Image field transformation to apply" | t }}