easyorders 0.1.14 → 0.1.16
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/README.md +93 -93
- package/dist/bin/cli.js +12 -5
- package/dist/template/theme/config.json +113 -95
- package/dist/template/theme/home-sections/Tilted-Scrolling-Marque/config.json +107 -0
- package/dist/template/theme/home-sections/Tilted-Scrolling-Marque/template.liquid +171 -0
- package/dist/template/theme/home-sections/category-mosaic/config.json +89 -4
- package/dist/template/theme/home-sections/category-mosaic/template.liquid +84 -69
- package/dist/template/theme/home-sections/different-hero/config.json +199 -0
- package/dist/template/theme/home-sections/different-hero/template.liquid +219 -0
- package/dist/template/theme/home-sections/editorial-feature/config.json +27 -1
- package/dist/template/theme/home-sections/editorial-feature/template.liquid +11 -10
- package/dist/template/theme/home-sections/newsletter-luxe/config.json +28 -2
- package/dist/template/theme/home-sections/newsletter-luxe/template.liquid +19 -13
- package/dist/template/theme/home-sections/runway-hero/config.json +87 -30
- package/dist/template/theme/home-sections/runway-hero/template.liquid +59 -29
- package/dist/template/theme/home-sections/shop-the-look/config.json +93 -1
- package/dist/template/theme/home-sections/shop-the-look/template.liquid +41 -19
- package/dist/template/theme/home-sections/slider-before-after/config.json +213 -0
- package/dist/template/theme/home-sections/slider-before-after/template.liquid +336 -0
- package/dist/template/theme/home-sections/test-hero-allbird/config.json +130 -0
- package/dist/template/theme/home-sections/test-hero-allbird/template.liquid +149 -0
- package/dist/template/theme/home-sections/trust-promise/config.json +76 -2
- package/dist/template/theme/home-sections/trust-promise/template.liquid +119 -96
- package/dist/template/theme/home-sections/zoom-parallax/config.json +48 -0
- package/dist/template/theme/home-sections/zoom-parallax/template.liquid +135 -0
- package/dist/template/theme/product-data-schema.json +27 -0
- package/dist/template/theme/schema.json +136 -151
- package/dist/template/theme/script.js +1095 -586
- package/dist/template/theme/sections/breadcrumbs.liquid +17 -17
- package/dist/template/theme/sections/categories.liquid +26 -10
- package/dist/template/theme/sections/fake-counter.liquid +27 -27
- package/dist/template/theme/sections/fake-stock.liquid +6 -6
- package/dist/template/theme/sections/fake-visitor.liquid +6 -6
- package/dist/template/theme/sections/featured-products.liquid +143 -110
- package/dist/template/theme/sections/fixed-buy-button.liquid +51 -46
- package/dist/template/theme/sections/footer.liquid +128 -129
- package/dist/template/theme/sections/gallery.liquid +65 -61
- package/dist/template/theme/sections/header.liquid +232 -152
- package/dist/template/theme/sections/home-products-grid.liquid +167 -109
- package/dist/template/theme/sections/list-products.liquid +136 -93
- package/dist/template/theme/sections/order-invoice.liquid +102 -154
- package/dist/template/theme/sections/product-description.liquid +40 -30
- package/dist/template/theme/sections/product-details.liquid +48 -63
- package/dist/template/theme/sections/products-grid.liquid +134 -86
- package/dist/template/theme/sections/related-products.liquid +152 -88
- package/dist/template/theme/sections/reviews.liquid +70 -55
- package/dist/template/theme/sections/slider.liquid +43 -43
- package/dist/template/theme/sections/thanks.liquid +33 -33
- package/dist/template/theme/style.css +5617 -3923
- package/dist/template/theme/theme-data.json +26 -9
- package/package.json +40 -40
|
@@ -1,151 +1,136 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"name": "
|
|
4
|
-
"type": "
|
|
5
|
-
"default":
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
"
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
"
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
"
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
"
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
{
|
|
138
|
-
"label": "Tablet",
|
|
139
|
-
"value": "tablet"
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
"label": "Mobile",
|
|
143
|
-
"value": "mobile"
|
|
144
|
-
}
|
|
145
|
-
],
|
|
146
|
-
"description": "Show this slide on"
|
|
147
|
-
}
|
|
148
|
-
],
|
|
149
|
-
"description": "Hero slide"
|
|
150
|
-
}
|
|
151
|
-
]
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "show_sale_badge",
|
|
4
|
+
"type": "checkbox",
|
|
5
|
+
"default": true,
|
|
6
|
+
"group": "Products",
|
|
7
|
+
"description": "Show sale badge on product cards"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"name": "sale_badge_bg_color",
|
|
11
|
+
"type": "color",
|
|
12
|
+
"default": "#c94a4a",
|
|
13
|
+
"group": "Products",
|
|
14
|
+
"description": "Sale badge background"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"name": "sale_badge_text_color",
|
|
18
|
+
"type": "color",
|
|
19
|
+
"default": "#ffffff",
|
|
20
|
+
"group": "Products",
|
|
21
|
+
"description": "Sale badge text"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"name": "card_background_product",
|
|
25
|
+
"type": "select",
|
|
26
|
+
"default": "color",
|
|
27
|
+
"group": "Products",
|
|
28
|
+
"description": "Card background product",
|
|
29
|
+
"options": [
|
|
30
|
+
{
|
|
31
|
+
"label": "Color background",
|
|
32
|
+
"value": "color"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"label": "Transparent",
|
|
36
|
+
"value": "transparent"
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"name": "card_background_product_color",
|
|
42
|
+
"type": "color",
|
|
43
|
+
"default": "#f5f4f2",
|
|
44
|
+
"group": "Products",
|
|
45
|
+
"description": "Card background product color"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "footer_newsletter_title",
|
|
49
|
+
"type": "string",
|
|
50
|
+
"default": "",
|
|
51
|
+
"group": "Footer",
|
|
52
|
+
"description": "Footer newsletter title (leave empty to use default label)"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "footer_newsletter_description",
|
|
56
|
+
"type": "string",
|
|
57
|
+
"default": "",
|
|
58
|
+
"group": "Footer",
|
|
59
|
+
"description": "Footer newsletter description"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "hide_newsletter_mobile",
|
|
63
|
+
"type": "checkbox",
|
|
64
|
+
"default": false,
|
|
65
|
+
"group": "Footer",
|
|
66
|
+
"description": "Hide footer newsletter section on mobile only"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "show_payment_icons",
|
|
70
|
+
"type": "checkbox",
|
|
71
|
+
"default": true,
|
|
72
|
+
"group": "Footer",
|
|
73
|
+
"description": "Show payment methods in footer"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "main_container_padding_top",
|
|
77
|
+
"type": "number",
|
|
78
|
+
"default": 70,
|
|
79
|
+
"description": "Main container padding top"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"name": "header_category_strip_bg_color",
|
|
83
|
+
"type": "color",
|
|
84
|
+
"default": "#e1dbd1",
|
|
85
|
+
"group": "Header",
|
|
86
|
+
"description": "Mobile categories strip background (below header)"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "header_category_strip_text_color",
|
|
90
|
+
"type": "color",
|
|
91
|
+
"default": "#212a2f",
|
|
92
|
+
"group": "Header",
|
|
93
|
+
"description": "Mobile categories strip link text color"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "pgrid_hero_cta_text_color",
|
|
97
|
+
"type": "color",
|
|
98
|
+
"group": "Products grid hero CTA",
|
|
99
|
+
"default": "#1f272b",
|
|
100
|
+
"description": "Products grid hero CTA text color"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "pgrid_hero_cta_font_weight",
|
|
104
|
+
"type": "select",
|
|
105
|
+
"default": "600",
|
|
106
|
+
"group": "Products grid hero CTA",
|
|
107
|
+
"description": "Products grid hero CTA font weight",
|
|
108
|
+
"options": [
|
|
109
|
+
{ "label": "Regular (400)", "value": "400" },
|
|
110
|
+
{ "label": "Medium (500)", "value": "500" },
|
|
111
|
+
{ "label": "Semibold (600)", "value": "600" },
|
|
112
|
+
{ "label": "Bold (700)", "value": "700" }
|
|
113
|
+
]
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "featured_hero_subtitle_text_color",
|
|
117
|
+
"type": "color",
|
|
118
|
+
"group": "Featured hero",
|
|
119
|
+
"default": "#ffffff",
|
|
120
|
+
"description": "Featured hero subtitle text color"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "featured_hero_cta_background_color",
|
|
124
|
+
"type": "color",
|
|
125
|
+
"group": "Featured hero",
|
|
126
|
+
"default": "#ffffff",
|
|
127
|
+
"description": "Featured hero CTA background"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"name": "featured_hero_cta_text_color",
|
|
131
|
+
"type": "color",
|
|
132
|
+
"group": "Featured hero",
|
|
133
|
+
"default": "#1f272b",
|
|
134
|
+
"description": "Featured hero CTA text color"
|
|
135
|
+
}
|
|
136
|
+
]
|