@thryveai/theme-interfaces 2.3.14 → 2.4.0

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.
@@ -40,6 +40,532 @@ var validationTypes = [
40
40
  "noSpecialChar",
41
41
  "correctDate",
42
42
  ];
43
+ var FeatureSettingsChildren = {
44
+ allowInStorePurchases: {
45
+ title: "InStore Purchases",
46
+ description: "Show the purchases made in store in the order history (requires integration).",
47
+ helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3274375221/AllowInStorePurchases",
48
+ type: exports.AdminTemplateInputTypes.checkbox,
49
+ },
50
+ allowPastPurchases: {
51
+ title: "Display PastPurchases",
52
+ description: "Enable displaying past purchases functionality",
53
+ helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3274637365/AllowPastPurchases",
54
+ type: exports.AdminTemplateInputTypes.checkbox,
55
+ },
56
+ additionalCharges: {
57
+ title: "Additional Charges",
58
+ description: "Enables additional charges on the payments section of checkout.",
59
+ helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3274571877/Additional+Charges",
60
+ type: exports.AdminTemplateInputTypes.checkbox,
61
+ },
62
+ clientCache: {
63
+ title: "Browser API Caching",
64
+ description: "Enable cache for clients on the browser",
65
+ type: exports.AdminTemplateInputTypes.checkbox,
66
+ helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3304783908/Client+Cache",
67
+ },
68
+ giftCards: {
69
+ title: "Gift Cards",
70
+ description: "Enables gift cards on the payments section of checkout.",
71
+ helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3313598656/Gift+Cards",
72
+ type: exports.AdminTemplateInputTypes.collapsableObject,
73
+ value: {
74
+ enabled: {
75
+ title: "Enable Gift Cards",
76
+ description: "Enables gift cards feature.",
77
+ type: exports.AdminTemplateInputTypes.checkbox,
78
+ },
79
+ gitfCardInputValidation: {
80
+ title: "Gift Card Input Validation",
81
+ description: "Regular expression used for giftcard validation",
82
+ type: exports.AdminTemplateInputTypes.inputChar,
83
+ },
84
+ pinInputValidation: {
85
+ title: "Gift Card Pin Validation",
86
+ description: "Regular expression used for pin validation",
87
+ type: exports.AdminTemplateInputTypes.inputChar,
88
+ },
89
+ reCaptcha: {
90
+ title: "Enable reCaptcha",
91
+ description: "Enables reCaptcha validation feature.",
92
+ type: exports.AdminTemplateInputTypes.checkbox,
93
+ helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3327885553/ReCaptcha+validation",
94
+ },
95
+ },
96
+ },
97
+ vouchers: {
98
+ title: "Voucher",
99
+ description: "Enables voucher on checkout page (requires integration).",
100
+ helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3304947761/Vouchers",
101
+ type: exports.AdminTemplateInputTypes.collapsableObject,
102
+ value: {
103
+ enabled: {
104
+ title: "Enable Vouchers",
105
+ description: "Enables vouchers feature.",
106
+ type: exports.AdminTemplateInputTypes.checkbox,
107
+ helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3304947761/Vouchers",
108
+ },
109
+ reCaptcha: {
110
+ title: "Enable reCaptcha",
111
+ description: "Enables reCaptcha validation feature.",
112
+ type: exports.AdminTemplateInputTypes.checkbox,
113
+ helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3327885553/ReCaptcha+validation",
114
+ },
115
+ },
116
+ },
117
+ entryModalVersion: {
118
+ title: "Set entry modal step",
119
+ description: "Set entry modal step setting.",
120
+ type: exports.AdminTemplateInputTypes.string,
121
+ helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3344302081/Entry+Modal+Version",
122
+ },
123
+ enableGoogleTranslate: {
124
+ title: "Enable Google Translate",
125
+ description: "Enable google translation display and functionality",
126
+ helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3276275734/Enable+Google+Translate",
127
+ type: exports.AdminTemplateInputTypes.checkbox,
128
+ },
129
+ enableNewsletterSignup: {
130
+ title: "Enable Newsletter",
131
+ description: "Enable newsletter signup functionality",
132
+ helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3276144678/Enable+Newsletter",
133
+ type: exports.AdminTemplateInputTypes.checkbox,
134
+ },
135
+ enableNotifications: {
136
+ title: "Enable Notifications",
137
+ description: "Enable notifications functionality",
138
+ helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3276177422/Enable+Notifications",
139
+ type: exports.AdminTemplateInputTypes.checkbox,
140
+ },
141
+ externalStoreSelectorUrl: {
142
+ title: "External Store Selector Url",
143
+ 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.",
144
+ type: exports.AdminTemplateInputTypes.collapsableObject,
145
+ value: {
146
+ version: {
147
+ title: "Enabled",
148
+ description: "This will enabled the url",
149
+ type: exports.AdminTemplateInputTypes.checkbox,
150
+ },
151
+ retailer: {
152
+ title: "Link to other platform",
153
+ description: "This will link to the previous platform",
154
+ type: exports.AdminTemplateInputTypes.inputChar,
155
+ },
156
+ },
157
+ },
158
+ flipp: {
159
+ title: "Flipp Circulars",
160
+ description: "Configure Flipp circulars integration",
161
+ type: exports.AdminTemplateInputTypes.nullObject,
162
+ value: {
163
+ version: {
164
+ title: "Version",
165
+ description: "Will you use version 1 or version 2?",
166
+ type: exports.AdminTemplateInputTypes.checkbox,
167
+ },
168
+ retailer: {
169
+ title: "Retailer Name",
170
+ description: "The retailer setting from flipp",
171
+ type: exports.AdminTemplateInputTypes.inputChar,
172
+ },
173
+ merchantId: {
174
+ title: "Merchant Id",
175
+ description: "The merchant Id setting from flipp",
176
+ type: exports.AdminTemplateInputTypes.inputChar,
177
+ },
178
+ accessToken: {
179
+ title: "Access Token",
180
+ description: "The access token setting from flipp",
181
+ type: exports.AdminTemplateInputTypes.inputChar,
182
+ },
183
+ },
184
+ },
185
+ smartbanner: {
186
+ title: "Smart Banner",
187
+ description: "Render smart banner on mobile views",
188
+ helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3304849441/Smart+Banner",
189
+ type: exports.AdminTemplateInputTypes.collapsableObject,
190
+ value: {
191
+ enabled: {
192
+ title: "Enable",
193
+ description: "Enable smart banner",
194
+ type: exports.AdminTemplateInputTypes.checkbox,
195
+ },
196
+ title: {
197
+ title: "Title",
198
+ description: "Smart banner title",
199
+ type: exports.AdminTemplateInputTypes.inputChar,
200
+ },
201
+ author: {
202
+ title: "Author",
203
+ description: "Smart banner author",
204
+ type: exports.AdminTemplateInputTypes.inputChar,
205
+ },
206
+ price: {
207
+ title: "Price",
208
+ description: "Smart banner price",
209
+ type: exports.AdminTemplateInputTypes.inputChar,
210
+ },
211
+ priceSuffixApple: {
212
+ title: "Apple Price Suffix",
213
+ description: "Smart banner price suffix for Apple devices",
214
+ type: exports.AdminTemplateInputTypes.inputChar,
215
+ },
216
+ priceSuffixGoogle: {
217
+ title: "Google Price Suffix",
218
+ description: "Smart banner price suffix for Google devices",
219
+ type: exports.AdminTemplateInputTypes.inputChar,
220
+ },
221
+ iconApple: {
222
+ title: "Apple Icon",
223
+ description: "Smart banner icon for Apple devices",
224
+ type: exports.AdminTemplateInputTypes.inputChar,
225
+ },
226
+ iconGoogle: {
227
+ title: "Google Icon",
228
+ description: "Smart banner icon for Google devices",
229
+ type: exports.AdminTemplateInputTypes.inputChar,
230
+ },
231
+ button: {
232
+ title: "Button",
233
+ description: "Smart banner button text",
234
+ type: exports.AdminTemplateInputTypes.inputChar,
235
+ },
236
+ buttonUrlApple: {
237
+ title: "Apple Button Url",
238
+ description: "Smart banner url for Apple button",
239
+ type: exports.AdminTemplateInputTypes.inputChar,
240
+ },
241
+ buttonUrlGoogle: {
242
+ title: "Google Button Url",
243
+ description: "Smart banner url for Google button",
244
+ type: exports.AdminTemplateInputTypes.inputChar,
245
+ },
246
+ closeLabel: {
247
+ title: "Close Label",
248
+ description: "Smart banner label text",
249
+ type: exports.AdminTemplateInputTypes.inputChar,
250
+ },
251
+ },
252
+ },
253
+ };
254
+ var SiteSettingsChildren = {
255
+ anonymousCart: {
256
+ title: "Anonymous Cart",
257
+ description: "⚠️ Allows the customer to add to cart without being logged in.⚠️ (Setting has side effects)",
258
+ helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3327983631/Anonymous+Cart",
259
+ type: exports.AdminTemplateInputTypes.checkbox,
260
+ },
261
+ ctaButtons: {
262
+ title: 'Call To Action Button Settings',
263
+ description: 'Coming Soon',
264
+ type: exports.AdminTemplateInputTypes.nullObject
265
+ },
266
+ daysToRemainSignedIn: {
267
+ title: "Sign In Days",
268
+ description: "Time in days to remain signed in in the app",
269
+ helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo",
270
+ type: exports.AdminTemplateInputTypes.inputNumber,
271
+ },
272
+ defaultCountry: {
273
+ title: "Default country",
274
+ description: "Select the default country",
275
+ helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo",
276
+ type: exports.AdminTemplateInputTypes.dropdown,
277
+ options: ["USA", "CAN", "IRE", "AUS"],
278
+ },
279
+ defaultShoppingMode: {
280
+ title: "Default Shopping Mode",
281
+ description: "Shopping mode the site defaults to when a user lands and has not registered.",
282
+ helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3272999110/Default+Shopping+Mode",
283
+ type: exports.AdminTemplateInputTypes.dropdown,
284
+ options: ["pickup", "planning", "delivery"],
285
+ },
286
+ disableTprPrice: {
287
+ title: "Disable TPR Price",
288
+ description: "Disable the display of tpr pricing",
289
+ helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3276177413/Disable+TPR+Price",
290
+ type: exports.AdminTemplateInputTypes.checkbox,
291
+ },
292
+ defaultStoreLocation: {
293
+ title: "Default Store Location",
294
+ description: "Used to center the store selector map to the retailers region. Without setting this, the map defaults to central Africa.",
295
+ type: exports.AdminTemplateInputTypes.collapsableObject,
296
+ helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3275784259/Default+Store+Location",
297
+ value: {
298
+ latitude: {
299
+ title: "Latitude",
300
+ description: "",
301
+ type: exports.AdminTemplateInputTypes.inputNumber,
302
+ },
303
+ longitude: {
304
+ title: "Longitude",
305
+ description: "",
306
+ type: exports.AdminTemplateInputTypes.inputNumber,
307
+ },
308
+ },
309
+ },
310
+ gtmId: {
311
+ title: "GTM ID",
312
+ description: "Google Tag Manager ID",
313
+ type: exports.AdminTemplateInputTypes.inputChar,
314
+ },
315
+ isPlanningOnly: {
316
+ title: "Planning Only",
317
+ description: "Enable if planning mode is the only available shopping method",
318
+ helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo",
319
+ type: exports.AdminTemplateInputTypes.checkbox,
320
+ },
321
+ mapZoom: {
322
+ title: "Map Zoom",
323
+ description: "Use to change the google maps zoom level",
324
+ helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo",
325
+ type: exports.AdminTemplateInputTypes.inputNumber,
326
+ },
327
+ retailerCountry: {
328
+ title: "Retailer country",
329
+ description: "Select the retailer country",
330
+ helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo",
331
+ type: exports.AdminTemplateInputTypes.dropdown,
332
+ options: ["us", "ca", "ie", "au"],
333
+ },
334
+ retailerName: {
335
+ title: "Retailer Name",
336
+ description: "Retailers short code e.g the code used for the retailers environment.",
337
+ helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo",
338
+ type: exports.AdminTemplateInputTypes.inputChar,
339
+ },
340
+ timeslotModalSettings: {
341
+ title: "Timeslot Modal Settings",
342
+ description: "Force timeslot selection",
343
+ type: exports.AdminTemplateInputTypes.collapsableObject,
344
+ value: {
345
+ showOnAddToCart: {
346
+ title: "Timeslot on Add To Cart",
347
+ description: "Show timeslot popup when user clicks on AddToCart",
348
+ type: exports.AdminTemplateInputTypes.checkbox,
349
+ },
350
+ timeslotRequiredToAddToCart: {
351
+ title: "Force Timeslot on Add To Cart",
352
+ description: "Force a timeslot selection in order to add item in cart",
353
+ type: exports.AdminTemplateInputTypes.checkbox,
354
+ },
355
+ timeslotRequiredToViewCartReview: {
356
+ title: "Force Timeslot on Cart Page",
357
+ description: "Force a timeslot selection in order to view cart page",
358
+ type: exports.AdminTemplateInputTypes.checkbox,
359
+ },
360
+ },
361
+ },
362
+ };
363
+ var AccountPageSettingsChildren = {
364
+ loyaltyTab: {
365
+ title: "Loyalty Tab",
366
+ description: "Set up Loyalty Tab on account page",
367
+ type: exports.AdminTemplateInputTypes.collapsableObject,
368
+ value: {
369
+ enabled: {
370
+ title: "Enable Loyalty Tab",
371
+ description: "Enable Loyalty tab section within My Account page",
372
+ type: exports.AdminTemplateInputTypes.checkbox,
373
+ },
374
+ disabledEdit: {
375
+ title: "Disable Loyalty edit",
376
+ description: "Prevent users to change their loyalty number",
377
+ type: exports.AdminTemplateInputTypes.checkbox,
378
+ },
379
+ loyaltyNumberLength: {
380
+ title: "Loyalty Number Length",
381
+ description: "Control the loyalty number length",
382
+ type: exports.AdminTemplateInputTypes.inputNumber,
383
+ },
384
+ loyaltyNumberPrefix: {
385
+ title: "Loyalty Number Prefix",
386
+ description: "Add hardcoded prefix for loyalty numbers (this will affect the length)",
387
+ type: exports.AdminTemplateInputTypes.inputChar,
388
+ },
389
+ loyaltyValidationType: {
390
+ title: "Loyalty Number Validation",
391
+ description: "Select loyalty validation types",
392
+ type: exports.AdminTemplateInputTypes.multiDropdown,
393
+ options: validationTypes,
394
+ },
395
+ },
396
+ },
397
+ idp: {
398
+ title: "IDP",
399
+ description: "Use an external account page",
400
+ type: exports.AdminTemplateInputTypes.collapsableObject,
401
+ value: {
402
+ enabled: {
403
+ title: "Enable",
404
+ description: "Enable the external My Account page",
405
+ type: exports.AdminTemplateInputTypes.checkbox,
406
+ },
407
+ target: {
408
+ title: "Link Target",
409
+ description: "Should the link open in the same or new tab?",
410
+ type: exports.AdminTemplateInputTypes.dropdown,
411
+ options: ["_self", "_blank"]
412
+ },
413
+ url: {
414
+ title: "Link URL",
415
+ description: "URL to link to My Account page",
416
+ type: exports.AdminTemplateInputTypes.inputChar,
417
+ },
418
+ }
419
+ }
420
+ };
421
+ var AddressSettingsChildren = {
422
+ addressValidationTypes: {
423
+ title: "Address Validation",
424
+ description: "User address validation settings.",
425
+ helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3274670143/Address+Validation",
426
+ type: exports.AdminTemplateInputTypes.collapsableObject,
427
+ value: {
428
+ addressLine1: {
429
+ title: "Address Line 1",
430
+ description: addressValidationDescription,
431
+ type: exports.AdminTemplateInputTypes.multiDropdown,
432
+ options: ["alphaNumeric", "alphaOnly", "numericOnly", "required"],
433
+ },
434
+ addressLine2: {
435
+ title: "Address Line 2",
436
+ description: addressValidationDescription,
437
+ type: exports.AdminTemplateInputTypes.multiDropdown,
438
+ options: ["alphaNumeric", "alphaOnly", "numericOnly", "required"],
439
+ },
440
+ city: {
441
+ title: "City",
442
+ description: addressValidationDescription,
443
+ type: exports.AdminTemplateInputTypes.multiDropdown,
444
+ options: ["alphaNumeric", "alphaOnly", "required"],
445
+ },
446
+ countyProvinceState: {
447
+ title: "County/Province/State",
448
+ description: addressValidationDescription,
449
+ type: exports.AdminTemplateInputTypes.multiDropdown,
450
+ options: [
451
+ "alphaNumeric",
452
+ "alphaOnly",
453
+ "auState",
454
+ "ieCounty",
455
+ "usState",
456
+ "caProvince",
457
+ "required",
458
+ ],
459
+ },
460
+ familyName: {
461
+ title: "User's Surname",
462
+ description: addressValidationDescription,
463
+ type: exports.AdminTemplateInputTypes.multiDropdown,
464
+ options: ["alphaNumeric", "alphaOnly", "required"],
465
+ },
466
+ firstName: {
467
+ title: "User's first name",
468
+ description: addressValidationDescription,
469
+ type: exports.AdminTemplateInputTypes.multiDropdown,
470
+ options: ["alphaNumeric", "alphaOnly", "required"],
471
+ },
472
+ instructions: {
473
+ title: "User Instructions Fields",
474
+ description: "Validation for the input fields for user instructions",
475
+ type: exports.AdminTemplateInputTypes.multiDropdown,
476
+ options: ["alphaNumeric", "alphaOnly", "required", "numericOnly"],
477
+ },
478
+ phoneNumber: {
479
+ title: "Phone Number",
480
+ description: "The number to be used to contact the user",
481
+ type: exports.AdminTemplateInputTypes.multiDropdown,
482
+ options: [
483
+ "usPhone",
484
+ "usMobileNumber",
485
+ "numericOnly",
486
+ "auPhone",
487
+ "caPhone",
488
+ "iePhone",
489
+ "anyPhone",
490
+ "required",
491
+ ],
492
+ },
493
+ postCode: {
494
+ title: "Post / zip code",
495
+ description: addressValidationDescription,
496
+ type: exports.AdminTemplateInputTypes.multiDropdown,
497
+ options: [
498
+ "alphaNumeric",
499
+ "auPostCode",
500
+ "caPostCode",
501
+ "iePostCode",
502
+ "usPostCode",
503
+ "numericOnly",
504
+ "required",
505
+ ],
506
+ },
507
+ smsNumber: {
508
+ title: "SMS number",
509
+ description: addressValidationDescription,
510
+ type: exports.AdminTemplateInputTypes.multiDropdown,
511
+ options: [
512
+ "usPhone",
513
+ "usMobileNumber",
514
+ "numericOnly",
515
+ "auPhone",
516
+ "caPhone",
517
+ "iePhone",
518
+ "anyPhone",
519
+ "required",
520
+ ],
521
+ },
522
+ },
523
+ },
524
+ eircode: {
525
+ title: "Eircode",
526
+ description: "Add a link to the address section",
527
+ type: exports.AdminTemplateInputTypes.collapsableObject,
528
+ value: {
529
+ enabled: {
530
+ title: "Enable",
531
+ description: "",
532
+ type: exports.AdminTemplateInputTypes.checkbox,
533
+ },
534
+ url: {
535
+ title: "Link URL",
536
+ description: "",
537
+ type: exports.AdminTemplateInputTypes.inputChar,
538
+ },
539
+ }
540
+ },
541
+ integration: {
542
+ title: 'Address Integration Settings',
543
+ description: 'Coming Soon',
544
+ type: exports.AdminTemplateInputTypes.nullObject
545
+ },
546
+ useAddressValidation: {
547
+ title: "useAddressValidation",
548
+ description: "useAddressValidation",
549
+ type: exports.AdminTemplateInputTypes.checkbox,
550
+ },
551
+ };
552
+ var CartSummarySettingsChildren = {
553
+ showTaxTotal: {
554
+ title: "showTaxTotal",
555
+ description: " ",
556
+ type: exports.AdminTemplateInputTypes.checkbox,
557
+ },
558
+ showTaxGroups: {
559
+ title: "showTaxGroups",
560
+ description: " ",
561
+ type: exports.AdminTemplateInputTypes.checkbox,
562
+ },
563
+ hideTaxOnSummary: {
564
+ title: "hideTaxOnSummary",
565
+ description: " ",
566
+ type: exports.AdminTemplateInputTypes.checkbox,
567
+ },
568
+ };
43
569
  exports.AdminSettingsTemplateSFUI = {
44
570
  adminPanelOnly: {
45
571
  title: "Retailer Details",
@@ -58,562 +584,86 @@ exports.AdminSettingsTemplateSFUI = {
58
584
  },
59
585
  },
60
586
  },
