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