@gem-sdk/components 2.1.13-staging.3 → 2.1.13-staging.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/article/components/ArticleImage.js +2 -1
- package/dist/cjs/article/components/ArticleList.js +1 -1
- package/dist/cjs/banner/components/hero-banner/index.liquid.js +12 -13
- package/dist/cjs/banner/components/hero-banner/utils/index.js +5 -3
- package/dist/cjs/builder.js +21 -1
- package/dist/cjs/carousel/components/Carousel.liquid.js +3 -2
- package/dist/cjs/collection/components/CollectionDescription.js +101 -7
- package/dist/cjs/collection/components/CollectionDescription.liquid.js +102 -9
- package/dist/cjs/collection/setting/CollectionDescription.js +128 -0
- package/dist/cjs/form/components/textarea/TextArea.liquid.js +2 -2
- package/dist/cjs/image/components/AdaptiveImage.liquid.js +6 -5
- package/dist/cjs/image/components/Image.js +0 -1
- package/dist/cjs/image/components/Image.liquid.js +6 -5
- package/dist/cjs/image/components/NextImage.liquid.js +4 -3
- package/dist/cjs/image-comparison/components/CompareImage.liquid.js +7 -3
- package/dist/cjs/index.js +20 -0
- package/dist/cjs/index.liquid.js +22 -2
- package/dist/cjs/marquee/components/MarqueeBase.liquid.js +7 -26
- package/dist/cjs/product/components/Product.liquid.js +3 -2
- package/dist/cjs/product/components/ProductBadge/index.liquid.js +13 -4
- package/dist/cjs/product/components/ProductBadge/utils/generateLiquidContent.js +2 -2
- package/dist/cjs/product/components/ProductDescription.liquid.js +21 -5
- package/dist/cjs/product/components/ProductImagesV2/jsx/ProductImages.js +2 -9
- package/dist/cjs/product/components/ProductImagesV2/jsx/components/ProductFeaturedImageCarousel.js +12 -4
- package/dist/cjs/product/components/ProductImagesV2/liquid/ProductFeaturedImageCarousel.liquid.js +6 -5
- package/dist/cjs/product/components/ProductImagesV2/liquid/ProductGalleryCarousel.liquid.js +2 -2
- package/dist/cjs/product/components/ProductImagesV2/liquid/ProductGalleryGrid.liquid.js +4 -4
- package/dist/cjs/product/components/ProductImagesV2/liquid/ProductImages.liquid.js +4 -4
- package/dist/cjs/product/components/ProductVariants/index.liquid.js +11 -18
- package/dist/cjs/product/components/ProductVariants/variants/Base.liquid.js +1 -0
- package/dist/cjs/product/components/ProductVariants/variants/Dropdown.liquid.js +26 -12
- package/dist/cjs/product/components/ProductVariants/variants/DropdownGroup.liquid.js +4 -37
- package/dist/cjs/product/components/ProductVariants/variants/combine/index.js +47 -0
- package/dist/cjs/product/components/Sku.js +2 -14
- package/dist/cjs/product/setting/ProductBadge.js +5 -0
- package/dist/cjs/product/setting/ProductDescription.js +5 -0
- package/dist/cjs/tab/hooks/useTabInteraction.js +13 -9
- package/dist/cjs/third-party/components/AlsoBoughtCbb.js +32 -0
- package/dist/cjs/third-party/components/AlsoBoughtCbb.liquid.js +21 -0
- package/dist/cjs/third-party/components/BfSizeChartSizeGuide.js +32 -0
- package/dist/cjs/third-party/components/BfSizeChartSizeGuide.liquid.js +12 -0
- package/dist/cjs/third-party/components/EssentialAnnouncementBar.js +32 -0
- package/dist/cjs/third-party/components/EssentialAnnouncementBar.liquid.js +12 -0
- package/dist/cjs/third-party/components/EssentialCountdownTimerBar.js +32 -0
- package/dist/cjs/third-party/components/EssentialCountdownTimerBar.liquid.js +12 -0
- package/dist/cjs/third-party/components/EstimatedDeliveryDatePlus.js +32 -0
- package/dist/cjs/third-party/components/EstimatedDeliveryDatePlus.liquid.js +12 -0
- package/dist/cjs/third-party/components/GloColorSwatchvariantImage.js +32 -0
- package/dist/cjs/third-party/components/GloColorSwatchvariantImage.liquid.js +12 -0
- package/dist/cjs/third-party/components/HextomFreeShippingBar.js +32 -0
- package/dist/cjs/third-party/components/HextomFreeShippingBar.liquid.js +12 -0
- package/dist/cjs/third-party/components/NotifyBackInStockPreOrder.js +1 -1
- package/dist/cjs/third-party/components/OkendoReviewsLoyalty.js +32 -0
- package/dist/cjs/third-party/components/OkendoReviewsLoyalty.liquid.js +12 -0
- package/dist/cjs/third-party/components/QikifyUpsell.js +22 -10
- package/dist/cjs/third-party/components/QikifyUpsell.liquid.js +3 -46
- package/dist/cjs/third-party/components/ShopifySubscriptions.liquid.js +3 -2
- package/dist/cjs/third-party/components/StellarDeliveryDatePickup.js +32 -0
- package/dist/cjs/third-party/components/StellarDeliveryDatePickup.liquid.js +21 -0
- package/dist/cjs/third-party/components/TrustedsiteTrustBadges.js +32 -0
- package/dist/cjs/third-party/components/TrustedsiteTrustBadges.liquid.js +12 -0
- package/dist/cjs/third-party/configs/AlsoBoughtCbb.js +12 -0
- package/dist/cjs/third-party/configs/BfSizeChartSizeGuide.js +12 -0
- package/dist/cjs/third-party/configs/EssentialAnnouncementBar.js +12 -0
- package/dist/cjs/third-party/configs/EssentialCountdownTimerBar.js +12 -0
- package/dist/cjs/third-party/configs/EstimatedDeliveryDatePlus.js +12 -0
- package/dist/cjs/third-party/configs/GloColorSwatchvariantImage.js +12 -0
- package/dist/cjs/third-party/configs/HextomFreeShippingBar.js +12 -0
- package/dist/cjs/third-party/configs/OkendoReviewsLoyalty.js +12 -0
- package/dist/cjs/third-party/configs/StellarDeliveryDatePickup.js +12 -0
- package/dist/cjs/third-party/configs/TrustedsiteTrustBadges.js +12 -0
- package/dist/cjs/third-party/helpers/thirdParty.js +1 -1
- package/dist/cjs/third-party/next.js +51 -1
- package/dist/cjs/third-party/setting/AlsoBoughtCbb.js +127 -0
- package/dist/cjs/third-party/setting/BfSizeChartSizeGuide.js +131 -0
- package/dist/cjs/third-party/setting/EssentialAnnouncementBar.js +142 -0
- package/dist/cjs/third-party/setting/EssentialCountdownTimerBar.js +142 -0
- package/dist/cjs/third-party/setting/EstimatedDeliveryDatePlus.js +128 -0
- package/dist/cjs/third-party/setting/GloColorSwatchvariantImage.js +152 -0
- package/dist/cjs/third-party/setting/HextomFreeShippingBar.js +128 -0
- package/dist/cjs/third-party/setting/NotifyBackInStockPreOrder.js +2 -2
- package/dist/cjs/third-party/setting/OkendoReviewsLoyalty.js +171 -0
- package/dist/cjs/third-party/setting/QikifyUpsell.js +11 -1
- package/dist/cjs/third-party/setting/ShopifySubscriptions.js +22 -0
- package/dist/cjs/third-party/setting/StellarDeliveryDatePickup.js +127 -0
- package/dist/cjs/third-party/setting/TrustedsiteTrustBadges.js +177 -0
- package/dist/cjs/third-party/setting/index.js +21 -1
- package/dist/cjs/video/components/HTML5Embed.js +2 -2
- package/dist/cjs/video/components/HTML5Embed.liquid.js +6 -3
- package/dist/cjs/video/components/LiteYouTubeEmbed.liquid.js +5 -3
- package/dist/esm/article/components/ArticleImage.js +2 -1
- package/dist/esm/article/components/ArticleList.js +1 -1
- package/dist/esm/banner/components/hero-banner/index.liquid.js +12 -13
- package/dist/esm/banner/components/hero-banner/utils/index.js +5 -3
- package/dist/esm/builder.js +21 -1
- package/dist/esm/carousel/components/Carousel.liquid.js +3 -2
- package/dist/esm/collection/components/CollectionDescription.js +103 -9
- package/dist/esm/collection/components/CollectionDescription.liquid.js +103 -10
- package/dist/esm/collection/setting/CollectionDescription.js +128 -0
- package/dist/esm/form/components/textarea/TextArea.liquid.js +2 -2
- package/dist/esm/image/components/AdaptiveImage.liquid.js +6 -5
- package/dist/esm/image/components/Image.js +0 -1
- package/dist/esm/image/components/Image.liquid.js +6 -5
- package/dist/esm/image/components/NextImage.liquid.js +4 -3
- package/dist/esm/image-comparison/components/CompareImage.liquid.js +7 -3
- package/dist/esm/index.js +10 -0
- package/dist/esm/index.liquid.js +11 -1
- package/dist/esm/marquee/components/MarqueeBase.liquid.js +7 -26
- package/dist/esm/product/components/Product.liquid.js +3 -2
- package/dist/esm/product/components/ProductBadge/index.liquid.js +14 -5
- package/dist/esm/product/components/ProductBadge/utils/generateLiquidContent.js +2 -2
- package/dist/esm/product/components/ProductDescription.liquid.js +22 -6
- package/dist/esm/product/components/ProductImagesV2/jsx/ProductImages.js +2 -9
- package/dist/esm/product/components/ProductImagesV2/jsx/components/ProductFeaturedImageCarousel.js +13 -5
- package/dist/esm/product/components/ProductImagesV2/liquid/ProductFeaturedImageCarousel.liquid.js +6 -5
- package/dist/esm/product/components/ProductImagesV2/liquid/ProductGalleryCarousel.liquid.js +2 -2
- package/dist/esm/product/components/ProductImagesV2/liquid/ProductGalleryGrid.liquid.js +4 -4
- package/dist/esm/product/components/ProductImagesV2/liquid/ProductImages.liquid.js +4 -4
- package/dist/esm/product/components/ProductVariants/index.liquid.js +12 -19
- package/dist/esm/product/components/ProductVariants/variants/Base.liquid.js +1 -0
- package/dist/esm/product/components/ProductVariants/variants/Dropdown.liquid.js +26 -12
- package/dist/esm/product/components/ProductVariants/variants/DropdownGroup.liquid.js +4 -37
- package/dist/esm/product/components/ProductVariants/variants/combine/index.js +44 -0
- package/dist/esm/product/components/Sku.js +3 -15
- package/dist/esm/product/setting/ProductBadge.js +5 -0
- package/dist/esm/product/setting/ProductDescription.js +5 -0
- package/dist/esm/tab/hooks/useTabInteraction.js +14 -10
- package/dist/esm/third-party/components/AlsoBoughtCbb.js +28 -0
- package/dist/esm/third-party/components/AlsoBoughtCbb.liquid.js +17 -0
- package/dist/esm/third-party/components/BfSizeChartSizeGuide.js +28 -0
- package/dist/esm/third-party/components/BfSizeChartSizeGuide.liquid.js +8 -0
- package/dist/esm/third-party/components/EssentialAnnouncementBar.js +28 -0
- package/dist/esm/third-party/components/EssentialAnnouncementBar.liquid.js +8 -0
- package/dist/esm/third-party/components/EssentialCountdownTimerBar.js +28 -0
- package/dist/esm/third-party/components/EssentialCountdownTimerBar.liquid.js +8 -0
- package/dist/esm/third-party/components/EstimatedDeliveryDatePlus.js +28 -0
- package/dist/esm/third-party/components/EstimatedDeliveryDatePlus.liquid.js +8 -0
- package/dist/esm/third-party/components/GloColorSwatchvariantImage.js +28 -0
- package/dist/esm/third-party/components/GloColorSwatchvariantImage.liquid.js +8 -0
- package/dist/esm/third-party/components/HextomFreeShippingBar.js +28 -0
- package/dist/esm/third-party/components/HextomFreeShippingBar.liquid.js +8 -0
- package/dist/esm/third-party/components/NotifyBackInStockPreOrder.js +1 -1
- package/dist/esm/third-party/components/OkendoReviewsLoyalty.js +28 -0
- package/dist/esm/third-party/components/OkendoReviewsLoyalty.liquid.js +8 -0
- package/dist/esm/third-party/components/QikifyUpsell.js +22 -10
- package/dist/esm/third-party/components/QikifyUpsell.liquid.js +3 -46
- package/dist/esm/third-party/components/ShopifySubscriptions.liquid.js +3 -2
- package/dist/esm/third-party/components/StellarDeliveryDatePickup.js +28 -0
- package/dist/esm/third-party/components/StellarDeliveryDatePickup.liquid.js +17 -0
- package/dist/esm/third-party/components/TrustedsiteTrustBadges.js +28 -0
- package/dist/esm/third-party/components/TrustedsiteTrustBadges.liquid.js +8 -0
- package/dist/esm/third-party/configs/AlsoBoughtCbb.js +8 -0
- package/dist/esm/third-party/configs/BfSizeChartSizeGuide.js +8 -0
- package/dist/esm/third-party/configs/EssentialAnnouncementBar.js +8 -0
- package/dist/esm/third-party/configs/EssentialCountdownTimerBar.js +8 -0
- package/dist/esm/third-party/configs/EstimatedDeliveryDatePlus.js +8 -0
- package/dist/esm/third-party/configs/GloColorSwatchvariantImage.js +8 -0
- package/dist/esm/third-party/configs/HextomFreeShippingBar.js +8 -0
- package/dist/esm/third-party/configs/OkendoReviewsLoyalty.js +8 -0
- package/dist/esm/third-party/configs/StellarDeliveryDatePickup.js +8 -0
- package/dist/esm/third-party/configs/TrustedsiteTrustBadges.js +8 -0
- package/dist/esm/third-party/helpers/thirdParty.js +1 -1
- package/dist/esm/third-party/next.js +51 -1
- package/dist/esm/third-party/setting/AlsoBoughtCbb.js +123 -0
- package/dist/esm/third-party/setting/BfSizeChartSizeGuide.js +127 -0
- package/dist/esm/third-party/setting/EssentialAnnouncementBar.js +138 -0
- package/dist/esm/third-party/setting/EssentialCountdownTimerBar.js +138 -0
- package/dist/esm/third-party/setting/EstimatedDeliveryDatePlus.js +124 -0
- package/dist/esm/third-party/setting/GloColorSwatchvariantImage.js +148 -0
- package/dist/esm/third-party/setting/HextomFreeShippingBar.js +124 -0
- package/dist/esm/third-party/setting/NotifyBackInStockPreOrder.js +2 -2
- package/dist/esm/third-party/setting/OkendoReviewsLoyalty.js +167 -0
- package/dist/esm/third-party/setting/QikifyUpsell.js +11 -1
- package/dist/esm/third-party/setting/ShopifySubscriptions.js +22 -0
- package/dist/esm/third-party/setting/StellarDeliveryDatePickup.js +123 -0
- package/dist/esm/third-party/setting/TrustedsiteTrustBadges.js +173 -0
- package/dist/esm/third-party/setting/index.js +224 -204
- package/dist/esm/video/components/HTML5Embed.js +2 -2
- package/dist/esm/video/components/HTML5Embed.liquid.js +6 -3
- package/dist/esm/video/components/LiteYouTubeEmbed.liquid.js +5 -3
- package/dist/types/index.d.ts +257 -36
- package/package.json +2 -2
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
import AppConfig from '../configs/GloColorSwatchvariantImage.js';
|
|
2
|
+
|
|
3
|
+
const config = {
|
|
4
|
+
tag: AppConfig.tag,
|
|
5
|
+
label: AppConfig.label,
|
|
6
|
+
icon: '<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="https://cdn.shopify.com/app-store/listing_images/9995b073cfe955d98eb8e9961e8dd7be/icon/CM-Kw8-05_4CEAE=.png">',
|
|
7
|
+
editorConfigs: {
|
|
8
|
+
placeholder: {
|
|
9
|
+
flowPage: 'GP_PRODUCT'
|
|
10
|
+
},
|
|
11
|
+
component: {
|
|
12
|
+
isThirdParty: true
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
presets: [
|
|
16
|
+
{
|
|
17
|
+
id: AppConfig.id,
|
|
18
|
+
name: {
|
|
19
|
+
en: AppConfig.label
|
|
20
|
+
},
|
|
21
|
+
hideTextContent: true,
|
|
22
|
+
icon: {
|
|
23
|
+
desktop: `<div class="w-full flex flex-col items-center">
|
|
24
|
+
<img class="w-24 border border-dark-200 rounded-medium" src="https://cdn.shopify.com/app-store/listing_images/9995b073cfe955d98eb8e9961e8dd7be/icon/CM-Kw8-05_4CEAE=.png">
|
|
25
|
+
<span class="preset-item-title">GLO Color Swatch,Variant Image</span>
|
|
26
|
+
</div>`
|
|
27
|
+
},
|
|
28
|
+
components: [
|
|
29
|
+
{
|
|
30
|
+
tag: AppConfig.tag
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
settings: [
|
|
36
|
+
{
|
|
37
|
+
id: 'setting',
|
|
38
|
+
controls: [
|
|
39
|
+
{
|
|
40
|
+
id: 'appBlockId',
|
|
41
|
+
type: 'input',
|
|
42
|
+
default: ''
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
id: 'widgetType',
|
|
46
|
+
label: 'Choose widget',
|
|
47
|
+
type: 'select',
|
|
48
|
+
options: [
|
|
49
|
+
{
|
|
50
|
+
label: 'Variant Swatches',
|
|
51
|
+
value: 'product-swatches-detail'
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
label: 'Bundles Quantity Breaks',
|
|
55
|
+
value: 'product-bundles-quantity-breaks'
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
label: 'Product Bundles Combo',
|
|
59
|
+
value: 'product-bundles-combo'
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
label: 'Product Groups',
|
|
63
|
+
value: 'product-groups-detail'
|
|
64
|
+
}
|
|
65
|
+
],
|
|
66
|
+
default: 'product-swatches-detail'
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
id: 'install',
|
|
70
|
+
type: 'open-link',
|
|
71
|
+
target: '_blank',
|
|
72
|
+
linkType: 'install',
|
|
73
|
+
href: 'https://apps.shopify.com/globo-color-swatches?utm_source=gempages',
|
|
74
|
+
appName: AppConfig.label
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
id: 'openApp',
|
|
78
|
+
type: 'open-link',
|
|
79
|
+
target: '_blank',
|
|
80
|
+
linkType: 'openApp',
|
|
81
|
+
href: '',
|
|
82
|
+
appName: AppConfig.label
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
id: 'align',
|
|
86
|
+
label: 'Alignment',
|
|
87
|
+
type: 'segment',
|
|
88
|
+
options: [
|
|
89
|
+
{
|
|
90
|
+
label: 'Left',
|
|
91
|
+
value: 'left',
|
|
92
|
+
type: 'align'
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
label: 'Center',
|
|
96
|
+
value: 'center',
|
|
97
|
+
type: 'align'
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
label: 'Right',
|
|
101
|
+
value: 'right',
|
|
102
|
+
type: 'align'
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
devices: {
|
|
106
|
+
desktop: {
|
|
107
|
+
default: 'left'
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
]
|
|
112
|
+
}
|
|
113
|
+
],
|
|
114
|
+
ui: [
|
|
115
|
+
{
|
|
116
|
+
type: 'control',
|
|
117
|
+
setting: {
|
|
118
|
+
id: 'install'
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
type: 'control',
|
|
123
|
+
setting: {
|
|
124
|
+
id: 'widgetType'
|
|
125
|
+
},
|
|
126
|
+
label: {
|
|
127
|
+
en: 'Choose widget'
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
type: 'control',
|
|
132
|
+
setting: {
|
|
133
|
+
id: 'openApp'
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
type: 'control',
|
|
138
|
+
label: {
|
|
139
|
+
en: 'Align'
|
|
140
|
+
},
|
|
141
|
+
setting: {
|
|
142
|
+
id: 'align'
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
]
|
|
146
|
+
};
|
|
147
|
+
|
|
148
|
+
export { config as default };
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
import AppConfig from '../configs/HextomFreeShippingBar.js';
|
|
2
|
+
|
|
3
|
+
const config = {
|
|
4
|
+
tag: AppConfig.tag,
|
|
5
|
+
label: AppConfig.label,
|
|
6
|
+
icon: '<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="https://cdn.shopify.com/app-store/listing_images/635cce572624d1086ac37403cf25b5ee/icon/CMuP4OXt54YDEAE=.png">',
|
|
7
|
+
editorConfigs: {
|
|
8
|
+
component: {
|
|
9
|
+
isThirdParty: true
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
presets: [
|
|
13
|
+
{
|
|
14
|
+
id: AppConfig.id,
|
|
15
|
+
name: {
|
|
16
|
+
en: AppConfig.label
|
|
17
|
+
},
|
|
18
|
+
hideTextContent: true,
|
|
19
|
+
icon: {
|
|
20
|
+
desktop: `<div class="w-full flex flex-col items-center">
|
|
21
|
+
<img class="w-24 border border-dark-200 rounded-medium" src="https://cdn.shopify.com/app-store/listing_images/635cce572624d1086ac37403cf25b5ee/icon/CMuP4OXt54YDEAE=.png">
|
|
22
|
+
<span class="preset-item-title">Hextom: Free Shipping Bar</span>
|
|
23
|
+
</div>`
|
|
24
|
+
},
|
|
25
|
+
components: [
|
|
26
|
+
{
|
|
27
|
+
tag: AppConfig.tag
|
|
28
|
+
}
|
|
29
|
+
]
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
settings: [
|
|
33
|
+
{
|
|
34
|
+
id: 'setting',
|
|
35
|
+
controls: [
|
|
36
|
+
{
|
|
37
|
+
id: 'appBlockId',
|
|
38
|
+
type: 'input',
|
|
39
|
+
default: ''
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
id: 'widgetType',
|
|
43
|
+
label: 'Choose widget',
|
|
44
|
+
type: 'select',
|
|
45
|
+
options: [
|
|
46
|
+
{
|
|
47
|
+
label: 'Fsb Custom Placement',
|
|
48
|
+
value: 'fsb-custom-placement'
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
default: 'fsb-custom-placement'
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
id: 'install',
|
|
55
|
+
type: 'open-link',
|
|
56
|
+
target: '_blank',
|
|
57
|
+
linkType: 'install',
|
|
58
|
+
href: 'https://apps.shopify.com/free-shipping-bar?utm_source=gempages',
|
|
59
|
+
appName: AppConfig.label
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
id: 'openApp',
|
|
63
|
+
type: 'open-link',
|
|
64
|
+
target: '_blank',
|
|
65
|
+
linkType: 'openApp',
|
|
66
|
+
href: 'https://admin.shopify.com/?redirect=/apps/free-shipping-bar',
|
|
67
|
+
appName: AppConfig.label
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
id: 'align',
|
|
71
|
+
label: 'Alignment',
|
|
72
|
+
type: 'segment',
|
|
73
|
+
options: [
|
|
74
|
+
{
|
|
75
|
+
label: 'Left',
|
|
76
|
+
value: 'left',
|
|
77
|
+
type: 'align'
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
label: 'Center',
|
|
81
|
+
value: 'center',
|
|
82
|
+
type: 'align'
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
label: 'Right',
|
|
86
|
+
value: 'right',
|
|
87
|
+
type: 'align'
|
|
88
|
+
}
|
|
89
|
+
],
|
|
90
|
+
devices: {
|
|
91
|
+
desktop: {
|
|
92
|
+
default: 'left'
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
]
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
ui: [
|
|
100
|
+
{
|
|
101
|
+
type: 'control',
|
|
102
|
+
setting: {
|
|
103
|
+
id: 'install'
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
type: 'control',
|
|
108
|
+
setting: {
|
|
109
|
+
id: 'openApp'
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
type: 'control',
|
|
114
|
+
label: {
|
|
115
|
+
en: 'Align'
|
|
116
|
+
},
|
|
117
|
+
setting: {
|
|
118
|
+
id: 'align'
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
]
|
|
122
|
+
};
|
|
123
|
+
|
|
124
|
+
export { config as default };
|
|
@@ -3,7 +3,7 @@ import { AppConfig } from '../components/NotifyBackInStockPreOrder.js';
|
|
|
3
3
|
const config = {
|
|
4
4
|
tag: AppConfig.tag,
|
|
5
5
|
label: AppConfig.label,
|
|
6
|
-
icon:
|
|
6
|
+
icon: `<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${AppConfig.logoUrl}">`,
|
|
7
7
|
editorConfigs: {
|
|
8
8
|
placeholder: {
|
|
9
9
|
flowTag: [
|
|
@@ -23,7 +23,7 @@ const config = {
|
|
|
23
23
|
hideTextContent: true,
|
|
24
24
|
icon: {
|
|
25
25
|
desktop: `<div class="w-full flex flex-col items-center">
|
|
26
|
-
<img class="w-24 border border-dark-200 rounded-medium" src="
|
|
26
|
+
<img class="w-24 border border-dark-200 rounded-medium" src="${AppConfig.logoUrl}">
|
|
27
27
|
<span class="preset-item-title">Notify! Back in Stock|PreOrder</span>
|
|
28
28
|
</div>`
|
|
29
29
|
},
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
import AppConfig from '../configs/OkendoReviewsLoyalty.js';
|
|
2
|
+
|
|
3
|
+
const config = {
|
|
4
|
+
tag: AppConfig.tag,
|
|
5
|
+
label: AppConfig.label,
|
|
6
|
+
icon: '<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="https://cdn.shopify.com/app-store/listing_images/fe55626671bd5da73785c606c2b0752f/icon/CNKRrIWatfoCEAE=.png">',
|
|
7
|
+
editorConfigs: {
|
|
8
|
+
placeholder: {
|
|
9
|
+
flowTag: [
|
|
10
|
+
'Product'
|
|
11
|
+
]
|
|
12
|
+
},
|
|
13
|
+
component: {
|
|
14
|
+
isThirdParty: true
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
presets: [
|
|
18
|
+
{
|
|
19
|
+
id: AppConfig.id,
|
|
20
|
+
name: {
|
|
21
|
+
en: AppConfig.label
|
|
22
|
+
},
|
|
23
|
+
hideTextContent: true,
|
|
24
|
+
icon: {
|
|
25
|
+
desktop: `<div class="w-full flex flex-col items-center">
|
|
26
|
+
<img class="w-24 border border-dark-200 rounded-medium" src="https://cdn.shopify.com/app-store/listing_images/fe55626671bd5da73785c606c2b0752f/icon/CNKRrIWatfoCEAE=.png">
|
|
27
|
+
<span class="preset-item-title">Okendo: Reviews & Loyalty</span>
|
|
28
|
+
</div>`
|
|
29
|
+
},
|
|
30
|
+
components: [
|
|
31
|
+
{
|
|
32
|
+
tag: AppConfig.tag
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
settings: [
|
|
38
|
+
{
|
|
39
|
+
id: 'setting',
|
|
40
|
+
controls: [
|
|
41
|
+
{
|
|
42
|
+
id: 'appBlockId',
|
|
43
|
+
type: 'input',
|
|
44
|
+
default: ''
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
id: 'productHandle',
|
|
48
|
+
type: 'product-handle',
|
|
49
|
+
hide: true
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
id: 'widgetType',
|
|
53
|
+
label: 'Choose widget',
|
|
54
|
+
type: 'select',
|
|
55
|
+
options: [
|
|
56
|
+
{
|
|
57
|
+
label: 'Reviews Widget',
|
|
58
|
+
value: 'reviews-widget'
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
label: 'Reviews Badge',
|
|
62
|
+
value: 'reviews-badge'
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
label: 'Media Carousel',
|
|
66
|
+
value: 'media-carousel'
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
label: 'Media Grid',
|
|
70
|
+
value: 'media-grid'
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
label: 'Reviews Carousel',
|
|
74
|
+
value: 'reviews-carousel'
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
label: 'Star Rating',
|
|
78
|
+
value: 'star-rating'
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
label: 'Questions Widget',
|
|
82
|
+
value: 'questions-widget'
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
default: 'reviews-widget'
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
id: 'install',
|
|
89
|
+
type: 'open-link',
|
|
90
|
+
target: '_blank',
|
|
91
|
+
linkType: 'install',
|
|
92
|
+
href: 'https://apps.shopify.com/okendo-reviews?utm_source=gempages',
|
|
93
|
+
appName: AppConfig.label
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
id: 'openApp',
|
|
97
|
+
type: 'open-link',
|
|
98
|
+
target: '_blank',
|
|
99
|
+
linkType: 'openApp',
|
|
100
|
+
href: 'https://admin.shopify.com/?redirect=/apps/okendo-reviews',
|
|
101
|
+
appName: AppConfig.label
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
id: 'align',
|
|
105
|
+
label: 'Alignment',
|
|
106
|
+
type: 'segment',
|
|
107
|
+
options: [
|
|
108
|
+
{
|
|
109
|
+
label: 'Left',
|
|
110
|
+
value: 'left',
|
|
111
|
+
type: 'align'
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
label: 'Center',
|
|
115
|
+
value: 'center',
|
|
116
|
+
type: 'align'
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
label: 'Right',
|
|
120
|
+
value: 'right',
|
|
121
|
+
type: 'align'
|
|
122
|
+
}
|
|
123
|
+
],
|
|
124
|
+
devices: {
|
|
125
|
+
desktop: {
|
|
126
|
+
default: 'left'
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
]
|
|
131
|
+
}
|
|
132
|
+
],
|
|
133
|
+
ui: [
|
|
134
|
+
{
|
|
135
|
+
type: 'control',
|
|
136
|
+
setting: {
|
|
137
|
+
id: 'install'
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'control',
|
|
142
|
+
label: {
|
|
143
|
+
en: 'Choose Widget'
|
|
144
|
+
},
|
|
145
|
+
setting: {
|
|
146
|
+
id: 'widgetType'
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
type: 'control',
|
|
151
|
+
setting: {
|
|
152
|
+
id: 'openApp'
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
type: 'control',
|
|
157
|
+
label: {
|
|
158
|
+
en: 'Align'
|
|
159
|
+
},
|
|
160
|
+
setting: {
|
|
161
|
+
id: 'align'
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
]
|
|
165
|
+
};
|
|
166
|
+
|
|
167
|
+
export { config as default };
|
|
@@ -40,6 +40,11 @@ const config = {
|
|
|
40
40
|
{
|
|
41
41
|
id: 'setting',
|
|
42
42
|
controls: [
|
|
43
|
+
{
|
|
44
|
+
id: 'appBlockId',
|
|
45
|
+
type: 'input',
|
|
46
|
+
default: ''
|
|
47
|
+
},
|
|
43
48
|
{
|
|
44
49
|
id: 'install',
|
|
45
50
|
type: 'open-link',
|
|
@@ -60,9 +65,14 @@ const config = {
|
|
|
60
65
|
id: 'widgetType',
|
|
61
66
|
label: 'Choose widget',
|
|
62
67
|
type: 'select',
|
|
63
|
-
default: '
|
|
68
|
+
default: 'bogo_offer',
|
|
64
69
|
options: WidgetOptions
|
|
65
70
|
},
|
|
71
|
+
{
|
|
72
|
+
id: 'productHandle',
|
|
73
|
+
type: 'product-handle',
|
|
74
|
+
hide: true
|
|
75
|
+
},
|
|
66
76
|
{
|
|
67
77
|
id: 'align',
|
|
68
78
|
label: 'Alignment',
|
|
@@ -38,6 +38,11 @@ const config = {
|
|
|
38
38
|
{
|
|
39
39
|
id: 'setting',
|
|
40
40
|
controls: [
|
|
41
|
+
{
|
|
42
|
+
id: 'appBlockId',
|
|
43
|
+
type: 'input',
|
|
44
|
+
default: ''
|
|
45
|
+
},
|
|
41
46
|
{
|
|
42
47
|
id: 'install',
|
|
43
48
|
type: 'open-link',
|
|
@@ -54,6 +59,23 @@ const config = {
|
|
|
54
59
|
href: 'https://admin.shopify.com/?redirect=/apps/subscriptions-remix',
|
|
55
60
|
appName: AppConfig.label
|
|
56
61
|
},
|
|
62
|
+
{
|
|
63
|
+
id: 'widgetType',
|
|
64
|
+
label: 'Choose widget',
|
|
65
|
+
type: 'select',
|
|
66
|
+
default: 'app-block',
|
|
67
|
+
options: [
|
|
68
|
+
{
|
|
69
|
+
label: 'app block',
|
|
70
|
+
value: 'app-block'
|
|
71
|
+
}
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
id: 'productHandle',
|
|
76
|
+
type: 'product-handle',
|
|
77
|
+
hide: true
|
|
78
|
+
},
|
|
57
79
|
{
|
|
58
80
|
id: 'align',
|
|
59
81
|
label: 'Alignment',
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
import AppConfig from '../configs/StellarDeliveryDatePickup.js';
|
|
2
|
+
|
|
3
|
+
const config = {
|
|
4
|
+
tag: AppConfig.tag,
|
|
5
|
+
label: AppConfig.label,
|
|
6
|
+
icon: '<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="https://cdn.shopify.com/app-store/listing_images/568eee7424b5f70382db5178dd815f6a/icon/CMTw3rn0lu8CEAE=.jpg">',
|
|
7
|
+
editorConfigs: {
|
|
8
|
+
placeholder: {
|
|
9
|
+
flowPage: 'GP_PRODUCT'
|
|
10
|
+
},
|
|
11
|
+
component: {
|
|
12
|
+
isThirdParty: true
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
presets: [
|
|
16
|
+
{
|
|
17
|
+
id: AppConfig.id,
|
|
18
|
+
name: {
|
|
19
|
+
en: AppConfig.label
|
|
20
|
+
},
|
|
21
|
+
hideTextContent: true,
|
|
22
|
+
icon: {
|
|
23
|
+
desktop: `<div class="w-full flex flex-col items-center">
|
|
24
|
+
<img class="w-24 border border-dark-200 rounded-medium" src="https://cdn.shopify.com/app-store/listing_images/568eee7424b5f70382db5178dd815f6a/icon/CMTw3rn0lu8CEAE=.jpg">
|
|
25
|
+
<span class="preset-item-title">Stellar Delivery Date & Pickup</span>
|
|
26
|
+
</div>`
|
|
27
|
+
},
|
|
28
|
+
components: [
|
|
29
|
+
{
|
|
30
|
+
tag: AppConfig.tag
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
settings: [
|
|
36
|
+
{
|
|
37
|
+
id: 'setting',
|
|
38
|
+
controls: [
|
|
39
|
+
{
|
|
40
|
+
id: 'install',
|
|
41
|
+
type: 'open-link',
|
|
42
|
+
target: '_blank',
|
|
43
|
+
linkType: 'install',
|
|
44
|
+
href: 'https://apps.shopify.com/order-delivery-date-by-identixweb?utm_source=gempages',
|
|
45
|
+
appName: AppConfig.label
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
id: 'guideId',
|
|
49
|
+
type: 'group'
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
id: 'openApp',
|
|
53
|
+
type: 'open-link',
|
|
54
|
+
target: '_blank',
|
|
55
|
+
linkType: 'openApp',
|
|
56
|
+
href: 'https://admin.shopify.com/?redirect=/apps/order-delivery-date-by-identixweb',
|
|
57
|
+
appName: AppConfig.label
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
id: 'align',
|
|
61
|
+
label: 'Alignment',
|
|
62
|
+
type: 'segment',
|
|
63
|
+
options: [
|
|
64
|
+
{
|
|
65
|
+
label: 'Left',
|
|
66
|
+
value: 'left',
|
|
67
|
+
type: 'align'
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
label: 'Center',
|
|
71
|
+
value: 'center',
|
|
72
|
+
type: 'align'
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
label: 'Right',
|
|
76
|
+
value: 'right',
|
|
77
|
+
type: 'align'
|
|
78
|
+
}
|
|
79
|
+
],
|
|
80
|
+
devices: {
|
|
81
|
+
desktop: {
|
|
82
|
+
default: 'left'
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
]
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
ui: [
|
|
90
|
+
{
|
|
91
|
+
type: 'control',
|
|
92
|
+
setting: {
|
|
93
|
+
id: 'install'
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
type: 'control',
|
|
98
|
+
info: {
|
|
99
|
+
en: '<span>To make this element work, copy the class <strong>.gp-integration-stellar-delivery__position</strong> and paste it into the Selector input field in the Run Wizard settings. For more details, check the instructions on<a style="text-decoration: none; color: #8AA4FF" href="https://www.identixweb.com/helpdesk/order-delivery-date/general-settings/setup-wizard/" target="_blank"> how to set up the Run Wizard.</a></span>'
|
|
100
|
+
},
|
|
101
|
+
setting: {
|
|
102
|
+
id: 'guideId'
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'control',
|
|
107
|
+
setting: {
|
|
108
|
+
id: 'openApp'
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
type: 'control',
|
|
113
|
+
label: {
|
|
114
|
+
en: 'Align'
|
|
115
|
+
},
|
|
116
|
+
setting: {
|
|
117
|
+
id: 'align'
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
]
|
|
121
|
+
};
|
|
122
|
+
|
|
123
|
+
export { config as default };
|