61
- // addressIntegration: {
62
- // title: "Address Integration",
63
- // description: "Use external address integration",
64
- // helpLink:
65
- // "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo",
66
- // type: AdminTemplateInputTypes.object,
67
- // value: {
68
- // enabled: {
69
- // title: "Enabled",
70
- // description: "Enables external address integration",
71
- // type: AdminTemplateInputTypes.checkbox,
72
- // },
73
- // getAddressesUrl: {
74
- // title: "Get Address Url",
75
- // description: "Set the get address url",
76
- // type: AdminTemplateInputTypes.inputChar,
77
- // },
78
- // getLocationUrl: {
79
- // title: "Get Location Url",
80
- // description: "Set the get location url",
81
- // type: AdminTemplateInputTypes.inputChar,
82
- // },
83
- // addressFinderType: {
84
- // title: "Address Finder Type",
85
- // description: "Select the address finder type",
86
- // type: AdminTemplateInputTypes.dropdown,
87
- // options: ["AUS", "EU", "IE", "US", "UK", "CA"],
88
- // },
89
- // },
90
- // },
91
- // allowInStorePurchases: {
92
- // title: "InStore Purchases",
93
- // description:
94
- // "Show the purchases made in store in the order history (requires integration).",
95
- // helpLink:
96
- // "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3274375221/AllowInStorePurchases",
97
- // type: AdminTemplateInputTypes.checkbox,
98
- // },
99
- // allowPastPurchases: {
100
- // title: "Display PastPurchases",
101
- // description: "Enable displaying past purchases functionality",
102
- // helpLink:
103
- // "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3274637365/AllowPastPurchases",
104
- // type: AdminTemplateInputTypes.checkbox,
105
- // },
106
- // cacheTimeMins: {
107
- // title: "Production Cache time",
108
- // description:
109
- // "How long data will be cached to make the site faster. (1 = 1minute)",
110
- // type: AdminTemplateInputTypes.inputNumber,
111
- // },
112
- // addressValidationTypes: {
113
- // title: "Address Validation",
114
- // description: "User address validation settings.",
115
- // helpLink:
116
- // "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3274670143/Address+Validation",
117
- // type: AdminTemplateInputTypes.object,
118
- // value: {
119
- // firstName: {
120
- // title: "User's first name",
121
- // description: addressValidationDescription,
122
- // type: AdminTemplateInputTypes.multiDropdown,
123
- // options: ["alphaNumeric", "alphaOnly", "required"],
124
- // },
125
- // familyName: {
126
- // title: "User's Surname",
127
- // description: addressValidationDescription,
128
- // type: AdminTemplateInputTypes.multiDropdown,
129
- // options: ["alphaNumeric", "alphaOnly", "required"],
130
- // },
131
- // addressLine1: {
132
- // title: "Address Line 1",
133
- // description: addressValidationDescription,
134
- // type: AdminTemplateInputTypes.multiDropdown,
135
- // options: ["alphaNumeric", "alphaOnly", "numericOnly", "required"],
136
- // },
137
- // addressLine2: {
138
- // title: "Address Line 2",
139
- // description: addressValidationDescription,
140
- // type: AdminTemplateInputTypes.multiDropdown,
141
- // options: ["alphaNumeric", "alphaOnly", "numericOnly", "required"],
142
- // },
143
- // city: {
144
- // title: "City",
145
- // description: addressValidationDescription,
146
- // type: AdminTemplateInputTypes.multiDropdown,
147
- // options: ["alphaNumeric", "alphaOnly", "required"],
148
- // },
149
- // countyProvinceState: {
150
- // title: "County/Province/State",
151
- // description: addressValidationDescription,
152
- // type: AdminTemplateInputTypes.multiDropdown,
153
- // options: [
154
- // "alphaNumeric",
155
- // "alphaOnly",
156
- // "auState",
157
- // "ieCounty",
158
- // "usState",
159
- // "caProvince",
160
- // "required",
161
- // ],
162
- // },
163
- // instructions: {
164
- // title: "User Instructions Fields",
165
- // description: "Validation for the input fields for user instructions",
166
- // type: AdminTemplateInputTypes.multiDropdown,
167
- // options: ["alphaNumeric", "alphaOnly", "required", "numericOnly"],
168
- // },
169
- // phoneNumber: {
170
- // title: "Phone Number",
171
- // description: "The number to be used to contact the user",
172
- // type: AdminTemplateInputTypes.multiDropdown,
173
- // options: [
174
- // "usPhone",
175
- // "usMobileNumber",
176
- // "numericOnly",
177
- // "auPhone",
178
- // "caPhone",
179
- // "iePhone",
180
- // "anyPhone",
181
- // "required",
182
- // ],
183
- // },
184
- // postCode: {
185
- // title: "Post / zip code",
186
- // description: addressValidationDescription,
187
- // type: AdminTemplateInputTypes.multiDropdown,
188
- // options: [
189
- // "alphaNumeric",
190
- // "auPostCode",
191
- // "caPostCode",
192
- // "iePostCode",
193
- // "usPostCode",
194
- // "numericOnly",
195
- // "required",
196
- // ],
197
- // },
198
- // },
199
- // },
200
- // accountPage: {
201
- // title: "Account Page",
202
- // description: "Account page settings",
203
- // type: AdminTemplateInputTypes.object,
204
- // helpLink:
205
- // "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3275784302/Account+Page",
206
- // value: {
207
- // loyaltyTab: {
208
- // title: "Loyalty Tab",
209
- // description: "Set up Loyalty Tab on account page",
210
- // type: AdminTemplateInputTypes.object,
211
- // value: {
212
- // enabled: {
213
- // title: "Enable Loyalty Tab",
214
- // description: "Enable Loyalty tab section within My Account page",
215
- // type: AdminTemplateInputTypes.checkbox,
216
- // },
217
- // disabledEdit: {
218
- // title: "Disable Loyalty edit",
219
- // description: "Prevent users to change their loyalty number",
220
- // type: AdminTemplateInputTypes.checkbox,
221
- // },
222
- // loyaltyNumberLength: {
223
- // title: "Loyalty Number Length",
224
- // description: "Control the loyalty number length",
225
- // type: AdminTemplateInputTypes.inputNumber,
226
- // },
227
- // loyaltyNumberPrefix: {
228
- // title: "Loyalty Number Prefix",
229
- // description:
230
- // "Add hardcoded prefix for loyalty numbers (this will affect the length)",
231
- // type: AdminTemplateInputTypes.inputChar,
232
- // },
233
- // loyaltyValidationType: {
234
- // title: "Loyalty Number Validation",
235
- // description: "Select loyalty validation types",
236
- // type: AdminTemplateInputTypes.multiDropdown,
237
- // options: validationTypes,
238
- // },
239
- // },
240
- // },
241
- // },
242
- // },
243
- // // canadianAddressCompleteKey?: string | undefined;
244
- // // checkout?: IGlobalCheckoutProps;
245
- // checkoutV1: {
246
- // title: "Checkout Version",
247
- // description: "Change your version of the checkout shown to users",
248
- // helpLink:
249
- // "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3276111878/Checkout+Version",
250
- // type: AdminTemplateInputTypes.checkbox,
251
- // },
252
- // // checkoutValidation?: ICheckoutValidation;
253
- // // ctaButtons?: ICtaButtons;
254
- // daysToRemainSignedIn: {
255
- // title: "Sign In Days",
256
- // description: "Time in days to remain signed in in the app",
257
- // helpLink:
258
- // "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo",
259
- // type: AdminTemplateInputTypes.inputNumber,
260
- // },
261
- // defaultCountry: {
262
- // title: "Default Country",
263
- // description: "Used for address, phone validation & ui formating.",
264
- // helpLink:
265
- // "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3273752757/Default+Country",
266
- // type: AdminTemplateInputTypes.dropdown,
267
- // options: ["USA", "Canada", "Ireland", "Australia"],
268
- // },
269
- // // defaultSearchParams?: IDefaultSearchParams;
270
- // defaultShoppingMode: {
271
- // title: "Default Shopping Mode",
272
- // description:
273
- // "Shopping mode the site defaults to when a user lands and has not registered.",
274
- // helpLink:
275
- // "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3272999110/Default+Shopping+Mode",
276
- // type: AdminTemplateInputTypes.dropdown,
277
- // options: ["pickup", "planning", "delivery"],
278
- // },
279
- // defaultStoreLocation: {
280
- // title: "Default Store Location",
281
- // description:
282
- // "Used to center the store selector map to the retailers region. Without setting this, the map defaults to central Africa.",
283
- // type: AdminTemplateInputTypes.object,
284
- // helpLink:
285
- // "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3275784259/Default+Store+Location",
286
- // value: {
287
- // latitude: {
288
- // title: "Latitude",
289
- // description: "",
290
- // type: AdminTemplateInputTypes.inputNumber,
291
- // },
292
- // longitude: {
293
- // title: "Longitude",
294
- // description: "",
295
- // type: AdminTemplateInputTypes.inputNumber,
296
- // },
297
- // },
298
- // },
299
- // // defaultStoreLocation?: IDefaultStoreLocation;
300
- // disableTprPrice: {
301
- // title: "Disable TPR Price",
302
- // description: "Disable the display of tpr pricing",
303
- // helpLink:
304
- // "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3276177413/Disable+TPR+Price",
305
- // type: AdminTemplateInputTypes.checkbox,
306
- // },
307
- // documentTitle: {
308
- // title: "Document Title",
309
- // description:
310
- // "Fallback browser page Title if no SEO details are added to the page via the CMS.",
311
- // helpLink:
312
- // "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3275685918/Document+Title",
313
- // type: AdminTemplateInputTypes.inputChar,
314
- // },
315
- // // eircode?: string | null;
316
- // enable3dSecure: {
317
- // title: "Enable 3DSecure",
318
- // description: "Enable 3d secure validation for payment",
319
- // helpLink:
320
- // "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3276144647/Enable+3DSecure",
321
- // type: AdminTemplateInputTypes.checkbox,
322
- // },
323
- // enableGoogleTranslate: {
324
- // title: "Enable Google Translate",
325
- // description: "Enable google translation display and functionality",
326
- // helpLink:
327
- // "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3276275734/Enable+Google+Translate",
328
- // type: AdminTemplateInputTypes.checkbox,
329
- // },
330
- // enableNewsletterSignup: {
331
- // title: "Enable Newsletter",
332
- // description: "Enable newsletter signup functionality",
333
- // helpLink:
334
- // "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3276144678/Enable+Newsletter",
335
- // type: AdminTemplateInputTypes.checkbox,
336
- // },
337
- // enableNotifications: {
338
- // title: "Enable Notifications",
339
- // description: "Enable notifications functionality",
340
- // helpLink:
341
- // "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3276177422/Enable+Notifications",
342
- // type: AdminTemplateInputTypes.checkbox,
343
- // },
344
- // // errorLoggingLevel?: ILoggingLevel;
345
- // // externalApps?: IExternalApps;
346
- // // externalStoreSelectorUrl: {
347
- // // title: "External Store Selector Url",
348
- // // description:
349
- // // "Shows a link back to previous shoping platform, seen on store selection modal.This is generally used for an existing site that has not migrated all their stores to WynShop.",
350
- // // type: "inputChar",
351
- // // },
352
- // favoritesV1: {
353
- // title: "Favorites Version1",
354
- // description: "Enable version 1 of favorites functionality",
355
- // helpLink:
356
- // "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3276144744/Favorites+Version1",
357
- // type: AdminTemplateInputTypes.checkbox,
358
- // },
587
+ accountPage: {
588
+ title: "Account Page",
589
+ description: "Account page settings",
590
+ type: exports.AdminTemplateInputTypes.collapsableObject,
591
+ helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3275784302/Account+Page",
592
+ value: AccountPageSettingsChildren,
593
+ },
594
+ addressSettings: {
595
+ title: 'Address Settings',
596
+ description: 'Controls how the user can add an address',
597
+ type: exports.AdminTemplateInputTypes.collapsableObject,
598
+ value: AddressSettingsChildren
599
+ },
600
+ cartSummary: {
601
+ title: 'Cart & Order Summary',
602
+ description: 'Settings for the Cart or Order Summary section',
603
+ type: exports.AdminTemplateInputTypes.collapsableObject,
604
+ value: CartSummarySettingsChildren
605
+ },
606
+ checkout: {
607
+ title: 'Checkout Summary',
608
+ description: 'Coming Soon',
609
+ type: exports.AdminTemplateInputTypes.collapsableObject
610
+ },
359
611
  features: {
360
612
  title: "Features",
361
613
  description: "These are non-essential enhancements and integrations, the storefront will function without these.",
362
614
  type: exports.AdminTemplateInputTypes.collapsableObject,
363
615
  helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3304816658/Features",
364
- value: {
365
- additionalCharges: {
366
- title: "Additional Charges",
367
- description: "Enables additional charges on the payments section of checkout.",
368
- helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3274571877/Additional+Charges",
369
- type: exports.AdminTemplateInputTypes.checkbox,
370
- },
371
- clientCache: {
372
- title: "Browser API Caching",
373
- description: "Enable cache for clients on the browser",
374
- type: exports.AdminTemplateInputTypes.checkbox,
375
- helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3304783908/Client+Cache",
376
- },
377
- giftCards: {
378
- title: "Gift Cards",
379
- description: "Enables gift cards on the payments section of checkout.",
380
- helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3313598656/Gift+Cards",
381
- type: exports.AdminTemplateInputTypes.collapsableObject,
382
- value: {
383
- enabled: {
384
- title: "Enable Gift Cards",
385
- description: "Enables gift cards feature.",
386
- type: exports.AdminTemplateInputTypes.checkbox,
387
- },
388
- gitfCardInputValidation: {
389
- title: "Gift Card Input Validation",
390
- description: "Regular expression used for giftcard validation",
391
- type: exports.AdminTemplateInputTypes.inputChar,
392
- },
393
- pinInputValidation: {
394
- title: "Gift Card Pin Validation",
395
- description: "Regular expression used for pin validation",
396
- type: exports.AdminTemplateInputTypes.inputChar,
397
- },
398
- reCaptcha: {
399
- title: "Enable reCaptcha",
400
- description: "Enables reCaptcha validation feature.",
401
- type: exports.AdminTemplateInputTypes.checkbox,
402
- helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3327885553/ReCaptcha+validation",
403
- },
404
- },
405
- },
406
- vouchers: {
407
- title: "Voucher",
408
- description: "Enables voucher on checkout page (requires integration).",
409
- helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3304947761/Vouchers",
410
- type: exports.AdminTemplateInputTypes.collapsableObject,
411
- value: {
412
- enabled: {
413
- title: "Enable Vouchers",
414
- description: "Enables vouchers feature.",
415
- type: exports.AdminTemplateInputTypes.checkbox,
416
- helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3304947761/Vouchers",
417
- },
418
- reCaptcha: {
419
- title: "Enable reCaptcha",
420
- description: "Enables reCaptcha validation feature.",
421
- type: exports.AdminTemplateInputTypes.checkbox,
422
- helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3327885553/ReCaptcha+validation",
423
- },
424
- },
425
- },
426
- entryModalVersion: {
427
- title: "Set entry modal step",
428
- description: "Set entry modal step setting.",
429
- type: exports.AdminTemplateInputTypes.string,
430
- helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3344302081/Entry+Modal+Version",
431
- },
432
- smartbanner: {
433
- title: "Smart Banner",
434
- description: "Render smart banner on mobile views",
435
- helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3304849441/Smart+Banner",
436
- type: exports.AdminTemplateInputTypes.collapsableObject,
437
- value: {
438
- enabled: {
439
- title: "Enable",
440
- description: "Enable smart banner",
441
- type: exports.AdminTemplateInputTypes.checkbox,
442
- },
443
- title: {
444
- title: "Title",
445
- description: "Smart banner title",
446
- type: exports.AdminTemplateInputTypes.inputChar,
447
- },
448
- author: {
449
- title: "Author",
450
- description: "Smart banner author",
451
- type: exports.AdminTemplateInputTypes.inputChar,
452
- },
453
- price: {
454
- title: "Price",
455
- description: "Smart banner price",
456
- type: exports.AdminTemplateInputTypes.inputChar,
457
- },
458
- priceSuffixApple: {
459
- title: "Apple Price Suffix",
460
- description: "Smart banner price suffix for Apple devices",
461
- type: exports.AdminTemplateInputTypes.inputChar,
462
- },
463
- priceSuffixGoogle: {
464
- title: "Google Price Suffix",
465
- description: "Smart banner price suffix for Google devices",
466
- type: exports.AdminTemplateInputTypes.inputChar,
467
- },
468
- iconApple: {
469
- title: "Apple Icon",
470
- description: "Smart banner icon for Apple devices",
471
- type: exports.AdminTemplateInputTypes.inputChar,
472
- },
473
- iconGoogle: {
474
- title: "Google Icon",
475
- description: "Smart banner icon for Google devices",
476
- type: exports.AdminTemplateInputTypes.inputChar,
477
- },
478
- button: {
479
- title: "Button",
480
- description: "Smart banner button text",
481
- type: exports.AdminTemplateInputTypes.inputChar,
482
- },
483
- buttonUrlApple: {
484
- title: "Apple Button Url",
485
- description: "Smart banner url for Apple button",
486
- type: exports.AdminTemplateInputTypes.inputChar,
487
- },
488
- buttonUrlGoogle: {
489
- title: "Google Button Url",
490
- description: "Smart banner url for Google button",
491
- type: exports.AdminTemplateInputTypes.inputChar,
492
- },
493
- closeLabel: {
494
- title: "Close Label",
495
- description: "Smart banner label text",
496
- type: exports.AdminTemplateInputTypes.inputChar,
497
- },
498
- },
499
- },
500
- },
616
+ value: FeatureSettingsChildren
617
+ },
618
+ pdpSettings: {
619
+ title: 'Product Details Page Settings',
620
+ description: 'Coming Soon',
621
+ type: exports.AdminTemplateInputTypes.nullObject
622
+ },
623
+ productCard: {
624
+ title: 'Product Card Settings',
625
+ description: 'Coming Soon',
626
+ type: exports.AdminTemplateInputTypes.nullObject
501
627
  },
