@thryveai/theme-interfaces 2.4.19 → 2.4.21
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.
|
@@ -185,6 +185,7 @@ export interface ITimeslotModalSettings {
|
|
|
185
185
|
showOnAddToCart: boolean;
|
|
186
186
|
timeslotRequiredToAddToCart: boolean;
|
|
187
187
|
timeslotRequiredToViewCartReview: boolean;
|
|
188
|
+
timeslotRequiredToViewCheckout: boolean;
|
|
188
189
|
}
|
|
189
190
|
export declare type IAdvertsData = {
|
|
190
191
|
[screen in IScreenType]?: string;
|
|
@@ -478,6 +479,7 @@ export interface IGlobalCheckoutProps {
|
|
|
478
479
|
export interface IShoppingRuleControl {
|
|
479
480
|
modal: boolean;
|
|
480
481
|
pdp: boolean;
|
|
482
|
+
productCard: boolean;
|
|
481
483
|
}
|
|
482
484
|
export interface IAddressIntegration {
|
|
483
485
|
enabled: boolean;
|
|
@@ -172,6 +172,12 @@ var FeatureSettingsChildren = {
|
|
|
172
172
|
type: exports.AdminTemplateInputTypes.checkbox,
|
|
173
173
|
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3344302081/Hide+Alcohol+Rule",
|
|
174
174
|
},
|
|
175
|
+
productCard: {
|
|
176
|
+
title: "Disable shopping rule label",
|
|
177
|
+
description: "Disable alchohol rule label in Product Cards.",
|
|
178
|
+
type: exports.AdminTemplateInputTypes.checkbox,
|
|
179
|
+
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3344302081/Hide+Alcohol+Rule",
|
|
180
|
+
},
|
|
175
181
|
},
|
|
176
182
|
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3344302081/Hide+Alcohol+Rule",
|
|
177
183
|
},
|
|
@@ -467,6 +473,11 @@ var SiteSettingsChildren = {
|
|
|
467
473
|
description: "Force a timeslot selection in order to view cart page",
|
|
468
474
|
type: exports.AdminTemplateInputTypes.checkbox,
|
|
469
475
|
},
|
|
476
|
+
timeslotRequiredToViewCheckout: {
|
|
477
|
+
title: "Force Timeslot on Checkout",
|
|
478
|
+
description: "Force a timeslot selection in order to view checkout",
|
|
479
|
+
type: exports.AdminTemplateInputTypes.checkbox,
|
|
480
|
+
},
|
|
470
481
|
},
|
|
471
482
|
},
|
|
472
483
|
useContentEngineV2Components: {
|
|
@@ -109,6 +109,7 @@ var DefaultConfigSFUI = {
|
|
|
109
109
|
hideAlcoholRule: {
|
|
110
110
|
modal: false,
|
|
111
111
|
pdp: false,
|
|
112
|
+
productCard: false,
|
|
112
113
|
},
|
|
113
114
|
instacart: {
|
|
114
115
|
enabled: false,
|
|
@@ -262,6 +263,7 @@ var DefaultConfigSFUI = {
|
|
|
262
263
|
showOnAddToCart: false,
|
|
263
264
|
timeslotRequiredToAddToCart: false,
|
|
264
265
|
timeslotRequiredToViewCartReview: false,
|
|
266
|
+
timeslotRequiredToViewCheckout: false,
|
|
265
267
|
},
|
|
266
268
|
useContentEngineV2Components: {
|
|
267
269
|
Carousel: false,
|