Merge branch 'main' of github.com:JannexNet/SHX-Theme
commit
0da9c9abf8
|
@ -299,11 +299,23 @@ cart-drawer-items {
|
|||
grid-column: 2 / 5;
|
||||
}
|
||||
|
||||
#shx-shipping-truck {
|
||||
position: relative;
|
||||
top: -3px;
|
||||
width: 35px;
|
||||
height: 50px;
|
||||
transform: scale(1.5);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 749px) {
|
||||
.cart-drawer .cart-item cart-remove-button {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#shx-shipping-truck {
|
||||
transform: scale(2);
|
||||
}
|
||||
|
||||
#shx-shipping-costs-info {
|
||||
max-width: 270px;
|
||||
}
|
||||
|
|
|
@ -9,10 +9,10 @@
|
|||
*/
|
||||
{
|
||||
"current": {
|
||||
"logo": "shopify:\/\/shop_images\/Shinnex_1.webp",
|
||||
"logo": "shopify:\/\/shop_images\/Shinnex.webp",
|
||||
"logo_width": 150,
|
||||
"favicon": "shopify:\/\/shop_images\/Favicon.svg",
|
||||
"shx_logo_figuren": "shopify:\/\/shop_images\/ShinnexFiguren_1.webp",
|
||||
"shx_logo_figuren": "shopify:\/\/shop_images\/ShinnexFiguren.webp",
|
||||
"shx_logo_figuren_width": 150,
|
||||
"shx_logo_texte": "shopify:\/\/shop_images\/ShinnexTexte.webp",
|
||||
"type_header_font": "assistant_n4",
|
||||
|
|
|
@ -93,12 +93,12 @@
|
|||
{% endcomment %}
|
||||
|
||||
<dotlottie-player
|
||||
id="shx-shipping-truck"
|
||||
src="{{ 'lottie_shipping_truck.lottie' | asset_url }}"
|
||||
background="transparent"
|
||||
speed="1"
|
||||
autoplay
|
||||
loop="true"
|
||||
style="width: 50px; height: 50px;"
|
||||
direction="1"
|
||||
mode="bounce"></dotlottie-player>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
{%- for collection in collections -%}
|
||||
{% assign parts = collection.title | split: "__" %}
|
||||
|
||||
{% if parts.size == 1 %}
|
||||
{% if parts.size == 1 and collection.title != "Figuren" %}
|
||||
{% assign found_tag = false %}
|
||||
|
||||
{%- for product in collection.products -%}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.shx-landingpage-banner {
|
||||
object-fit: cover;
|
||||
width: 100%;
|
||||
height: 650px;
|
||||
height: {{ mobile_image_height | default: "650px" }};
|
||||
background-image: url({{ mobile_image | file_url }});
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
</video>
|
||||
<div class="shx-landingPage__video__content">
|
||||
<h1 class="shx-landingPage__video__title">Entdecke magische Kreationen</h1>
|
||||
<a href="/collections/all" class="button shx-landingPage__video__cta">Jetzt Einkaufen</a>
|
||||
<a href="/collections/figuren" class="button shx-landingPage__video__cta">Jetzt Einkaufen</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -12,34 +12,43 @@
|
|||
"custom_liquid_cBmxJU": {
|
||||
"type": "custom-liquid",
|
||||
"settings": {
|
||||
"custom_liquid": "<div style=\"width: 100%; height: 500px; background-color: gray;\"><h1 style=\"margin: 0\">banner<\/h1><\/div>",
|
||||
"custom_liquid": "{% render \"shx-landingpage-banner\", desktop_image: \"landingpage-main-desktop.webp\", mobile_image: \"landingpage-main-mobile.webp\", mobile_image_height: \"300px\" %}",
|
||||
"color_scheme": "",
|
||||
"padding_top": 0,
|
||||
"padding_bottom": 0
|
||||
}
|
||||
},
|
||||
"custom_liquid_jHgUw6": {
|
||||
"type": "custom-liquid",
|
||||
"settings": {
|
||||
"custom_liquid": "{% render 'shx-header-subtitle', title: \"Unser Sortiment\", subtitle: \"Kategorien\" %}",
|
||||
"color_scheme": "",
|
||||
"padding_top": 32,
|
||||
"padding_bottom": 0
|
||||
}
|
||||
},
|
||||
"image_with_text_nmMNVm": {
|
||||
"type": "image-with-text",
|
||||
"blocks": {
|
||||
"heading_yJyUcV": {
|
||||
"type": "heading",
|
||||
"settings": {
|
||||
"heading": "Image with text",
|
||||
"heading": "<strong>Personalisiertes Namensschild<\/strong>",
|
||||
"heading_size": "h1"
|
||||
}
|
||||
},
|
||||
"text_gx4NhA": {
|
||||
"type": "text",
|
||||
"settings": {
|
||||
"text": "<p>Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.<\/p>",
|
||||
"text": "<p>Gestalte dein eigenes Namensschild und sieh es dir in unserer Live-Vorschau an, bevor du deine Bestellung aufgibst. So bekommst du genau das, was du dir vorstellst!<\/p>",
|
||||
"text_style": "body"
|
||||
}
|
||||
},
|
||||
"button_PAWaii": {
|
||||
"type": "button",
|
||||
"settings": {
|
||||
"button_label": "Button label",
|
||||
"button_link": "",
|
||||
"button_label": "Jetzt konfigurieren",
|
||||
"button_link": "shopify:\/\/products\/personalisiertes-namensschild",
|
||||
"button_style_secondary": false
|
||||
}
|
||||
}
|
||||
|
@ -49,8 +58,12 @@
|
|||
"text_gx4NhA",
|
||||
"button_PAWaii"
|
||||
],
|
||||
"custom_css": [
|
||||
".button {width: 100%;}"
|
||||
],
|
||||
"settings": {
|
||||
"height": "adapt",
|
||||
"image": "shopify:\/\/shop_images\/landingpage-main-texte.webp",
|
||||
"height": "medium",
|
||||
"desktop_image_width": "medium",
|
||||
"layout": "image_first",
|
||||
"desktop_content_position": "top",
|
||||
|
@ -61,6 +74,56 @@
|
|||
"image_behavior": "none",
|
||||
"mobile_content_alignment": "left",
|
||||
"padding_top": 36,
|
||||
"padding_bottom": 16
|
||||
}
|
||||
},
|
||||
"image_with_text_QFziVV": {
|
||||
"type": "image-with-text",
|
||||
"blocks": {
|
||||
"heading_EwbRCt": {
|
||||
"type": "heading",
|
||||
"settings": {
|
||||
"heading": "<strong>Dekoration gesucht?<\/strong>",
|
||||
"heading_size": "h1"
|
||||
}
|
||||
},
|
||||
"text_JWY7EL": {
|
||||
"type": "text",
|
||||
"settings": {
|
||||
"text": "<p>Mach deinen Schreibtisch zu etwas Besonderem mit einem unserer einzigartigen Begleiter. Finde noch heute deinen Favoriten.<\/p>",
|
||||
"text_style": "body"
|
||||
}
|
||||
},
|
||||
"button_XYHtRK": {
|
||||
"type": "button",
|
||||
"settings": {
|
||||
"button_label": "Jetzt ansehen",
|
||||
"button_link": "shopify:\/\/pages\/figuren",
|
||||
"button_style_secondary": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"block_order": [
|
||||
"heading_EwbRCt",
|
||||
"text_JWY7EL",
|
||||
"button_XYHtRK"
|
||||
],
|
||||
"custom_css": [
|
||||
".button {width: 100%;}"
|
||||
],
|
||||
"settings": {
|
||||
"image": "shopify:\/\/shop_images\/landingpage-main-desk-decoration.webp",
|
||||
"height": "medium",
|
||||
"desktop_image_width": "medium",
|
||||
"layout": "text_first",
|
||||
"desktop_content_position": "top",
|
||||
"desktop_content_alignment": "left",
|
||||
"content_layout": "no-overlap",
|
||||
"section_color_scheme": "",
|
||||
"color_scheme": "scheme-2",
|
||||
"image_behavior": "none",
|
||||
"mobile_content_alignment": "left",
|
||||
"padding_top": 16,
|
||||
"padding_bottom": 36
|
||||
}
|
||||
},
|
||||
|
@ -79,7 +142,7 @@
|
|||
"heading_67VDbd": {
|
||||
"type": "heading",
|
||||
"settings": {
|
||||
"heading": "Sonderanfertigung",
|
||||
"heading": "<strong>Sonderanfertigung<\/strong>",
|
||||
"heading_size": "h1"
|
||||
}
|
||||
},
|
||||
|
@ -138,7 +201,7 @@
|
|||
"heading_Vf6NUi": {
|
||||
"type": "heading",
|
||||
"settings": {
|
||||
"heading": "3D Druck Service",
|
||||
"heading": "<strong>3D Druck Service<\/strong>",
|
||||
"heading_size": "h1"
|
||||
}
|
||||
},
|
||||
|
@ -279,7 +342,9 @@
|
|||
},
|
||||
"order": [
|
||||
"custom_liquid_cBmxJU",
|
||||
"custom_liquid_jHgUw6",
|
||||
"image_with_text_nmMNVm",
|
||||
"image_with_text_QFziVV",
|
||||
"custom_liquid_JhEiAV",
|
||||
"image_with_text_h4Ypbh",
|
||||
"image_with_text_7jH8VL",
|
||||
|
|
|
@ -54,15 +54,15 @@
|
|||
"description_style": "body",
|
||||
"collection": "auslaufmodelle",
|
||||
"products_to_show": 3,
|
||||
"columns_desktop": 3,
|
||||
"full_width": false,
|
||||
"columns_desktop": 4,
|
||||
"full_width": true,
|
||||
"show_view_all": true,
|
||||
"view_all_style": "solid",
|
||||
"enable_desktop_slider": false,
|
||||
"color_scheme": "scheme-shx-figuren",
|
||||
"image_ratio": "adapt",
|
||||
"image_shape": "default",
|
||||
"show_secondary_image": false,
|
||||
"show_secondary_image": true,
|
||||
"show_vendor": false,
|
||||
"show_rating": false,
|
||||
"enable_quick_add": false,
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"custom_liquid_pL6Gqt": {
|
||||
"type": "custom-liquid",
|
||||
"settings": {
|
||||
"custom_liquid": "{% render \"shx-landingpage-banner\", desktop_image: \"IMG_2831desk.jpg\", mobile_image: \"IMG_2822mobi2.jpg\" %}",
|
||||
"custom_liquid": "{% render \"shx-landingpage-banner\", desktop_image: \"landingpage-texte-desktop.webp\", mobile_image: \"landingpage-texte-mobile2.webp\", mobile_image_height: \"300px\" %}",
|
||||
"color_scheme": "",
|
||||
"padding_top": 0,
|
||||
"padding_bottom": 52
|
||||
|
@ -51,8 +51,9 @@
|
|||
},
|
||||
"custom_liquid_wDE9bc": {
|
||||
"type": "custom-liquid",
|
||||
"disabled": true,
|
||||
"settings": {
|
||||
"custom_liquid": "<div class=\"page-width\">\n <div class=\"image-with-text image-with-text--no-overlap isolate collapse-corners scroll-trigger animate--slide-in\">\n <div class=\"image-with-text__grid grid grid--gapless grid--1-col grid--2-col-tablet image-with-text__grid--reverse\">\n <div class=\"image-with-text__media-item image-with-text__media-item--medium image-with-text__media-item--top grid__item\">\n <div class=\"image-with-text__media image-with-text__media--adapt global-media-settings gradient color-scheme-2 image-with-text__media--placeholder placeholder\"><svg class=\"placeholder-svg\" preserveAspectRatio=\"xMidYMid slice\" width=\"980\" height=\"700\" viewBox=\"0 0 980 700\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><clipPath id=\"clip0_663_1534\"><path d=\"M0 0h980v700H0z\"><\/path><\/clipPath><g clip-path=\"url(#clip0_663_1534)\"><path d=\"M0 0h980v700H0z\" fill=\"#e5e6e6\"><\/path><path d=\"M735.8 366.9c-1.5-1.5-4.7-4.5-4.7-4.5l-.5-.1L498.7 507c-8.3 5.2-18.9 5-27-.3-1.1-.7-2.2-1.6-3.1-2.5-26-24.5-52-49-77.9-73.5L256.4 303.8c-.5-.5-1-.9-1.5-1.4-1.9 1.8-3.8 3.6-5.6 5.3-7.3 6.9-7.3 18.5 0 25.4 71.8 67.8 143.7 135.6 215.6 203.5 8.3 7.8 20.8 9.1 30.4 3l53.3-33.3 37.3-23.3 47.6-29.8 46.9-29.3c17.8-11.1 35.5-22.2 53.2-33.3 8.4-5.3 9.5-17 2.2-23.7z\" fill=\"#187f80\"><\/path><path d=\"M727.5 394.7h-.4c-15.5 9.7-31.1 19.5-46.7 29.2l-46.9 29.3-47.6 29.8-37.3 23.3-53.3 33.3c-9.6 6.1-22.1 4.8-30.4-3-71.2-67.3-142.4-134.4-213.6-201.6h-.1c-1.9 1.8-3.7 3.5-5.5 5.2-7.3 6.9-7.3 18.5 0 25.4l215.6 203.5c8.3 7.8 20.8 9.1 30.4 3l53.3-33.3 37.3-23.3 47.7-29.8 46.9-29.3c17.8-11.1 35.6-22.3 53.3-33.4 8.4-5.2 9.5-16.9 2.3-23.7z\" fill=\"#1d5d67\"><\/path><path d=\"M739.8 334.8c-72.4-68.4-144.7-136.9-217.1-205.4-7.1-6.7-17.4-8.7-26.4-5.1l-40.8 16.2-26.9 12 7.7 7.3c30.4 28.7 26.2 69.9-9.4 92.1s-88.9 16.9-119.3-11.8l-7.7-7.3-46.8 42.5c-7.3 6.9-7.2 18.5 0 25.4L468.3 504c8.3 7.8 20.8 9 30.4 3l238.5-148.8c8.5-5 9.7-16.7 2.6-23.4z\" fill=\"#59b1ab\"><\/path><path d=\"M418.3 159c-2.6 1.6-4.8 3.5-6.5 5.7l-7.3 9.2c-2.3 2.9-4.9 5.7-7.6 8.4-1.3 1.3-2.6 2.5-4 3.7l21 19.8c1.1 1.1 1 2.6-.3 3.4L375.4 233c-1.3.8-3.3.6-4.4-.4l-21-19.8c-1.8.8-3.7 1.5-5.5 2.2-4 1.5-8 2.9-12.2 4l-13.2 3.6c-3.1.9-6 2.1-8.6 3.7l-10.4 6.5 7.7 7.3c30.4 28.7 83.8 34 119.3 11.8s39.7-63.4 9.4-92.2l-7.7-7.3z\" fill=\"#187f80\"><\/path><path d=\"M371 232.6c1.1 1.1 3.1 1.3 4.4.4l38.1-23.8c1.3-.8 1.5-2.3.4-3.4l-21-19.8c-4.3 3.8-9.2 7.5-14.4 10.7l-12 7.5c-5.1 3.2-10.8 6.1-16.6 8.6z\" fill=\"#fff\"><\/path><path d=\"m630.6 308.4-12.8 18.2c-3.7 5.2-9.8 9-17.2 10.7l-25.9 5.8c-7.5 1.7-15.9-.4-21-5.2l-55.8-53c-2.6-2.5-2.2-6 .9-7.9l63.4-39.4c3.1-1.9 7.7-1.5 10.3 1l55.8 53c5.2 4.8 6.1 11.4 2.3 16.8z\" fill=\"#3a9c97\"><\/path><path d=\"m562.3 237.5-63.4 39.4c-3.1 1.9-3.5 5.5-.9 7.9l14.1 13.4 74.6-46.3-14.1-13.4c-2.6-2.5-7.2-2.9-10.3-1z\" fill=\"#187f80\"><\/path><path d=\"M0 298.1V700h424.3z\" fill=\"#d2d6d3\"><\/path><path d=\"M478.4 576h110.7c9.4 0 18.7-2.7 26.6-7.7L837.3 429c13.9-8.7 15.7-28.2 3.8-39.4l-207.8-195c-7.1-6.6-17.4-8.6-26.4-5l-14.4 5.8L740 334.8c7.2 6.8 6 18.5-2.5 23.7l-6.4 3.9 5 4.5c7.4 6.7 6.3 18.6-2.2 23.9l-6.4 3.9 5.2 4.9c7.1 6.8 6 18.4-2.3 23.6l-238.6 149c-4.1 2.5-8.7 3.8-13.4 3.8z\" fill=\"#901941\" opacity=\".03\"><\/path><path d=\"M431.7 145c-3.7 1.7-4.6 6.6-1.6 9.4l1.4 1.4c30.4 28.7 26.2 70-9.4 92.2s-88.9 16.9-119.3-11.8l-3.9-3.7c-2.1-2-5.4-2.1-7.7-.2l-12 10.3c-2.6 2.2-2.7 6.2-.2 8.5 41.6 39.3 114.8 46.5 163.5 16.1s54.4-86.9 12.8-126.3l-1.9-1.8c-1.7-1.6-4.2-2-6.3-1.1z\" fill=\"#3f9e98\"><\/path><path d=\"m701.7 360.5-232 144.7c8.2 6.8 20 7.7 29.2 2l238.5-148.8c1.6-1 2.9-2.2 4-3.6 4.2-5.5 4.2-13.3-.4-18.8l-1.2-1.2c-.4-.4-145.7-137.8-217.1-205.4-6.8-6.4-16.6-8.5-25.4-5.4l208.3 197.1c12 11.3 10 30.7-3.9 39.4z\" fill=\"#78c2bd\"><\/path><\/g><\/svg>\n\n<\/div>\n <\/div>\n <div class=\"image-with-text__text-item grid__item\">\n <div id=\"ImageWithText--template--22806669164820__image_with_text_De8bY4\" class=\"image-with-text__content image-with-text__content--top image-with-text__content--desktop-left image-with-text__content--mobile-left image-with-text__content--adapt content-container gradient color-scheme-2\"><h2 class=\"image-with-text__heading inline-richtext h1\">\n <strong>Selbst konfigurieren<\/strong>\n <\/h2><div class=\"image-with-text__text rte body\">\n <p>Gestalte deinen eigenen Text, ganz nach deinen Vorstellungen<\/p>\n <\/div><a href=\"\/products\/selling-plans-ski-wax\" class=\"button button--primary\">\n Jetzt konfigurieren\n <\/a><\/div>\n <\/div>\n <\/div>\n <\/div>\n <\/div>",
|
||||
"custom_liquid": "<div class=\"page-width\">\n <div\n class=\"image-with-text image-with-text--no-overlap isolate collapse-corners scroll-trigger animate--slide-in\"\n >\n <div\n class=\"image-with-text__grid grid grid--gapless grid--1-col grid--2-col-tablet image-with-text__grid--reverse\"\n >\n <div\n class=\"image-with-text__media-item image-with-text__media-item--medium image-with-text__media-item--top grid__item\"\n >\n <div\n class=\"image-with-text__media image-with-text__media--adapt global-media-settings gradient color-scheme-2 image-with-text__media--placeholder placeholder\"\n >\n \n <video class=\"shx-landingPage__video__element\" autoplay=\"\" loop=\"\" muted=\"\" playsinline=\"\">\n <source src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/beb202b322b64d68b6d5e4b4290b2066.mp4\" type=\"video\/mp4\">\n Your browser does not support the video tag.\n <\/video>\n <\/div>\n <\/div>\n <div class=\"image-with-text__text-item grid__item\">\n <div\n id=\"ImageWithText--template--22806669164820__image_with_text_De8bY4\"\n class=\"image-with-text__content image-with-text__content--top image-with-text__content--desktop-left image-with-text__content--mobile-left image-with-text__content--adapt content-container gradient color-scheme-2\"\n >\n <h2 class=\"image-with-text__heading inline-richtext h1\">\n <strong>Selbst konfigurieren<\/strong>\n <\/h2>\n <div class=\"image-with-text__text rte body\">\n <p>Gestalte deinen eigenen Text, ganz nach deinen Vorstellungen<\/p>\n <\/div>\n <a\n href=\"\/products\/selling-plans-ski-wax\"\n class=\"button button--primary\"\n >\n Jetzt konfigurieren\n <\/a>\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n<\/div>",
|
||||
"color_scheme": "",
|
||||
"padding_top": 40,
|
||||
"padding_bottom": 52
|
||||
|
@ -64,14 +65,14 @@
|
|||
"heading_nEYLyX": {
|
||||
"type": "heading",
|
||||
"settings": {
|
||||
"heading": "<strong>Selbst konfigurieren<\/strong>",
|
||||
"heading": "<strong>Selbst gestalten<\/strong>",
|
||||
"heading_size": "h1"
|
||||
}
|
||||
},
|
||||
"text_aQ3jEc": {
|
||||
"type": "text",
|
||||
"settings": {
|
||||
"text": "<p>Gestalte deinen eigenen Text, ganz nach deinen Vorstellungen<\/p>",
|
||||
"text": "<p>Konfiguriere dein persönliches Namensschild für dich oder deine nächste Veranstaltung und sieh es dir in der Live-Vorschau an, bevor du bestellst. So erhältst du genau das, was du dir vorstellst!<\/p>",
|
||||
"text_style": "body"
|
||||
}
|
||||
},
|
||||
|
@ -89,9 +90,12 @@
|
|||
"text_aQ3jEc",
|
||||
"button_9U9MP7"
|
||||
],
|
||||
"custom_css": [
|
||||
".button {width: 100%;}"
|
||||
],
|
||||
"settings": {
|
||||
"image": "shopify:\/\/shop_images\/IMG_2814mob.jpg",
|
||||
"height": "adapt",
|
||||
"image": "shopify:\/\/shop_images\/landingpage-texte-preview.webp",
|
||||
"height": "medium",
|
||||
"desktop_image_width": "medium",
|
||||
"layout": "text_first",
|
||||
"desktop_content_position": "top",
|
||||
|
@ -105,121 +109,13 @@
|
|||
"padding_bottom": 36
|
||||
}
|
||||
},
|
||||
"image_with_text_FgMLbW": {
|
||||
"type": "image-with-text",
|
||||
"blocks": {
|
||||
"heading_abrXQL": {
|
||||
"type": "heading",
|
||||
"settings": {
|
||||
"heading": "Image with text",
|
||||
"heading_size": "h1"
|
||||
}
|
||||
},
|
||||
"text_yBiHAk": {
|
||||
"type": "text",
|
||||
"settings": {
|
||||
"text": "<p>Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.<\/p>",
|
||||
"text_style": "body"
|
||||
}
|
||||
},
|
||||
"button_qhP9Tb": {
|
||||
"type": "button",
|
||||
"settings": {
|
||||
"button_label": "Button label",
|
||||
"button_link": "",
|
||||
"button_style_secondary": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"block_order": [
|
||||
"heading_abrXQL",
|
||||
"text_yBiHAk",
|
||||
"button_qhP9Tb"
|
||||
],
|
||||
"custom_liquid_AxpyqM": {
|
||||
"type": "custom-liquid",
|
||||
"settings": {
|
||||
"height": "adapt",
|
||||
"desktop_image_width": "medium",
|
||||
"layout": "image_first",
|
||||
"desktop_content_position": "top",
|
||||
"desktop_content_alignment": "left",
|
||||
"content_layout": "no-overlap",
|
||||
"section_color_scheme": "",
|
||||
"color_scheme": "scheme-2",
|
||||
"image_behavior": "none",
|
||||
"mobile_content_alignment": "left",
|
||||
"padding_top": 36,
|
||||
"padding_bottom": 36
|
||||
}
|
||||
},
|
||||
"featured_product_JAUVLe": {
|
||||
"type": "featured-product",
|
||||
"blocks": {
|
||||
"text_7iHH6U": {
|
||||
"type": "text",
|
||||
"settings": {
|
||||
"text": "{{ section.settings.product.vendor }}",
|
||||
"text_style": "uppercase"
|
||||
}
|
||||
},
|
||||
"title_7dPPYg": {
|
||||
"type": "title",
|
||||
"settings": {
|
||||
"heading_size": "h1"
|
||||
}
|
||||
},
|
||||
"price_bMDdC6": {
|
||||
"type": "price",
|
||||
"settings": {
|
||||
}
|
||||
},
|
||||
"variant_picker_MhzzwN": {
|
||||
"type": "variant_picker",
|
||||
"settings": {
|
||||
"picker_type": "button",
|
||||
"swatch_shape": "circle"
|
||||
}
|
||||
},
|
||||
"quantity_selector_HcVjQ6": {
|
||||
"type": "quantity_selector",
|
||||
"settings": {
|
||||
}
|
||||
},
|
||||
"buy_buttons_ghKbjT": {
|
||||
"type": "buy_buttons",
|
||||
"settings": {
|
||||
"show_dynamic_checkout": true,
|
||||
"show_gift_card_recipient": true
|
||||
}
|
||||
},
|
||||
"share_HDm4D6": {
|
||||
"type": "share",
|
||||
"settings": {
|
||||
"share_label": "Share"
|
||||
}
|
||||
}
|
||||
},
|
||||
"block_order": [
|
||||
"text_7iHH6U",
|
||||
"title_7dPPYg",
|
||||
"price_bMDdC6",
|
||||
"variant_picker_MhzzwN",
|
||||
"quantity_selector_HcVjQ6",
|
||||
"buy_buttons_ghKbjT",
|
||||
"share_HDm4D6"
|
||||
],
|
||||
"settings": {
|
||||
"product": "selling-plans-ski-wax",
|
||||
"custom_liquid": "{% render \"shx-newsletter\" %}",
|
||||
"color_scheme": "",
|
||||
"secondary_background": false,
|
||||
"media_size": "medium",
|
||||
"constrain_to_viewport": true,
|
||||
"media_fit": "contain",
|
||||
"media_position": "left",
|
||||
"image_zoom": "lightbox",
|
||||
"hide_variants": false,
|
||||
"enable_video_looping": false,
|
||||
"padding_top": 36,
|
||||
"padding_bottom": 36
|
||||
"padding_top": 40,
|
||||
"padding_bottom": 52
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -230,7 +126,6 @@
|
|||
"custom_liquid_pL6Gqt",
|
||||
"custom_liquid_wDE9bc",
|
||||
"image_with_text_De8bY4",
|
||||
"image_with_text_FgMLbW",
|
||||
"featured_product_JAUVLe"
|
||||
"custom_liquid_AxpyqM"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -141,7 +141,7 @@
|
|||
"heading_zMg3eT": {
|
||||
"type": "heading",
|
||||
"settings": {
|
||||
"heading": "<strong>Einzigartiges Geschenk<\/strong>",
|
||||
"heading": "<strong>Besonderes Geschenk<\/strong>",
|
||||
"heading_size": "h1"
|
||||
}
|
||||
},
|
||||
|
@ -157,6 +157,7 @@
|
|||
"heading_zMg3eT",
|
||||
"text_YdPmPN"
|
||||
],
|
||||
"disabled": true,
|
||||
"settings": {
|
||||
"image": "shopify:\/\/shop_images\/gift.webp",
|
||||
"height": "adapt",
|
||||
|
|
Loading…
Reference in New Issue