502
628
  siteSettings: {
503
629
  title: "General Site Settings",
504
630
  description: "These are essential settings, the storefront will NOT function without these.",
505
631
  type: exports.AdminTemplateInputTypes.collapsableObject,
506
632
  helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3328180235/General+Site+Settings",
507
- value: {
508
- anonymousCart: {
509
- title: "Anonymous Cart",
510
- description: "Allows the customer to add to cart without being logged in.",
511
- helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3327983631/Anonymous+Cart",
512
- type: exports.AdminTemplateInputTypes.checkbox,
513
- },
514
- },
633
+ value: SiteSettingsChildren,
515
634
  },
516
- // flipp: {
517
- // title: "Flipp Circulars",
518
- // description: "Configure Flipp circulars integration",
519
- // type: AdminTemplateInputTypes.nullObject,
520
- // value: {
521
- // version: {
522
- // title: "Version",
523
- // description: "Will you use version 1 or version 2?",
524
- // type: AdminTemplateInputTypes.checkbox,
525
- // },
526
- // retailer: {
527
- // title: "Retailer Name",
528
- // description: "The retailer setting from flipp",
529
- // type: AdminTemplateInputTypes.inputChar,
530
- // },
531
- // merchantId: {
532
- // title: "Merchant Id",
533
- // description: "The merchant Id setting from flipp",
534
- // type: AdminTemplateInputTypes.inputChar,
535
- // },
536
- // accessToken: {
537
- // title: "Access Token",
538
- // description: "The access token setting from flipp",
539
- // type: AdminTemplateInputTypes.inputChar,
540
- // },
541
- // },
635
+ // favoritesV1: {
636
+ // title: "Favorites Version1",
637
+ // description: "Enable version 1 of favorites functionality",
638
+ // helpLink:
639
+ // "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3276144744/Favorites+Version1",
640
+ // type: AdminTemplateInputTypes.checkbox,
542
641
  // },
