@thryveai/theme-interfaces 2.7.1 → 2.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/interfaces/admin-settings-interfaces.d.ts +1 -1
- package/dist/interfaces/retailer-settings.interfaces.d.ts +1 -0
- package/dist/storefront/SFUISettingsTemplate.AdminUi.d.ts +2 -0
- package/dist/storefront/SFUISettingsTemplate.AdminUi.js +840 -36
- package/dist/storefront/defaultIconsStorefront.js +2 -2
- package/dist/storefront/defaultSettingsStorefront.js +1 -0
- package/package.json +29 -29
- package/dist/storefront/SFUISettingsTemplates/accountPage.template.d.ts +0 -3
- package/dist/storefront/SFUISettingsTemplates/accountPage.template.js +0 -76
- package/dist/storefront/SFUISettingsTemplates/addressSettings.template.d.ts +0 -3
- package/dist/storefront/SFUISettingsTemplates/addressSettings.template.js +0 -136
- package/dist/storefront/SFUISettingsTemplates/adminPanelOnly.template.d.ts +0 -3
- package/dist/storefront/SFUISettingsTemplates/adminPanelOnly.template.js +0 -16
- package/dist/storefront/SFUISettingsTemplates/cartSummary.template.d.ts +0 -3
- package/dist/storefront/SFUISettingsTemplates/cartSummary.template.js +0 -24
- package/dist/storefront/SFUISettingsTemplates/common.d.ts +0 -2
- package/dist/storefront/SFUISettingsTemplates/common.js +0 -28
- package/dist/storefront/SFUISettingsTemplates/features.template.d.ts +0 -3
- package/dist/storefront/SFUISettingsTemplates/features.template.js +0 -317
- package/dist/storefront/SFUISettingsTemplates/siteSettings.template.d.ts +0 -3
- package/dist/storefront/SFUISettingsTemplates/siteSettings.template.js +0 -180
- package/dist/storefront/SFUISettingsTemplates/welcomeModal.template.d.ts +0 -3
- package/dist/storefront/SFUISettingsTemplates/welcomeModal.template.js +0 -27
|
@@ -1,317 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FeaturesTemplate = void 0;
|
|
4
|
-
var SFUISettingsTemplate_AdminUi_1 = require("../SFUISettingsTemplate.AdminUi");
|
|
5
|
-
exports.FeaturesTemplate = {
|
|
6
|
-
allowInStorePurchases: {
|
|
7
|
-
title: "InStore Purchases",
|
|
8
|
-
description: "Show the purchases made in store in the order history (requires integration).",
|
|
9
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3274375221/AllowInStorePurchases",
|
|
10
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
11
|
-
group: { id: 2, name: "In-store purchases" },
|
|
12
|
-
},
|
|
13
|
-
allowPastPurchases: {
|
|
14
|
-
title: "Display PastPurchases",
|
|
15
|
-
description: "Enable displaying past purchases functionality",
|
|
16
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3274637365/AllowPastPurchases",
|
|
17
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
18
|
-
group: { id: 1, name: "General Features" },
|
|
19
|
-
},
|
|
20
|
-
additionalCharges: {
|
|
21
|
-
title: "Additional Charges",
|
|
22
|
-
description: "Enables additional charges on the payments section of checkout.",
|
|
23
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3274571877/Additional+Charges",
|
|
24
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
25
|
-
group: { id: 1, name: "General Features" },
|
|
26
|
-
},
|
|
27
|
-
addressIntegrationV2: {
|
|
28
|
-
title: "addressIntegrationV2",
|
|
29
|
-
description: "Enables addressIntegrationV2.",
|
|
30
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3274571877/AddressIntegrationV2",
|
|
31
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
32
|
-
group: { id: 1, name: "General Features" },
|
|
33
|
-
},
|
|
34
|
-
promotionDetailsPage: {
|
|
35
|
-
title: "Promotion Details Page",
|
|
36
|
-
description: "Enable Promotion calculator for different promotion detail pages",
|
|
37
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3555721239/Promotion+calculator+for+Promotion+Detail+Pages",
|
|
38
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.collapsableObject,
|
|
39
|
-
group: { id: 3, name: "Promotion details page" },
|
|
40
|
-
value: {
|
|
41
|
-
bundlePromotionCalculator: {
|
|
42
|
-
title: "Enable bundle promotion calculator",
|
|
43
|
-
description: "Enable promotion calculator for bundle promotions on details Page",
|
|
44
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
45
|
-
},
|
|
46
|
-
nonBundlePromotionCalculator: {
|
|
47
|
-
title: "Enable non bundle promotion calculator",
|
|
48
|
-
description: "Enable promotion calculator for non bundle promotions on details Page",
|
|
49
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
50
|
-
},
|
|
51
|
-
},
|
|
52
|
-
},
|
|
53
|
-
gsaSupportedBrowser: {
|
|
54
|
-
title: "gsaSupportedBrowser",
|
|
55
|
-
description: "Enables a retailer setting to block or unblock users from accessing the storefront using GSA",
|
|
56
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3274571877/gsaSupportedBrowser",
|
|
57
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
58
|
-
group: { id: 1, name: "General Features" },
|
|
59
|
-
},
|
|
60
|
-
clientCache: {
|
|
61
|
-
title: "Browser API Caching",
|
|
62
|
-
description: "Enable cache for clients on the browser",
|
|
63
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
64
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3304783908/Client+Cache",
|
|
65
|
-
},
|
|
66
|
-
giftCards: {
|
|
67
|
-
title: "Gift Cards",
|
|
68
|
-
description: "Enables gift cards on the payments section of checkout.",
|
|
69
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3313598656/Gift+Cards",
|
|
70
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.collapsableObject,
|
|
71
|
-
value: {
|
|
72
|
-
enabled: {
|
|
73
|
-
title: "Enable Gift Cards",
|
|
74
|
-
description: "Enables gift cards feature.",
|
|
75
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
76
|
-
},
|
|
77
|
-
giftCardInputValidation: {
|
|
78
|
-
title: "Gift Card Input Validation",
|
|
79
|
-
description: "Regular expression used for giftcard validation",
|
|
80
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.inputChar,
|
|
81
|
-
},
|
|
82
|
-
pinInputValidation: {
|
|
83
|
-
title: "Gift Card Pin Validation",
|
|
84
|
-
description: "Regular expression used for pin validation",
|
|
85
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.inputChar,
|
|
86
|
-
},
|
|
87
|
-
reCaptcha: {
|
|
88
|
-
title: "Enable reCaptcha",
|
|
89
|
-
description: "Enables reCaptcha validation feature.",
|
|
90
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
91
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3327885553/ReCaptcha+validation",
|
|
92
|
-
},
|
|
93
|
-
},
|
|
94
|
-
},
|
|
95
|
-
couponGallery: {
|
|
96
|
-
title: "Coupon Gallery",
|
|
97
|
-
description: "Enables Coupon Gallery for user to see all available Coupons on one page",
|
|
98
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3429171291/Coupon+Gallery",
|
|
99
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.collapsableObject,
|
|
100
|
-
value: {
|
|
101
|
-
enabled: {
|
|
102
|
-
title: "Enable coupon gallery",
|
|
103
|
-
description: "Enable coupon gallery feature, please select another option below to fully activate feature",
|
|
104
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
105
|
-
},
|
|
106
|
-
galleryIsIframe: {
|
|
107
|
-
title: "Enable coupon gallery internal page",
|
|
108
|
-
description: "Enable coupon gallery Iframe feature within the app",
|
|
109
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
110
|
-
},
|
|
111
|
-
galleryHasNavLink: {
|
|
112
|
-
title: "Enable coupon gallery external page",
|
|
113
|
-
description: "Enable coupon gallery link to external page not in the app",
|
|
114
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
115
|
-
},
|
|
116
|
-
},
|
|
117
|
-
},
|
|
118
|
-
vouchers: {
|
|
119
|
-
title: "Voucher",
|
|
120
|
-
description: "Enables voucher on checkout page (requires integration).",
|
|
121
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3304947761/Vouchers",
|
|
122
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.collapsableObject,
|
|
123
|
-
value: {
|
|
124
|
-
enabled: {
|
|
125
|
-
title: "Enable Vouchers",
|
|
126
|
-
description: "Enables vouchers feature.",
|
|
127
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
128
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3304947761/Vouchers",
|
|
129
|
-
},
|
|
130
|
-
reCaptcha: {
|
|
131
|
-
title: "Enable reCaptcha",
|
|
132
|
-
description: "Enables reCaptcha validation feature.",
|
|
133
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
134
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3327885553/ReCaptcha+validation",
|
|
135
|
-
},
|
|
136
|
-
},
|
|
137
|
-
},
|
|
138
|
-
entryModalVersion: {
|
|
139
|
-
title: "Set entry modal step",
|
|
140
|
-
description: "Set entry modal step setting.",
|
|
141
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.string,
|
|
142
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3344302081/Entry+Modal+Version",
|
|
143
|
-
},
|
|
144
|
-
hideAlcoholRule: {
|
|
145
|
-
title: "Set if shopping rule modals appears for alcohol",
|
|
146
|
-
description: "Set boolean to control if shopping rule modals appears for alcohol.",
|
|
147
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.collapsableObject,
|
|
148
|
-
value: {
|
|
149
|
-
pdp: {
|
|
150
|
-
title: "Disable warning box",
|
|
151
|
-
description: "Disable alcohol warning box on pdp.",
|
|
152
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
153
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3344302081/Hide+Alcohol+Rule",
|
|
154
|
-
},
|
|
155
|
-
modal: {
|
|
156
|
-
title: "Disable warning modal",
|
|
157
|
-
description: "Disable alcohol warning modal popup.",
|
|
158
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
159
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3344302081/Hide+Alcohol+Rule",
|
|
160
|
-
},
|
|
161
|
-
productCard: {
|
|
162
|
-
title: "Disable shopping rule label",
|
|
163
|
-
description: "Disable alchohol rule label in Product Cards.",
|
|
164
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
165
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3344302081/Hide+Alcohol+Rule",
|
|
166
|
-
},
|
|
167
|
-
},
|
|
168
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3344302081/Hide+Alcohol+Rule",
|
|
169
|
-
},
|
|
170
|
-
enableGoogleTranslate: {
|
|
171
|
-
title: "Enable Google Translate",
|
|
172
|
-
description: "Enable google translation display and functionality",
|
|
173
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3276275734/Enable+Google+Translate",
|
|
174
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
175
|
-
},
|
|
176
|
-
enableNewsletterSignup: {
|
|
177
|
-
title: "Enable Newsletter",
|
|
178
|
-
description: "Enable newsletter signup functionality",
|
|
179
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3276144678/Enable+Newsletter",
|
|
180
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
181
|
-
},
|
|
182
|
-
enableNotifications: {
|
|
183
|
-
title: "Enable Notifications",
|
|
184
|
-
description: "Enable notifications functionality",
|
|
185
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3276177422/Enable+Notifications",
|
|
186
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
187
|
-
},
|
|
188
|
-
externalStoreSelectorUrl: {
|
|
189
|
-
title: "External Store Selector Url",
|
|
190
|
-
description: "Shows a link back to previous shopping platform, seen on store selection modal.This is generally used for an existing site that has not migrated all their stores to WynShop.",
|
|
191
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.collapsableObject,
|
|
192
|
-
value: {
|
|
193
|
-
enabled: {
|
|
194
|
-
title: "Enabled",
|
|
195
|
-
description: "This will enabled the url",
|
|
196
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
197
|
-
},
|
|
198
|
-
url: {
|
|
199
|
-
title: "Link to other platform",
|
|
200
|
-
description: "This will link to the previous platform",
|
|
201
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.inputChar,
|
|
202
|
-
},
|
|
203
|
-
},
|
|
204
|
-
},
|
|
205
|
-
// flipp: {
|
|
206
|
-
// title: "Flipp Circulars",
|
|
207
|
-
// description: "Configure Flipp circulars integration",
|
|
208
|
-
// type: AdminTemplateInputTypes.nullObject,
|
|
209
|
-
// value: {
|
|
210
|
-
// version: {
|
|
211
|
-
// title: "Version",
|
|
212
|
-
// description: "Will you use version 1 or version 2?",
|
|
213
|
-
// type: AdminTemplateInputTypes.checkbox,
|
|
214
|
-
// },
|
|
215
|
-
// retailer: {
|
|
216
|
-
// title: "Retailer Name",
|
|
217
|
-
// description: "The retailer setting from flipp",
|
|
218
|
-
// type: AdminTemplateInputTypes.inputChar,
|
|
219
|
-
// },
|
|
220
|
-
// merchantId: {
|
|
221
|
-
// title: "Merchant Id",
|
|
222
|
-
// description: "The merchant Id setting from flipp",
|
|
223
|
-
// type: AdminTemplateInputTypes.inputChar,
|
|
224
|
-
// },
|
|
225
|
-
// accessToken: {
|
|
226
|
-
// title: "Access Token",
|
|
227
|
-
// description: "The access token setting from flipp",
|
|
228
|
-
// type: AdminTemplateInputTypes.inputChar,
|
|
229
|
-
// },
|
|
230
|
-
// zoom: {
|
|
231
|
-
// title: "Zoom Level",
|
|
232
|
-
// description: "The viewport width percentage for flipp rendering",
|
|
233
|
-
// type: AdminTemplateInputTypes.dropdown,
|
|
234
|
-
// options: [100, 95, 90, 85, 80, 75, 70, 65, 60],
|
|
235
|
-
// },
|
|
236
|
-
// locale: {
|
|
237
|
-
// title: "Locale",
|
|
238
|
-
// description: "The locale of flipp flyers",
|
|
239
|
-
// type: AdminTemplateInputTypes.inputChar,
|
|
240
|
-
// },
|
|
241
|
-
// hideHeader: {
|
|
242
|
-
// title: "hideHeader",
|
|
243
|
-
// description:
|
|
244
|
-
// "Setting to toggle visibility of the flipp navigation header",
|
|
245
|
-
// type: AdminTemplateInputTypes.checkbox,
|
|
246
|
-
// },
|
|
247
|
-
// },
|
|
248
|
-
// },
|
|
249
|
-
smartbanner: {
|
|
250
|
-
title: "Smart Banner",
|
|
251
|
-
description: "Render smart banner on mobile views",
|
|
252
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3304849441/Smart+Banner",
|
|
253
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.collapsableObject,
|
|
254
|
-
value: {
|
|
255
|
-
enabled: {
|
|
256
|
-
title: "Enable",
|
|
257
|
-
description: "Enable smart banner",
|
|
258
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
259
|
-
},
|
|
260
|
-
title: {
|
|
261
|
-
title: "Title",
|
|
262
|
-
description: "Smart banner title",
|
|
263
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.inputChar,
|
|
264
|
-
},
|
|
265
|
-
author: {
|
|
266
|
-
title: "Author",
|
|
267
|
-
description: "Smart banner author",
|
|
268
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.inputChar,
|
|
269
|
-
},
|
|
270
|
-
price: {
|
|
271
|
-
title: "Price",
|
|
272
|
-
description: "Smart banner price",
|
|
273
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.inputChar,
|
|
274
|
-
},
|
|
275
|
-
priceSuffixApple: {
|
|
276
|
-
title: "Apple Price Suffix",
|
|
277
|
-
description: "Smart banner price suffix for Apple devices",
|
|
278
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.inputChar,
|
|
279
|
-
},
|
|
280
|
-
priceSuffixGoogle: {
|
|
281
|
-
title: "Google Price Suffix",
|
|
282
|
-
description: "Smart banner price suffix for Google devices",
|
|
283
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.inputChar,
|
|
284
|
-
},
|
|
285
|
-
iconApple: {
|
|
286
|
-
title: "Apple Icon",
|
|
287
|
-
description: "Smart banner icon for Apple devices",
|
|
288
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.inputChar,
|
|
289
|
-
},
|
|
290
|
-
iconGoogle: {
|
|
291
|
-
title: "Google Icon",
|
|
292
|
-
description: "Smart banner icon for Google devices",
|
|
293
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.inputChar,
|
|
294
|
-
},
|
|
295
|
-
button: {
|
|
296
|
-
title: "Button",
|
|
297
|
-
description: "Smart banner button text",
|
|
298
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.inputChar,
|
|
299
|
-
},
|
|
300
|
-
buttonUrlApple: {
|
|
301
|
-
title: "Apple Button Url",
|
|
302
|
-
description: "Smart banner url for Apple button",
|
|
303
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.inputChar,
|
|
304
|
-
},
|
|
305
|
-
buttonUrlGoogle: {
|
|
306
|
-
title: "Google Button Url",
|
|
307
|
-
description: "Smart banner url for Google button",
|
|
308
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.inputChar,
|
|
309
|
-
},
|
|
310
|
-
closeLabel: {
|
|
311
|
-
title: "Close Label",
|
|
312
|
-
description: "Smart banner label text",
|
|
313
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.inputChar,
|
|
314
|
-
},
|
|
315
|
-
},
|
|
316
|
-
},
|
|
317
|
-
};
|
|
@@ -1,180 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SiteSettingsTemplate = void 0;
|
|
4
|
-
var SFUISettingsTemplate_AdminUi_1 = require("../SFUISettingsTemplate.AdminUi");
|
|
5
|
-
var ContentEngineV2Components = {
|
|
6
|
-
HeroBanner: {
|
|
7
|
-
description: "Use HeroBanner V2",
|
|
8
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3478946114/Hero+Banner",
|
|
9
|
-
title: "Enable HeroBanner V2 component",
|
|
10
|
-
type: "checkbox",
|
|
11
|
-
},
|
|
12
|
-
};
|
|
13
|
-
exports.SiteSettingsTemplate = {
|
|
14
|
-
anonymousCart: {
|
|
15
|
-
title: "Anonymous Cart",
|
|
16
|
-
description: "⚠️ Allows the customer to add to cart without being logged in.⚠️ (Setting has side effects)",
|
|
17
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3327983631/Anonymous+Cart",
|
|
18
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
19
|
-
},
|
|
20
|
-
// ctaButtons: {
|
|
21
|
-
// title: "Call To Action Button Settings",
|
|
22
|
-
// description: "Coming Soon",
|
|
23
|
-
// type: AdminTemplateInputTypes.nullObject,
|
|
24
|
-
// },
|
|
25
|
-
daysToRemainSignedIn: {
|
|
26
|
-
title: "Sign In Days",
|
|
27
|
-
description: "Time in days to remain signed in in the app",
|
|
28
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo",
|
|
29
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.inputNumber,
|
|
30
|
-
},
|
|
31
|
-
defaultCountry: {
|
|
32
|
-
title: "Default country",
|
|
33
|
-
description: "Select the default country",
|
|
34
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo",
|
|
35
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.dropdown,
|
|
36
|
-
options: ["USA", "CAN", "IRE", "AUS"],
|
|
37
|
-
},
|
|
38
|
-
defaultShoppingMode: {
|
|
39
|
-
title: "Default Shopping Mode",
|
|
40
|
-
description: "Shopping mode the site defaults to when a user lands and has not registered.",
|
|
41
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3272999110/Default+Shopping+Mode",
|
|
42
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.dropdown,
|
|
43
|
-
options: ["pickup", "planning", "delivery"],
|
|
44
|
-
},
|
|
45
|
-
disableTprPrice: {
|
|
46
|
-
title: "Disable TPR Price",
|
|
47
|
-
description: "Disable the display of tpr pricing",
|
|
48
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3276177413/Disable+TPR+Price",
|
|
49
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
50
|
-
},
|
|
51
|
-
defaultStoreLocation: {
|
|
52
|
-
title: "Default Store Location",
|
|
53
|
-
description: "Used to center the store selector map to the retailers region. Without setting this, the map defaults to central Africa.",
|
|
54
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.collapsableObject,
|
|
55
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3275784259/Default+Store+Location",
|
|
56
|
-
value: {
|
|
57
|
-
latitude: {
|
|
58
|
-
title: "Latitude",
|
|
59
|
-
description: "",
|
|
60
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.inputNumber,
|
|
61
|
-
},
|
|
62
|
-
longitude: {
|
|
63
|
-
title: "Longitude",
|
|
64
|
-
description: "",
|
|
65
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.inputNumber,
|
|
66
|
-
},
|
|
67
|
-
},
|
|
68
|
-
},
|
|
69
|
-
gtmId: {
|
|
70
|
-
title: "GTM ID",
|
|
71
|
-
description: "Google Tag Manager ID",
|
|
72
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.inputChar,
|
|
73
|
-
},
|
|
74
|
-
hideWelcomeModalOnCorporate: {
|
|
75
|
-
title: "Hide Welcome Modal on Corporate",
|
|
76
|
-
description: "Enable to hide the initial welcome modal selection screen when on corporate store",
|
|
77
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3472326883/Hide+Welcome+Modal+on+Corporate",
|
|
78
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
79
|
-
},
|
|
80
|
-
isPlanningOnly: {
|
|
81
|
-
title: "Planning Only",
|
|
82
|
-
description: "Enable if planning mode is the only available shopping method",
|
|
83
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo",
|
|
84
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
85
|
-
},
|
|
86
|
-
RemoveAllOutOfStock: {
|
|
87
|
-
title: "RemoveAllOutOfStock Button",
|
|
88
|
-
description: "Disable RemoveAllOutOfStock to hide RemoveAllOutOfStock button",
|
|
89
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo",
|
|
90
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
91
|
-
},
|
|
92
|
-
mapZoom: {
|
|
93
|
-
title: "Map Zoom",
|
|
94
|
-
description: "Use to change the google maps zoom level",
|
|
95
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo",
|
|
96
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.inputNumber,
|
|
97
|
-
},
|
|
98
|
-
maintainCustomerJourney: {
|
|
99
|
-
title: "Maintain customer journey",
|
|
100
|
-
description: "Use to navigate back to the page you were after login/store selection etc...",
|
|
101
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3373695163/Maintain+customer+journey",
|
|
102
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
103
|
-
},
|
|
104
|
-
maintainCustomerPreferences: {
|
|
105
|
-
title: "Maintain customer preferences",
|
|
106
|
-
description: "View and modify customer preferences: marketing preferences, substitution preferences, etc.",
|
|
107
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3405381666/Maintain+customer+preferences",
|
|
108
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.collapsableObject,
|
|
109
|
-
value: {
|
|
110
|
-
enabled: {
|
|
111
|
-
title: "Enable",
|
|
112
|
-
description: "Enable Maintain customer preferences",
|
|
113
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
114
|
-
},
|
|
115
|
-
optInMarketingPreferences: {
|
|
116
|
-
title: "Implicit opt in for marketing preferences",
|
|
117
|
-
description: "Do NOT enable for GDPR compliant clients!",
|
|
118
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
119
|
-
},
|
|
120
|
-
selectOptInMarketingPreferencesStore: {
|
|
121
|
-
title: "Force selection of exact store you want to receive marketing preferences from",
|
|
122
|
-
description: "Select store customer wants to receive updates/offers from",
|
|
123
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
124
|
-
},
|
|
125
|
-
sections: {
|
|
126
|
-
title: "Sections",
|
|
127
|
-
description: "TODO",
|
|
128
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
129
|
-
},
|
|
130
|
-
},
|
|
131
|
-
},
|
|
132
|
-
retailerCountry: {
|
|
133
|
-
title: "Retailer country",
|
|
134
|
-
description: "Select the retailer country",
|
|
135
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo",
|
|
136
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.dropdown,
|
|
137
|
-
options: ["us", "ca", "ie", "au"],
|
|
138
|
-
},
|
|
139
|
-
retailerName: {
|
|
140
|
-
title: "Retailer Name",
|
|
141
|
-
description: "Retailers short code e.g the code used for the retailers environment.",
|
|
142
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo",
|
|
143
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.inputChar,
|
|
144
|
-
},
|
|
145
|
-
timeslotModalSettings: {
|
|
146
|
-
title: "Timeslot Modal Settings",
|
|
147
|
-
description: "Force timeslot selection",
|
|
148
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.collapsableObject,
|
|
149
|
-
value: {
|
|
150
|
-
showOnAddToCart: {
|
|
151
|
-
title: "Timeslot on Add To Cart",
|
|
152
|
-
description: "Show timeslot popup when user clicks on AddToCart",
|
|
153
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
154
|
-
},
|
|
155
|
-
timeslotRequiredToAddToCart: {
|
|
156
|
-
title: "Force Timeslot on Add To Cart",
|
|
157
|
-
description: "Force a timeslot selection in order to add item in cart",
|
|
158
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
159
|
-
},
|
|
160
|
-
timeslotRequiredToViewCartReview: {
|
|
161
|
-
title: "Force Timeslot on Cart Page",
|
|
162
|
-
description: "Force a timeslot selection in order to view cart page",
|
|
163
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
164
|
-
},
|
|
165
|
-
timeslotRequiredToViewCheckout: {
|
|
166
|
-
title: "Force Timeslot on Checkout",
|
|
167
|
-
description: "Force a timeslot selection in order to view checkout",
|
|
168
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.checkbox,
|
|
169
|
-
},
|
|
170
|
-
},
|
|
171
|
-
},
|
|
172
|
-
useContentEngineV2Components: {
|
|
173
|
-
title: "Use Content Engine V2 Components",
|
|
174
|
-
description: "(work in progress)",
|
|
175
|
-
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3478618892/Content+Engine+V2+Components",
|
|
176
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.object,
|
|
177
|
-
// todo
|
|
178
|
-
value: ContentEngineV2Components,
|
|
179
|
-
},
|
|
180
|
-
};
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WelcomeModalTemplate = void 0;
|
|
4
|
-
var SFUISettingsTemplate_AdminUi_1 = require("../SFUISettingsTemplate.AdminUi");
|
|
5
|
-
exports.WelcomeModalTemplate = {
|
|
6
|
-
label: {
|
|
7
|
-
title: "Option Label",
|
|
8
|
-
description: "",
|
|
9
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.inputChar,
|
|
10
|
-
},
|
|
11
|
-
href: {
|
|
12
|
-
title: "Link",
|
|
13
|
-
description: "This is the URL to which the button will direct users.",
|
|
14
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.inputChar,
|
|
15
|
-
},
|
|
16
|
-
target: {
|
|
17
|
-
title: "Open in",
|
|
18
|
-
description: "",
|
|
19
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.dropdown,
|
|
20
|
-
options: ["_blank", "_self", "_parent", "_top"],
|
|
21
|
-
},
|
|
22
|
-
icon: {
|
|
23
|
-
title: "Icon",
|
|
24
|
-
description: "",
|
|
25
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
26
|
-
},
|
|
27
|
-
};
|