@thryveai/theme-interfaces 2.7.147 → 2.7.149
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.
|
@@ -38,7 +38,7 @@ export interface IRetailerSettings {
|
|
|
38
38
|
documentTitle?: string;
|
|
39
39
|
eircode?: string | null;
|
|
40
40
|
enable3dSecure?: boolean;
|
|
41
|
-
|
|
41
|
+
enableGoogleTranslate?: boolean;
|
|
42
42
|
enableNewsletterSignup?: boolean;
|
|
43
43
|
enableNotifications?: boolean;
|
|
44
44
|
enableRecipeSearch?: boolean;
|
|
@@ -85,6 +85,7 @@ export interface IRetailerSettings {
|
|
|
85
85
|
secondTierAuthorization?: ISecondTierAuthorization;
|
|
86
86
|
showCheckoutPromoCode?: boolean;
|
|
87
87
|
showImgOnOrder?: boolean;
|
|
88
|
+
showRewardPromoChangeTimeslotMsg?: boolean;
|
|
88
89
|
siteSettings?: ISiteSettings;
|
|
89
90
|
smartBanner?: ISmartBanner;
|
|
90
91
|
smsNotifications?: ISMSConfig;
|
|
@@ -362,7 +363,7 @@ export interface IFeaturesV2 {
|
|
|
362
363
|
advertSettings: IAdvertSettings;
|
|
363
364
|
ebtPayments: boolean;
|
|
364
365
|
emailCartOrShoppingList: IEmailCartOrShoppingList;
|
|
365
|
-
|
|
366
|
+
enableGoogleTranslate: boolean;
|
|
366
367
|
enableNewsletterSignup: boolean;
|
|
367
368
|
enableNotifications: boolean;
|
|
368
369
|
enableRecipeSearch: boolean;
|
|
@@ -379,20 +380,16 @@ export interface IFeaturesV2 {
|
|
|
379
380
|
};
|
|
380
381
|
recipeLegacyShareLink: boolean;
|
|
381
382
|
registrationFields: IRegistrationField[];
|
|
382
|
-
rewardPromoChangeTimeslotMessage: boolean;
|
|
383
383
|
secondTierAuthorization?: ISecondTierAuthorization;
|
|
384
384
|
showCheckoutPromoCode: boolean;
|
|
385
385
|
showImgOnOrder: boolean;
|
|
386
|
+
showRewardPromoChangeTimeslotMsg: boolean;
|
|
386
387
|
smsNotifications: ISMSConfig;
|
|
387
388
|
specialRequestItems: boolean;
|
|
388
389
|
couponGallery: ICouponGalleryLayout;
|
|
389
390
|
gsaSupportedBrowser: boolean;
|
|
390
391
|
acquiaAuthService: boolean;
|
|
391
392
|
}
|
|
392
|
-
export interface IGoogleTranslateWidget {
|
|
393
|
-
enabled: boolean;
|
|
394
|
-
position: "header" | "footer";
|
|
395
|
-
}
|
|
396
393
|
export interface IPdpSettingsV2 {
|
|
397
394
|
externalContent: IExternalContentProps;
|
|
398
395
|
nutritionZone: INutritionZone;
|
|
@@ -554,19 +554,19 @@ exports.AdminSettingsTemplateSFUI = {
|
|
|
554
554
|
type: exports.AdminTemplateInputTypes.collapsableObject,
|
|
555
555
|
value: {
|
|
556
556
|
pdp: {
|
|
557
|
-
title: "Disable product details page messaging",
|
|
557
|
+
title: "Disable product details page messaging for alcohol",
|
|
558
558
|
description: "This will hide the alcohol shopping rule messaging in the Storefront product details page for items containing alcohol.",
|
|
559
559
|
type: exports.AdminTemplateInputTypes.checkbox,
|
|
560
560
|
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3344302081/Hide+Alcohol+Rule",
|
|
561
561
|
},
|
|
562
562
|
modal: {
|
|
563
|
-
title: "Disable warning modal",
|
|
563
|
+
title: "Disable alcohol warning modal",
|
|
564
564
|
description: "This will hide the alcohol shopping rule warning modal when an item containing alcohol is added to the cart.",
|
|
565
565
|
type: exports.AdminTemplateInputTypes.checkbox,
|
|
566
566
|
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3344302081/Hide+Alcohol+Rule",
|
|
567
567
|
},
|
|
568
568
|
productCard: {
|
|
569
|
-
title: "Disable product card messaging",
|
|
569
|
+
title: "Disable product card messaging for alcohol",
|
|
570
570
|
description: "This will hide the alcohol shopping rule messaging in the Storefront product card for items containing alcohol.",
|
|
571
571
|
type: exports.AdminTemplateInputTypes.checkbox,
|
|
572
572
|
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3344302081/Hide+Alcohol+Rule",
|
|
@@ -127,7 +127,7 @@ var DefaultConfigSFUI = {
|
|
|
127
127
|
},
|
|
128
128
|
ebtPayments: false,
|
|
129
129
|
emailCartOrShoppingList: { enabled: false, messageField: false },
|
|
130
|
-
|
|
130
|
+
enableGoogleTranslate: false,
|
|
131
131
|
enableNewsletterSignup: false,
|
|
132
132
|
enableNotifications: false,
|
|
133
133
|
enableRecipeSearch: false,
|
|
@@ -160,10 +160,10 @@ var DefaultConfigSFUI = {
|
|
|
160
160
|
},
|
|
161
161
|
recipeLegacyShareLink: true,
|
|
162
162
|
registrationFields: [],
|
|
163
|
-
rewardPromoChangeTimeslotMessage: false,
|
|
164
163
|
secondTierAuthorization: undefined,
|
|
165
164
|
showCheckoutPromoCode: true,
|
|
166
165
|
showImgOnOrder: false,
|
|
166
|
+
showRewardPromoChangeTimeslotMsg: false,
|
|
167
167
|
smartbanner: {
|
|
168
168
|
author: "",
|
|
169
169
|
button: "",
|