543
- // smartbanner: {
544
- // title: "Smart Banner",
545
- // description: "Render smart banner on mobile views",
546
- // type: AdminTemplateInputTypes.object,
547
- // value: {
548
- // enabled: {
549
- // title: "Enable",
550
- // description: "Enable smart banner",
551
- // type: AdminTemplateInputTypes.checkbox,
552
- // },
553
- // title: {
554
- // title: "Title",
555
- // description: "Smart banner title",
556
- // type: AdminTemplateInputTypes.inputChar,
557
- // },
558
- // author: {
559
- // title: "Author",
560
- // description: "Smart banner author",
561
- // type: AdminTemplateInputTypes.inputChar,
562
- // },
563
- // price: {
564
- // title: "Price",
565
- // description: "Smart banner price",
566
- // type: AdminTemplateInputTypes.inputChar,
567
- // },
568
- // priceSuffixApple: {
569
- // title: "Apple Price Suffix",
570
- // description: "Smart banner price suffix for Apple devices",
571
- // type: AdminTemplateInputTypes.inputChar,
572
- // },
573
- // priceSuffixGoogle: {
574
- // title: "Google Price Suffix",
575
- // description: "Smart banner price suffix for Google devices",
576
- // type: AdminTemplateInputTypes.inputChar,
577
- // },
578
- // iconApple: {
579
- // title: "Apple Icon",
580
- // description: "Smart banner icon for Apple devices",
581
- // type: AdminTemplateInputTypes.inputChar,
582
- // },
583
- // iconGoogle: {
584
- // title: "Google Icon",
585
- // description: "Smart banner icon for Google devices",
586
- // type: AdminTemplateInputTypes.inputChar,
587
- // },
588
- // button: {
589
- // title: "Button",
590
- // description: "Smart banner button text",
591
- // type: AdminTemplateInputTypes.inputChar,
592
- // },
593
- // buttonUrlApple: {
594
- // title: "Apple Button Url",
595
- // description: "Smart banner url for Apple button",
596
- // type: AdminTemplateInputTypes.inputChar,
597
- // },
598
- // buttonUrlGoogle: {
599
- // title: "Google Button Url",
600
- // description: "Smart banner url for Google button",
601
- // type: AdminTemplateInputTypes.inputChar,
602
- // },
603
- // closeLabel: {
604
- // title: "Close Label",
605
- // description: "Smart banner label text",
606
- // type: AdminTemplateInputTypes.inputChar,
642
+ // addressIntegration: {
643
+ // title: "Address Integration",
644
+ // description: "Use external address integration",
645
+ // helpLink:
646
+ // "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3346464807/Address+Integration",
647
+ // type: AdminTemplateInputTypes.object,
648
+ // value: {
649
+ // enabled: {
650
+ // title: "Enabled",
651
+ // description: "Enables external address integration",
652
+ // type: AdminTemplateInputTypes.checkbox,
653
+ // },
654
+ // addressFinderType: {
655
+ // title: "Address Finder Type",
656
+ // description: "Select the address finder type",
657
+ // type: AdminTemplateInputTypes.dropdown,
658
+ // options: ["AUS", "EU", "IE", "US", "UK", "CA"],
659
+ // },
660
+ // useForNewAddresses: {
661
+ // title: "Use For New Addresses",
662
+ // description: "Use for creating new addresses on checkout",
663
+ // type: AdminTemplateInputTypes.checkbox,
664
+ // },
607
665
  // },
608
666
  // },
609
- // },
610
- // globalAnimations?: IGlobalAnimations;
611
- // googleAutocompleteSettings?: IGoogleAutocompleteSettings;
612
- // gtmId: {
613
- // title: "GTM ID",
614
- // description: "Google Tag Manager ID",
615
- // type: AdminTemplateInputTypes.inputChar,
616
- // },
617
667
  // hideTaxOnSummary: {
618
668
  // title: "Hide Summary Tax",
619
669
  // description: "Hide the tax displayed on the summary box",
@@ -641,14 +691,6 @@ exports.AdminSettingsTemplateSFUI = {
641
691
  // // value: {}
642
692
  // // },
643
693
  // // instacartUrl?: string | undefined;
644
- // isPlanningOnly: {
645
- // title: "Planning Only",
646
- // description:
647
- // "Enable if planning mode is the only available shopping method",
648
- // helpLink:
649
- // "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo",
650
- // type: AdminTemplateInputTypes.checkbox,
651
- // },
652
694
  // // layout?: ILayoutSettings;
653
695
  // limitProductCardTitleHeight: {
654
696
  // title: "Limit Product Card Title",
@@ -672,13 +714,6 @@ exports.AdminSettingsTemplateSFUI = {
672
714
  // "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo",
673
715
  // type: AdminTemplateInputTypes.inputNumber,
674
716
  // },
675
- // mapZoom: {
676
- // title: "Map Zoom",
677
- // description: "Use to change the google maps zoom level",
678
- // helpLink:
679
- // "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo",
680
- // type: AdminTemplateInputTypes.inputNumber,
681
- // },
682
717
  // minimumCreditCardAmount: {
683
718
  // title: "Minimum Credit Card Amount",
684
719
  // description: "Use to set the minimum credit card amount",
@@ -719,22 +754,6 @@ exports.AdminSettingsTemplateSFUI = {
719
754
  // },
720
755
  // // registrationFields?: IRegistrationField[];
721
756
  // // restrictMapPlacesResults?: IRestrictMapPlaces;
722
- // retailerCountry: {
723
- // title: "Retailer country",
724
- // description: "Select the retailer country",
725
- // helpLink:
726
- // "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo",
727
- // type: AdminTemplateInputTypes.dropdown,
728
- // options: ["us", "ca", "ie", "au"],
729
- // },
730
- // retailerName: {
731
- // title: "Retailer Name",
732
- // description:
733
- // "Retailers short code e.g the code used for the retailers environment.",
734
- // helpLink:
735
- // "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo",
736
- // type: AdminTemplateInputTypes.inputChar,
737
- // },
738
757
  // searchPreview: {
739
758
  // title: "Search Previews",
740
759
  // description: "Toggle Products/Suggestions to appear on search preview",
@@ -836,28 +855,6 @@ exports.AdminSettingsTemplateSFUI = {
836
855
  // "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo",
837
856
  // type: AdminTemplateInputTypes.inputNumber,
838
857
  // },
839
- // timeslotModalSettings: {
840
- // title: "Timeslot Modal Settings",
841
- // description: "Force timeslot selection",
842
- // type: AdminTemplateInputTypes.object,
843
- // value: {
844
- // showOnAddToCart: {
845
- // title: "Timeslot on Add To Cart",
846
- // description: "Show timeslot popup when user clicks on AddToCart",
847
- // type: AdminTemplateInputTypes.checkbox,
848
- // },
849
- // timeslotRequiredToAddToCart: {
850
- // title: "Force Timeslot on Add To Cart",
851
- // description: "Force a timeslot selection in order to add item in cart",
852
- // type: AdminTemplateInputTypes.checkbox,
853
- // },
854
- // timeslotRequiredToViewCartReview: {
855
- // title: "Force Timeslot on Cart Page",
856
- // description: "Force a timeslot selection in order to view cart page",
857
- // type: AdminTemplateInputTypes.checkbox,
858
- // },
859
- // },
860
- // },
861
858
  // useAddressValidation: {
862
859
  // title: "Use Address Validation",
863
860
  // description: "Use to enable address validation",
@@ -866,3 +863,5 @@ exports.AdminSettingsTemplateSFUI = {
866
863
  // type: AdminTemplateInputTypes.checkbox,
867
864
  // },
868
865
  };
866
+ // use for settings that conflict with other settings
867
+ // ⚠️