Hi the product videos are not displaying. Instead of video it is showing blank white space. the page i need help with is https://laviere.in/products/marine-melt
-
Ensure that the video file is uploaded correctly in Shopify under the product media section. If the video file is missing or not supported, it could lead to a blank space.
-
Check the theme’s product page template (product.liquid or main-product.liquid) for the video embed code. There might be a missing or incorrect reference for displaying videos, especially if you’ve customized the theme.
- If you are embedding videos manually, ensure that the embed code or video tags (e.g.,
Hi video is added in background in gallery section but it is not working in thumbnail layout but in popup it is working
{{ ‘component-product.css’ | asset_url | stylesheet_tag }}
{{ ‘component-price.css’ | asset_url | stylesheet_tag }}
{{ ‘component-badge.css’ | asset_url | stylesheet_tag }}
{{ ‘component-rte.css’ | asset_url | stylesheet_tag }}
{{ ‘component-share.css’ | asset_url | stylesheet_tag }}
{{ ‘component-tab.css’ | asset_url | stylesheet_tag }}
{{ ‘component-product-form.css’ | asset_url | stylesheet_tag }}
{{ ‘component-grid.css’ | asset_url | stylesheet_tag }}
{% assign product_page_layout = settings.product_page_layout %}
{% if product_page_layout == “default” %}
{% render ‘product-page’ %}
{% elsif product_page_layout == “full_width” %}
{% render ‘product-page-full-width’ %}
{% elsif product_page_layout == “full_width_2” %}
{% render ‘product-page-full-width-2’ %}
{% elsif product_page_layout == “gallery” %}
{% render ‘product-page-gallery’ %}
{% elsif product_page_layout == “left_thumbs” %}
{% render ‘product-page-left-thumbs’ %}
{% elsif product_page_layout == “right_thumbs” %}
{% render ‘product-page-right-thumbs’ %}
{% elsif product_page_layout == “left_right_sidebar” %}
{% render ‘product-page-left-right-sidebar’ %}
{% elsif product_page_layout == “horizontal_tabs_no_sidebar” %}
{% render ‘product-page-horizontal-tabs-no-sidebar’ %}
{% endif %}
{% schema %}
{
“name”: “t:sections.main-product.name”,
“settings”:
[
{
“type”: “header”,
“content”: “t:settings_schema.general.name”
},
{
“type”: “select”,
“id”: “container”,
“label”: “t:sections.layout.container.option”,
“default”: “container”,
“options”: [
{
“value”: “container”,
“label”: “t:sections.layout.container.option1”
},
{
“value”: “1170”,
“label”: “t:sections.layout.container.option4”
},
{
“value”: “1770”,
“label”: “t:sections.layout.container.option3”
},
{
“value”: “fullwidth”,
“label”: “t:sections.layout.container.option2”
}
]
},
{
“type”: “range”,
“id”: “padding_full_width”,
“label”: “t:sections.layout.container.padding_full_width”,
“min”: 0,
“max”: 100,
“step”: 5,
“unit”: “t:sections.layout.fontsize.fontsize_title.unit”,
“default”: 0,
“info”: “t:sections.layout.container.info_full_width”
},
{
“type”: “checkbox”,
“id”: “show_sticky_info”,
“label”: “t:sections.main-product.settings.general.label__1”,
“default”: true
},
{
“type”: “header”,
“content”: “t:sections.layout.margin_top”
},
{
“type”: “range”,
“id”: “mg_top_desktop”,
“label”: “t:sections.layout.mg_desktop.label”,
“min”: 0,
“max”: 100,
“step”: 5,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “range”,
“id”: “mg_top_tablet”,
“label”: “t:sections.layout.mg_tablet.label”,
“min”: 0,
“max”: 100,
“step”: 5,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “range”,
“id”: “mg_top_mobile”,
“label”: “t:sections.layout.mg_mobile.label”,
“min”: 0,
“max”: 100,
“step”: 5,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “header”,
“content”: “t:sections.layout.margin_bottom”
},
{
“type”: “range”,
“id”: “mg_bottom_desktop”,
“label”: “t:sections.layout.mg_desktop.label”,
“min”: 0,
“max”: 100,
“step”: 5,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “range”,
“id”: “mg_bottom_tablet”,
“label”: “t:sections.layout.mg_tablet.label”,
“min”: 0,
“max”: 100,
“step”: 5,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “range”,
“id”: “mg_bottom_mobile”,
“label”: “t:sections.layout.mg_mobile.label”,
“min”: 0,
“max”: 100,
“step”: 5,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “header”,
“content”: “t:sections.main-product.settings.general.main_image”
},
{
“type”: “checkbox”,
“id”: “main_image_arrows_desktop”,
“label”: “t:sections.main-product.settings.general.main_image_arrows_desktop”,
“default”: false
},
{
“type”: “checkbox”,
“id”: “main_image_arrows_mobile”,
“label”: “t:sections.main-product.settings.general.main_image_arrows_mobile”,
“default”: true
},
{
“type”: “checkbox”,
“id”: “main_image_counter_mobile”,
“label”: “t:sections.main-product.settings.general.main_image_counter_mobile”,
“info”: “t:sections.main-product.settings.general.info_main_image_counter_mobile”,
“default”: true
},
{
“type”: “checkbox”,
“id”: “main_image_enable_parallax_mb”,
“label”: “t:sections.main-product.settings.general.main_image_enable_parallax_mb”,
“default”: false
},
{
“type”: “checkbox”,
“id”: “main_image_show_zoom_icon_mb”,
“label”: “t:sections.main-product.settings.general.main_image_show_zoom_icon_mb”,
“default”: true
},
{
“type”: “select”,
“id”: “main_image_position”,
“label”: “t:sections.main-product.settings.general.label__3”,
“default”: “left”,
“options”: [
{
“value”: “left”,
“label”: “t:sections.main-product.settings.general.options__5”
},
{
“value”: “right”,
“label”: “t:sections.main-product.settings.general.options__6”
}]
},
{
“type”: “select”,
“id”: “main_image_layout”,
“label”: “t:sections.product_block.settings.product_block_layout.option”,
“default”: “1”,
“options”: [
{
“value”: “1”,
“label”: “t:settings_schema.typography.settings.typography.style_1”
},
{
“value”: “2”,
“label”: “t:settings_schema.typography.settings.typography.style_2”
},
{
“value”: “3”,
“label”: “t:settings_schema.typography.settings.typography.style_3”
}
]
},
{
“type”: “paragraph”,
“content”: “t:sections.main-product.settings.general.custom_cursor_label”
},
{
“type”: “checkbox”,
“id”: “main_image_show_custom_cursor”,
“label”: “t:sections.main-product.settings.general.main_image_show_custom_cursor”,
“default”: false,
“info”: “t:sections.main-product.settings.general.custom_cursor_info”
},
{
“type”: “color”,
“id”: “count_color”,
“label”: “t:settings_schema.typography.settings.typography.text_color”,
“default”: “#191919”
},
{
“type”: “color”,
“id”: “icon_color”,
“label”: “t:settings_schema.typography.settings.typography.icon_color”,
“default”: “#000000”
},
{
“type”: “header”,
“content”: “t:sections.main-product.settings.general.thumbnail”
},
{
“type”: “checkbox”,
“id”: “show_thumbnail_mobile”,
“label”: “t:sections.main-product.settings.general.show_thumbnail_mobile”,
“default”: true
},
{
“type”: “select”,
“id”: “thumnail_layout”,
“label”: “t:sections.main-product.settings.general.label__2”,
“default”: “3”,
“options”: [
{
“value”: “1”,
“label”: “t:sections.main-product.settings.general.options__1”
},
{
“value”: “2”,
“label”: “t:sections.main-product.settings.general.options__2”
},
{
“value”: “3”,
“label”: “t:sections.main-product.settings.general.options__3”
},
{
“value”: “4”,
“label”: “t:sections.main-product.settings.general.options__4”
}]
},
{
“type”: “range”,
“id”: “thumbnail_to_show”,
“label”: “t:sections.main-product.settings.general.thumbnail_to_show”,
“min”: 3,
“max”: 6,
“step”: 1,
“default”: 6
},
{
“type”: “header”,
“content”: “t:sections.main-collection-product-grid.settings.header__2.content”
},
{
“id”: “show_sidebar”,
“type”: “checkbox”,
“default”: false,
“label”: “t:sections.main-sidebar.settings.general.label__1”
},
{
“type”: “select”,
“id”: “sidebar_collapse”,
“label”: “t:sections.main-sidebar.settings.general.label__2”,
“default”: “collapse”,
“options”:
[
{
“value”: “collapse”,
“label”: “t:sections.main-sidebar.settings.general.options__5”
},
{
“value”: “slide”,
“label”: “t:sections.main-sidebar.settings.general.options__6”
},
{
“value”: “none”,
“label”: “t:sections.main-sidebar.settings.general.options__7”
}
]
},
{
“type”: “checkbox”,
“id”: “enable_sticky”,
“label”: “t:sections.main-sidebar.settings.general.label__5”,
“default”: false
},
{
“type”: “select”,
“id”: “sidebar_layout”,
“label”: “t:sections.main-sidebar.settings.general.layout”,
“default”: “layout_1”,
“options”:
[
{
“value”: “layout_1”,
“label”: “t:sections.main-sidebar.settings.general.layout_1”
},
{
“value”: “layout_2”,
“label”: “t:sections.main-sidebar.settings.general.layout_2”
}
]
},
{
“type”: “select”,
“id”: “sidebar_collapse_default”,
“label”: “t:sections.main-sidebar.settings.general.label__4”,
“default”: “expand”,
“options”:
[
{
“value”: “expand”,
“label”: “t:sections.main-sidebar.settings.general.options__3”
},
{
“value”: “close”,
“label”: “t:sections.main-sidebar.settings.general.options__4”
}
]
},
{
“type”: “select”,
“id”: “sidebar_position”,
“label”: “t:sections.general.settings.position.label__1”,
“default”: “left”,
“options”:
[
{
“value”: “left”,
“label”: “t:sections.general.settings.page-title.options__1”
},
{
“value”: “right”,
“label”: “t:sections.general.settings.page-title.options__3”
}
]
},
{
“type”: “paragraph”,
“content”: “t:sections.main-sidebar.settings.general.paragraph__1.content”
},
{
“type”: “select”,
“id”: “sidebar_heading_font”,
“label”: “t:settings_schema.typography.settings.font_type.label”,
“options”: [
{
“value”: “font_1”,
“label”: “t:settings_schema.typography.settings.font_family__1.content”
},
{
“value”: “font_2”,
“label”: “t:settings_schema.typography.settings.font_family__2.content”
}],
“default”: “font_1”
},
{
“type”: “range”,
“id”: “sidebar_heading_font_size”,
“label”: “t:settings_schema.typography.settings.font_size.label”,
“min”: 10,
“max”: 30,
“step”: 1,
“unit”: “t:settings_schema.typography.settings.font_size.unit”,
“default”: 14
},
{
“type”: “select”,
“id”: “sidebar_heading_font_weight”,
“label”: “t:settings_schema.typography.settings.font_weight.label”,
“default”: “700”,
“options”: [
{
“value”: “400”,
“label”: “t:settings_schema.typography.settings.font_weight.options__1”
},
{
“value”: “500”,
“label”: “t:settings_schema.typography.settings.font_weight.options__2”
},
{
“value”: “600”,
“label”: “t:settings_schema.typography.settings.font_weight.options__3”
},
{
“value”: “700”,
“label”: “t:settings_schema.typography.settings.font_weight.options__4”
},
{
“value”: “800”,
“label”: “t:settings_schema.typography.settings.font_weight.options__5”
},
{
“value”: “900”,
“label”: “t:settings_schema.typography.settings.font_weight.options__6”
}]
},
{
“type”: “select”,
“id”: “sidebar_heading_text_transform”,
“label”: “t:settings_schema.typography.settings.text_transform.label”,
“default”: “uppercase”,
“options”: [
{
“value”: “normal”,
“label”: “t:settings_schema.typography.settings.text_transform.options__1”
},
{
“value”: “capitalize”,
“label”: “t:settings_schema.typography.settings.text_transform.options__2”
},
{
“value”: “uppercase”,
“label”: “t:settings_schema.typography.settings.text_transform.options__3”
},
{
“value”: “lowercase”,
“label”: “t:settings_schema.typography.settings.text_transform.options__4”
}]
},
{
“type”: “header”,
“content”: “t:sections.main-product.settings.header__2.content”,
“info”: “t:sections.main-product.settings.header__2.info”
},
{
“type”: “select”,
“id”: “product_image_ratio”,
“label”: “t:sections.main-product.settings.media.label__1”,
“default”: “adapt”,
“options”: [
{
“value”: “adapt”,
“label”: “t:sections.main-product.settings.media.options__1”
},
{
“value”: “portrait”,
“label”: “t:sections.main-product.settings.media.options__2”
},
{
“value”: “square”,
“label”: “t:sections.main-product.settings.media.options__3”
}
]
},
{
“type”: “range”,
“id”: “portrait_aspect_ratio”,
“label”: “t:sections.main-product.settings.media.label__2”,
“min”: 101,
“max”: 150,
“step”: 1,
“unit”: “t:sections.main-product.settings.media.unit”,
“default”: 148
},
{
“type”: “checkbox”,
“id”: “zoomed_image”,
“label”: “t:sections.main-product.settings.media.label__3”,
“default”: true
},
{
“type”: “select”,
“id”: “media_fit”,
“label”: “t:sections.main-product.settings.media.label__5”,
“default”: “cover”,
“options”: [
{
“label”: “t:sections.main-product.settings.media.options__6”,
“value”: “unset”
},
{
“label”: “t:sections.main-product.settings.media.options__7”,
“value”: “contain”
},
{
“label”: “t:sections.main-product.settings.media.options__8”,
“value”: “cover”
}
],
“info”: “Choose "Full Width Or Height (No Crop)" or "Full Width & Height (With Crop)" option when applying product layout "Product Horizontal Tabs No Sidebar" or template "template-horizontal-tabs".”
},
{
“type”: “select”,
“id”: “product_image_popup”,
“label”: “t:sections.main-product.settings.media.label__4”,
“default”: “fancybox”,
“options”: [
{
“value”: “none”,
“label”: “t:sections.main-product.settings.media.options__4”
},
{
“value”: “fancybox”,
“label”: “t:sections.main-product.settings.media.options__5”
}
]
},
{
“type”: “select”,
“id”: “video_layout”,
“label”: “t:sections.main-product.settings.media.layout_video”,
“default”: “thumbnail”,
“options”:
[
{
“value”: “thumbnail”,
“label”: “t:sections.main-product.settings.general.thumbnail”
},
{
“value”: “popup”,
“label”: “t:sections.main-product.settings.tab.options__3”
}
]
},
{
“type”: “header”,
“content”: “t:sections.main-product.settings.header__3.content”
},
{
“type”: “checkbox”,
“id”: “show_badge”,
“label”: “t:sections.main-product.settings.badge.label”,
“default”: true
},
{
“type”: “header”,
“content”: “t:sections.main-product.settings.header__9.content”
},
{
“type”: “checkbox”,
“id”: “show_qty”,
“label”: “t:sections.main-product.settings.quantiy.label”,
“default”: true
},
{
“type”: “header”,
“content”: “t:sections.main-product.settings.header__10.content”
},
{
“type”: “checkbox”,
“id”: “show_subtotal”,
“label”: “t:sections.main-product.settings.sub_total.label”,
“default”: true
},
{
“type”: “select”,
“id”: “subtotal_style”,
“label”: “t:settings_schema.typography.settings.typography.select_style”,
“default”: “1”,
“options”: [
{
“value”: “1”,
“label”: “t:settings_schema.typography.settings.typography.style_1”
},
{
“value”: “2”,
“label”: “t:settings_schema.typography.settings.typography.style_2”
}
]
},
{
“type”: “header”,
“content”: “t:sections.main-product.settings.header__19.content”
},
{
“type”: “checkbox”,
“id”: “show_sticky_add_to_cart”,
“label”: “t:sections.main-product.settings.sticky_add_to_cart.label”,
“default”: true
},
{
“type”: “checkbox”,
“id”: “enable_sticky_add_to_cart_always_mobile”,
“label”: “t:sections.main-product.settings.sticky_add_to_cart.label__1”,
“default”: false,
“info”: “t:sections.main-product.settings.sticky_add_to_cart.info__1”
},
{
“type”: “checkbox”,
“id”: “show_sticky_vendor”,
“label”: “t:sections.main-product.settings.info.label__1”,
“default”: false
},
{
“type”: “select”,
“id”: “sticky_atc_layout”,
“label”: “t:sections.main-product.settings.sticky_add_to_cart.label”,
“default”: “1”,
“options”: [
{
“value”: “1”,
“label”: “t:settings_schema.typography.settings.typography.style_1”
},
{
“value”: “2”,
“label”: “t:settings_schema.typography.settings.typography.style_2”
}
]
},
{
“type”: “header”,
“content”: “t:sections.main-product.settings.header__20.content”
},
{
“type”: “checkbox”,
“id”: “show_tab”,
“label”: “t:sections.main-product.settings.tab.label__1”,
“default”: true
},
{
“type”: “select”,
“id”: “tab_layout”,
“label”: “t:sections.main-product.settings.tab.label__3”,
“default”: “popup”,
“options”: [
{
“value”: “vertical”,
“label”: “t:sections.main-product.settings.tab.options__1”
},
{
“value”: “vertical_sidebar”,
“label”: “t:sections.main-product.settings.tab.options__4”
},
{
“value”: “horizontal”,
“label”: “t:sections.main-product.settings.tab.options__2”
},
{
“value”: “popup”,
“label”: “t:sections.main-product.settings.tab.options__3”
}]
},
{
“type”: “select”,
“id”: “tab_layout_mobile”,
“label”: “t:sections.main-product.settings.tab.label__4”,
“default”: “popup”,
“options”: [
{
“value”: “vertical”,
“label”: “t:sections.main-product.settings.tab.options__1”
},
{
“value”: “vertical_sidebar”,
“label”: “t:sections.main-product.settings.tab.options__4”
},
{
“value”: “popup”,
“label”: “t:sections.main-product.settings.tab.options__3”
}]
},
{
“type”: “select”,
“id”: “icon_style_layout”,
“label”: “t:settings_schema.typography.settings.typography.style_layout”,
“default”: “style_1”,
“info”: “t:settings_schema.multiple_layouts.settings.general.tab_icon_vertical_layout”,
“options”: [
{
“value”: “style_1”,
“label”: “t:settings_schema.typography.settings.typography.style_1”
},
{
“value”: “style_2”,
“label”: “t:settings_schema.typography.settings.typography.style_2”
}]
},
{
“type”: “range”,
“id”: “title_font_size”,
“label”: “t:settings_schema.typography.settings.typography.title_font_size”,
“min”: 0,
“max”: 50,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 16
},
{
“type”: “range”,
“id”: “title_font_size_mb”,
“label”: “t:settings_schema.typography.settings.typography.title_font_size_mb”,
“min”: 0,
“max”: 50,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 14
},
{
“type”: “select”,
“id”: “font_weight_title”,
“label”: “t:settings_schema.typography.settings.typography.title_font_weight”,
“default”: “600”,
“options”: [
{
“value”: “400”,
“label”: “t:settings_schema.typography.settings.font_weight.options__1”
},
{
“value”: “500”,
“label”: “t:settings_schema.typography.settings.font_weight.options__2”
},
{
“value”: “600”,
“label”: “t:settings_schema.typography.settings.font_weight.options__3”
},
{
“value”: “700”,
“label”: “t:settings_schema.typography.settings.font_weight.options__4”
},
{
“value”: “800”,
“label”: “t:settings_schema.typography.settings.font_weight.options__5”
},
{
“value”: “900”,
“label”: “t:settings_schema.typography.settings.font_weight.options__6”
}]
},
{
“type”: “select”,
“id”: “title_text_transform”,
“label”: “t:settings_schema.typography.settings.text_transform.label”,
“default”: “none”,
“options”: [
{
“value”: “none”,
“label”: “t:settings_schema.typography.settings.text_transform.options__1”
},
{
“value”: “capitalize”,
“label”: “t:settings_schema.typography.settings.text_transform.options__2”
},
{
“value”: “uppercase”,
“label”: “t:settings_schema.typography.settings.text_transform.options__3”
},
{
“value”: “lowercase”,
“label”: “t:settings_schema.typography.settings.text_transform.options__4”
}]
},
{
“type”: “range”,
“id”: “title_padding_top_bottom”,
“label”: “t:settings_schema.typography.settings.typography.item_padding_top_bottom”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 15
},
{
“type”: “color”,
“id”: “tab_border_color”,
“label”: “t:settings_schema.colors.settings.colors_name.border_color”,
“default”: “#000000”
},
{
“type”: “color_background”,
“id”: “tab_border_color_rgb”,
“label”: “t:settings_schema.colors.settings.colors_name.border_gradient_color”
},
{
“type”: “header”,
“content”: “t:sections.product-bundle.name”
},
{
“type”: “checkbox”,
“id”: “show_product_bundle”,
“label”: “t:sections.product-bundle.settings.general.label__1”,
“default”: true
},
{
“type”: “color_background”,
“id”: “background_color”,
“label”: “t:settings_schema.colors.settings.colors_name.background_color”,
“default”: “#f8f8f8”
},
{
“type”: “paragraph”,
“content”: “t:sections.layout.margin_top”
},
{
“type”: “range”,
“id”: “padding_top”,
“label”: “t:sections.layout.mg_desktop.label”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.general.settings.padding.unit”,
“default”: 30
},
{
“type”: “range”,
“id”: “padding_top_tablet”,
“label”: “t:sections.layout.mg_tablet.label”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.general.settings.padding.unit”,
“default”: 30
},
{
“type”: “range”,
“id”: “padding_top_mobile”,
“label”: “t:sections.layout.mg_mobile.label”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.general.settings.padding.unit”,
“default”: 30
},
{
“type”: “paragraph”,
“content”: “t:sections.layout.margin_bottom”
},
{
“type”: “range”,
“id”: “padding_bottom”,
“label”: “t:sections.layout.mg_desktop.label”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.general.settings.padding.unit”,
“default”: 70
},
{
“type”: “range”,
“id”: “padding_bottom_tablet”,
“label”: “t:sections.layout.mg_tablet.label”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.general.settings.padding.unit”,
“default”: 40
},
{
“type”: “range”,
“id”: “padding_bottom_mobile”,
“label”: “t:sections.layout.mg_mobile.label”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.general.settings.padding.unit”,
“default”: 30
},
{
“type”: “text”,
“id”: “block_title”,
“label”: “t:sections.image-banner.blocks.image.settings.content.label__1”,
“default”: “Frequently Bought Together”
},
{
“type”: “select”,
“id”: “block_title_align”,
“label”: “t:sections.image-banner.blocks.image.settings.content.label__21”,
“options”: [
{
“value”: “left”,
“label”: “t:settings_schema.typography.settings.typography.left”
},
{
“value”: “center”,
“label”: “t:settings_schema.typography.settings.typography.center”
},
{
“value”: “right”,
“label”: “t:settings_schema.typography.settings.typography.right”
}],
“default”: “center”
},
{
“type”: “paragraph”,
“content”: “t:sections.product-bundle.settings.header__2.content”
},
{
“type”: “checkbox”,
“id”: “block_dots”,
“label”: “t:sections.product_block.settings.slider.product_block_dots”,
“default”: false
},
{
“type”: “checkbox”,
“id”: “block_arrows”,
“label”: “t:sections.product_block.settings.slider.product_block_arrows”,
“default”: true
},
{
“type”: “paragraph”,
“content”: “t:sections.product-bundle.settings.header__3.content”
},
{
“type”: “select”,
“id”: “product_style”,
“label”: “t:sections.product-bundle.settings.product.label__1”,
“options”: [
{
“value”: “1”,
“label”: “1”
},
{
“value”: “2”,
“label”: “2”
},
{
“value”: “3”,
“label”: “3”
}],
“default”: “2”
},
{
“type”: “select”,
“id”: “block_image_ratio”,
“label”: “t:sections.general.settings.image-ratio.label__1”,
“options”: [
{
“value”: “adapt”,
“label”: “t:sections.general.settings.image-ratio.options__1”
},
{
“value”: “portrait”,
“label”: “t:sections.general.settings.image-ratio.options__2”
},
{
“value”: “square”,
“label”: “t:sections.general.settings.image-ratio.options__3”
}],
“default”: “adapt”
},
{
“type”: “paragraph”,
“content”: “t:sections.product-bundle.settings.header__4.content”
},
{
“type”: “checkbox”,
“id”: “bundle_discount”,
“label”: “t:sections.product-bundle.settings.discount.label__1”,
“default”: true
},
{
“type”: “text”,
“id”: “bundle_discount_text”,
“label”: “t:sections.image-banner.blocks.image.settings.content.label__16”,
“default”: “Get a [discount]% discount buying these products together”,
“info”:“t:sections.product-bundle.settings.discount.info”
},
{
“type”: “color”,
“id”: “bundle_discount_text_color”,
“label”: “t:settings_schema.typography.settings.typography.text_color”,
“default”: “#232323”
},
{
“type”: “paragraph”,
“content”: “t:sections.product-bundle.settings.header__5.content”
},
{
“type”: “color”,
“id”: “total_btn_color”,
“label”: “t:settings_schema.colors.settings.colors_name.color”,
“default”: “#FFFFFF”
},
{
“type”: “color”,
“id”: “total_btn_border”,
“label”: “t:settings_schema.colors.settings.colors_name.border_color”,
“default”: “#000000”
},
{
“type”: “color”,
“id”: “total_btn_bg”,
“label”: “t:settings_schema.colors.settings.colors_name.background_color”,
“default”: “#000000”
},
{
“type”: “color_background”,
“id”: “total_btn_bg_gradient”,
“label”: “t:settings_schema.colors.settings.colors_name.background_color_gradient”
},
{
“type”: “color”,
“id”: “total_btn_color_hover”,
“label”: “t:settings_schema.colors.settings.colors_name.color_hover”,
“default”: “#FFFFFF”
},
{
“type”: “color”,
“id”: “total_btn_border_hover”,
“label”: “t:settings_schema.colors.settings.colors_name.border_hover”,
“default”: “#D12442”
},
{
“type”: “color”,
“id”: “total_btn_bg_hover”,
“label”: “t:settings_schema.colors.settings.colors_name.background_hover”,
“default”: “#D12442”
},
{
“type”: “color_background”,
“id”: “total_btn_bg_gradient_hover”,
“label”: “t:settings_schema.colors.settings.colors_name.background_hover_gradient”
}
],
“blocks”: [
{
“type”: “@app”
},
{
“type”: “breadcrumb”,
“name”: “t:sections.general.settings.breadcrumb.title”,
“limit”: 1,
“settings”: [
{
“type”: “select”,
“id”: “breadcrumb_layout”,
“label”: “t:settings_schema.typography.settings.typography.select_layout”,
“default”: “full”,
“info”: “t:sections.main-product.settings.general.breadcrumb_info”,
“options”: [
{
“value”: “full”,
“label”: “t:sections.brand.settings.brand_rows.option1”
},
{
“value”: “content”,
“label”: “t:sections.brand.settings.brand_rows.option2”
}]
},
{
“type”: “select”,
“id”: “breadcrumb_alignment”,
“label”: “t:sections.general.settings.aligmnent.label__1”,
“options”: [
{
“value”: “left”,
“label”: “t:sections.general.settings.breadcrumb.options__1”
},
{
“value”: “center”,
“label”: “t:sections.general.settings.breadcrumb.options__2”
},
{
“value”: “right”,
“label”: “t:sections.general.settings.breadcrumb.options__3”
}],
“default”: “left”
},
{
“type”: “color”,
“id”: “breadcrumb_bg”,
“label”: “t:settings_schema.colors.settings.colors_name.background_color”,
“info”: “t:sections.general.settings.breadcrumb.breacrumb_desktop_bg_info”
},
{
“type”: “color_background”,
“id”: “breadcrumb_gradient”,
“label”: “t:settings_schema.colors.settings.colors_name.background_color_gradient”,
“info”: “t:sections.general.settings.breadcrumb.breacrumb_desktop_bg_info”
},
{
“type”: “color”,
“id”: “breadcrumb_bg_mb”,
“label”: “t:settings_schema.colors.settings.colors_name.background_color_mobile”,
“default”: “#f6f6f6”
},
{
“type”: “color_background”,
“id”: “breadcrumb_gradient_mb”,
“label”: “t:settings_schema.colors.settings.colors_name.background_gradient_mobile”
},
{
“type”: “header”,
“content”: “t:sections.layout.margin_top”
},
{
“type”: “range”,
“id”: “breadcrumb_mg_top_desktop”,
“label”: “t:sections.layout.mg_desktop.label”,
“min”: 0,
“max”: 100,
“step”: 5,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 40
},
{
“type”: “range”,
“id”: “breadcrumb_mg_top_mobile”,
“label”: “t:sections.layout.mg_mobile.label”,
“min”: 0,
“max”: 100,
“step”: 5,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “header”,
“content”: “t:sections.layout.margin_bottom”
},
{
“type”: “range”,
“id”: “breadcrumb_mg_bottom_desktop”,
“label”: “t:sections.layout.mg_desktop.label”,
“min”: 0,
“max”: 100,
“step”: 5,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “range”,
“id”: “breadcrumb_mg_bottom_mobile”,
“label”: “t:sections.layout.mg_mobile.label”,
“min”: 0,
“max”: 100,
“step”: 5,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
}
]
},
{
“type”: “vendor”,
“name”: “t:sections.main-product.settings.general.vendor”,
“limit”: 1,
“settings”: [
{
“type”: “range”,
“id”: “fontsize_text”,
“label”: “t:settings_schema.typography.settings.font_size.label”,
“min”: 8,
“max”: 60,
“step”: 1,
“unit”: “t:sections.general.settings.padding.unit”,
“default”: 14
},
{
“type”: “color”,
“id”: “color_title”,
“label”: “t:settings_schema.typography.settings.typography.title_color”,
“default”: “#232323”
},
{
“type”: “select”,
“id”: “text_transform”,
“label”: “t:settings_schema.typography.settings.text_transform.label”,
“default”: “normal”,
“options”: [
{
“value”: “normal”,
“label”: “t:settings_schema.typography.settings.text_transform.options__1”
},
{
“value”: “capitalize”,
“label”: “t:settings_schema.typography.settings.text_transform.options__2”
},
{
“value”: “uppercase”,
“label”: “t:settings_schema.typography.settings.text_transform.options__3”
},
{
“value”: “lowercase”,
“label”: “t:settings_schema.typography.settings.text_transform.options__4”
}]
},
{
“type”: “header”,
“content”: “t:sections.main-product.settings.general.spacing”
},
{
“type”: “range”,
“id”: “spacing_top”,
“label”: “t:sections.general.settings.aligmnent.options__5”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “range”,
“id”: “spacing_bottom”,
“label”: “t:sections.general.settings.aligmnent.options__6”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
}
]
},
{
“type”: “title”,
“name”: “t:sections.product_block.settings.general.label__6”,
“limit”: 1,
“settings”: [
{
“type”: “range”,
“id”: “fontsize_text”,
“label”: “t:settings_schema.typography.settings.font_size.label”,
“min”: 8,
“max”: 60,
“step”: 1,
“unit”: “t:sections.general.settings.padding.unit”,
“default”: 20
},
{
“type”: “range”,
“id”: “fontsize_text_mb”,
“label”: “t:settings_schema.typography.settings.font_size.label_mb”,
“min”: 8,
“max”: 60,
“step”: 1,
“unit”: “t:sections.general.settings.padding.unit”,
“default”: 18
},
{
“type”: “color”,
“id”: “color_title”,
“label”: “t:settings_schema.typography.settings.typography.text_color”,
“default”: “#232323”
},
{
“type”: “header”,
“content”: “t:sections.main-product.settings.general.spacing”
},
{
“type”: “range”,
“id”: “spacing_top”,
“label”: “t:sections.general.settings.aligmnent.options__5”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “range”,
“id”: “spacing_bottom”,
“label”: “t:sections.general.settings.aligmnent.options__6”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 8
}
]
},
{
“type”: “meta”,
“name”: “t:sections.main-product.settings.general.meta”,
“limit”: 1,
“settings”: [
{
“type”: “header”,
“content”: “t:sections.main-product.settings.general.spacing”
},
{
“type”: “range”,
“id”: “spacing_top”,
“label”: “t:sections.general.settings.aligmnent.options__5”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “range”,
“id”: “spacing_bottom”,
“label”: “t:sections.general.settings.aligmnent.options__6”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 13
},
{
“type”: “header”,
“content”: “t:sections.main-product.settings.header__5.content”
},
{
“type” : “checkbox”,
“id” : “show_sold_in”,
“label” : “t:sections.main-product.settings.sold_in_last.label__1”,
“default” : true
},
{
“type” : “textarea”,
“id” : “sold_in_number”,
“label” : “t:sections.main-product.settings.sold_in_last.label__2”,
“default” : “3,5,6,7,8,10,12,15”
},
{
“type” : “textarea”,
“id” : “sold_in_hours”,
“label” : “t:sections.main-product.settings.sold_in_last.label__3”,
“default” : “10,15,16,17,18,20,25,35”
},
{
“type”: “color”,
“id”: “color_text_sold_in”,
“label”: “t:settings_schema.typography.settings.typography.text_color”,
“default”: “#e95144”
}
]
},
{
“type”: “short_description”,
“name”: “t:sections.main-product.settings.header__6.content”,
“limit”: 1,
“settings”:
[
{
“type”: “text”,
“id”: “word_number”,
“label”: “t:sections.main-product.settings.general.word_number”,
“default”: “17”,
“info”: “t:sections.main-product.settings.general.word_number_info”
},
{
“type”: “range”,
“id”: “fontsize_text”,
“label”: “t:settings_schema.typography.settings.font_size.label”,
“min”: 8,
“max”: 60,
“step”: 1,
“unit”: “t:sections.general.settings.padding.unit”,
“default”: 12
},
{
“type”: “color”,
“id”: “color_text”,
“label”: “t:settings_schema.typography.settings.typography.text_color”,
“default”: “#3c3c3c”
},
{
“type”: “header”,
“content”: “t:sections.main-product.settings.general.spacing”
},
{
“type”: “range”,
“id”: “spacing_top”,
“label”: “t:sections.general.settings.aligmnent.options__5”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “range”,
“id”: “spacing_bottom”,
“label”: “t:sections.general.settings.aligmnent.options__6”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 13
}
]
},
{
“type”: “variant_description”,
“name”: “t:sections.main-product.settings.header__21.content”,
“limit”: 1,
“settings”:
[
{
“type”: “header”,
“content”: “t:sections.main-product.settings.general.spacing”
},
{
“type”: “range”,
“id”: “spacing_top”,
“label”: “t:sections.general.settings.aligmnent.options__5”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “range”,
“id”: “spacing_bottom”,
“label”: “t:sections.general.settings.aligmnent.options__6”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 13
}
]
},
{
“type”: “info”,
“name”: “t:sections.main-product.settings.header__7.content”,
“limit”: 1,
“settings”:
[
{
“type”: “checkbox”,
“id”: “show_vendor”,
“label”: “t:sections.main-product.settings.info.label__1”,
“default”: true
},
{
“type”: “checkbox”,
“id”: “show_sku”,
“label”: “t:sections.main-product.settings.info.label__2”,
“default”: true
},
{
“type”: “checkbox”,
“id”: “show_barcode”,
“label”: “t:sections.main-product.settings.info.label__5”,
“default”: false
},
{
“type”: “checkbox”,
“id”: “show_availability”,
“label”: “t:sections.main-product.settings.info.label__3”,
“default”: true
},
{
“type”: “checkbox”,
“id”: “show_product_type”,
“label”: “t:sections.main-product.settings.info.label__4”,
“default”: true
},
{
“type”: “select”,
“id”: “stock_level_display”,
“label”: “t:sections.main-product.settings.info.stock_level_display”,
“default”: “none”,
“options”: [
{
“value”: “none”,
“label”: “t:sections.main-product.settings.info.dont_show_stock”
},
{
“value”: “show”,
“label”: “t:sections.main-product.settings.info.show_stock”
}
]
},
{
“type”: “header”,
“content”: “t:settings_schema.typography.settings.typography.border”
},
{
“type”: “checkbox”,
“id”: “enable_border_top”,
“label”: “t:sections.layout.container.enable_border_top”,
“default”: false
},
{
“type”: “checkbox”,
“id”: “enable_border_bottom”,
“label”: “t:sections.layout.container.enable_border_bottom”,
“default”: false
},
{
“type”: “color”,
“id”: “color_border”,
“label”: “t:settings_schema.colors.settings.colors_name.border_color”,
“default”: “#e6e6e6”
},
{
“type”: “header”,
“content”: “t:sections.main-product.settings.general.spacing”
},
{
“type”: “range”,
“id”: “spacing_top”,
“label”: “t:sections.general.settings.aligmnent.options__5”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “range”,
“id”: “spacing_bottom”,
“label”: “t:sections.general.settings.aligmnent.options__6”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 18
}
]
},
{
“type”: “price”,
“name”: “t:sections.main-product.settings.price.name”,
“limit”: 1,
“settings”:
[
{
“type”: “range”,
“id”: “fontsize_text”,
“label”: “t:settings_schema.typography.settings.font_size.label”,
“min”: 8,
“max”: 60,
“step”: 1,
“unit”: “t:sections.general.settings.padding.unit”,
“default”: 18
},
{
“type”: “header”,
“content”: “t:sections.main-product.settings.general.spacing”
},
{
“type”: “range”,
“id”: “spacing_top”,
“label”: “t:sections.general.settings.aligmnent.options__5”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “range”,
“id”: “spacing_bottom”,
“label”: “t:sections.general.settings.aligmnent.options__6”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 20
}
]
},
{
“type”: “countdown”,
“name”: “t:settings_schema.countdown.name”,
“limit”: 1,
“settings”:
[
{
“type”: “header”,
“content”: “t:sections.main-product.settings.general.spacing”
},
{
“type”: “range”,
“id”: “spacing_top”,
“label”: “t:sections.general.settings.aligmnent.options__5”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “range”,
“id”: “spacing_bottom”,
“label”: “t:sections.general.settings.aligmnent.options__6”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 18
}
]
},
{
“type”: “variant_picker”,
“name”: “t:sections.main-product.settings.variant.variant_picker”,
“limit”: 1,
“settings”:
[
{
“type”: “header”,
“content”: “t:sections.main-product.settings.header__8.content”
},
{
“type”: “select”,
“id”: “picker_type”,
“label”: “t:sections.main-product.settings.variant.label”,
“default”: “button”,
“options”: [
{
“value”: “dropdown”,
“label”: “t:sections.main-product.settings.variant.options__1”
},
{
“value”: “button”,
“label”: “t:sections.main-product.settings.variant.options__2”
}
]
},
{
“type”: “checkbox”,
“id”: “show_variant_image_group”,
“label”: “t:sections.main-product.settings.variant.label__2”,
“default”: false
},
{
“type”: “header”,
“content”: “t:settings_schema.typography.settings.typography.border”
},
{
“type”: “checkbox”,
“id”: “enable_border_top”,
“label”: “t:sections.layout.container.enable_border_top”,
“default”: false
},
{
“type”: “checkbox”,
“id”: “enable_border_bottom”,
“label”: “t:sections.layout.container.enable_border_bottom”,
“default”: false
},
{
“type”: “color”,
“id”: “color_border”,
“label”: “t:settings_schema.colors.settings.colors_name.border_color”,
“default”: “#e6e6e6”
},
{
“type”: “header”,
“content”: “t:sections.main-product.settings.general.spacing”
},
{
“type”: “range”,
“id”: “spacing_top”,
“label”: “t:sections.general.settings.aligmnent.options__5”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “range”,
“id”: “spacing_bottom”,
“label”: “t:sections.general.settings.aligmnent.options__6”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 15
}
]
},
{
“type”: “customization_property”,
“name”: “t:settings_schema.general.settings.header__13.content”,
“limit”: 1,
“settings”:
[
{
“type”: “header”,
“content”: “t:sections.main-product.settings.general.spacing”
},
{
“type”: “range”,
“id”: “spacing_top”,
“label”: “t:sections.general.settings.aligmnent.options__5”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “range”,
“id”: “spacing_bottom”,
“label”: “t:sections.general.settings.aligmnent.options__6”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
}
]
},
{
“type”: “hot_stock”,
“name”: “t:settings_schema.general.settings.header__8.content”,
“limit”: 1,
“settings”:
[
{
“type”: “select”,
“id”: “hot_stock_style”,
“label”: “t:settings_schema.typography.settings.typography.select_style”,
“default”: “1”,
“options”: [
{
“value”: “1”,
“label”: “t:sections.brand.settings.brand_rows.option1”
},
{
“value”: “2”,
“label”: “t:sections.brand.settings.brand_rows.option2”
}
]
},
{
“type”: “header”,
“content”: “t:sections.main-product.settings.general.spacing”
},
{
“type”: “range”,
“id”: “spacing_top”,
“label”: “t:sections.general.settings.aligmnent.options__5”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “range”,
“id”: “spacing_bottom”,
“label”: “t:sections.general.settings.aligmnent.options__6”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
}
]
},
{
“type”: “tags”,
“name”: “t:sections.main-sidebar.blocks.filter.settings.general.label__3”,
“limit”: 1,
“settings”:
[
{
“type”: “header”,
“content”: “t:sections.main-product.settings.general.spacing”
},
{
“type”: “range”,
“id”: “spacing_top”,
“label”: “t:sections.general.settings.aligmnent.options__5”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “range”,
“id”: “spacing_bottom”,
“label”: “t:sections.general.settings.aligmnent.options__6”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
}
]
},
{
“type”: “positive_vibes”,
“name”: “t:sections.main-product.settings.header__23.content”,
“limit”: 1,
“settings”:
[
{
“type”: “header”,
“content”: “t:sections.main-product.settings.general.spacing”
},
{
“type”: “range”,
“id”: “fontsize_text”,
“label”: “t:settings_schema.typography.settings.font_size.label”,
“min”: 8,
“max”: 60,
“step”: 1,
“unit”: “t:sections.general.settings.padding.unit”,
“default”: 12
},
{
“type”: “color”,
“id”: “color_text”,
“label”: “t:settings_schema.typography.settings.typography.text_color”,
“default”: “#3c3c3c”
},
{
“type”: “select”,
“id”: “text_font_weight”,
“label”: “t:sections.image-banner.blocks.specialImg.settings.label__16”,
“default”: “400”,
“options”: [
{
“value”: “400”,
“label”: “t:settings_schema.typography.settings.font_weight.options__1”
},
{
“value”: “500”,
“label”: “t:settings_schema.typography.settings.font_weight.options__2”
},
{
“value”: “600”,
“label”: “t:settings_schema.typography.settings.font_weight.options__3”
},
{
“value”: “700”,
“label”: “t:settings_schema.typography.settings.font_weight.options__4”
},
{
“value”: “800”,
“label”: “t:settings_schema.typography.settings.font_weight.options__5”
},
{
“value”: “900”,
“label”: “t:settings_schema.typography.settings.font_weight.options__6”
}]
},
{
“type”: “range”,
“id”: “spacing_top”,
“label”: “t:sections.general.settings.aligmnent.options__5”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “range”,
“id”: “spacing_bottom”,
“label”: “t:sections.general.settings.aligmnent.options__6”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
}
]
},
{
“type”: “quantity_selector”,
“name”: “t:sections.main-product.settings.header__9.content”,
“limit”: 1,
“settings”:
[
{
“type”: “select”,
“id”: “qty_style”,
“label”: “t:settings_schema.typography.settings.typography.select_style”,
“default”: “1”,
“options”: [
{
“value”: “1”,
“label”: “t:sections.brand.settings.brand_rows.option1”
},
{
“value”: “2”,
“label”: “t:sections.brand.settings.brand_rows.option2”
}
]
},
{
“type”: “select”,
“id”: “qty_layout”,
“label”: “t:settings_schema.typography.settings.typography.select_layout”,
“default”: “1”,
“info”: “t:sections.main-product.settings.general.qty_info”,
“options”: [
{
“value”: “1”,
“label”: “t:sections.brand.settings.brand_rows.option1”
},
{
“value”: “2”,
“label”: “t:sections.brand.settings.brand_rows.option2”
}
]
},
{
“type”: “header”,
“content”: “t:sections.main-product.settings.general.spacing”
},
{
“type”: “range”,
“id”: “spacing_top”,
“label”: “t:sections.general.settings.aligmnent.options__5”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “range”,
“id”: “spacing_bottom”,
“label”: “t:sections.general.settings.aligmnent.options__6”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 10
}
]
},
{
“type”: “perks”,
“name”: “t:sections.main-product.settings.general.perks”,
“limit”: 1,
“settings”:
[
{
“type”: “header”,
“content”: “t:sections.main-product.settings.general.spacing”
},
{
“type”: “range”,
“id”: “spacing_top”,
“label”: “t:sections.general.settings.aligmnent.options__5”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “range”,
“id”: “spacing_bottom”,
“label”: “t:sections.general.settings.aligmnent.options__6”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 22
},
{
“type”: “header”,
“content”: “t:sections.main-product.settings.header__16.content”
},
{
“type” : “checkbox”,
“id” : “show_size_chart”,
“label” : “t:sections.main-product.settings.size_chart.label__1”,
“default” : true
},
{
“type”: “select”,
“id”: “size_chart_type”,
“label”: “t:sections.main-product.settings.size_chart.label__2”,
“default”: “custom_image”,
“options”: [
{
“value”: “product_type”,
“label”: “t:sections.main-product.settings.size_chart.options__1”
},
{
“value”: “product_vendor”,
“label”: “t:sections.main-product.settings.size_chart.options__2”
},
{
“value”: “metafield”,
“label”: “t:sections.main-product.settings.size_chart.options__3”
},
{
“value”: “custom_image”,
“label”: “t:sections.main-product.settings.size_chart.options__4”
},
{
“value”: “custom_page”,
“label”: “t:sections.main-product.settings.size_chart.options__7”
}]
},
{
“type” : “page”,
“id” : “size_chart_page”,
“label” : “t:sections.main-product.settings.size_chart.options__8”,
“info”: “t:sections.main-product.settings.size_chart.info__3”
},
{
“type”: “select”,
“id”: “size_chart_image_type”,
“label”: “t:sections.main-product.settings.size_chart.label__3”,
“default”: “jpg”,
“info”: “t:sections.main-product.settings.size_chart.info__1”,
“options”: [
{
“value”: “png”,
“label”: “t:sections.main-product.settings.size_chart.options__5”
},
{
“value”: “jpg”,
“label”: “t:sections.main-product.settings.size_chart.options__6”
}]
},
{
“type”: “image_picker”,
“id”: “size_chart_image”,
“label”: “t:sections.main-product.settings.size_chart.label__4”,
“info”: “t:sections.main-product.settings.size_chart.info__2”
},
{
“type”: “header”,
“content”: “t:sections.main-product.settings.header__18.content”
},
{
“type”: “checkbox”,
“id”: “show_compare_color”,
“label”: “t:sections.main-product.settings.compare_color.label__1”,
“default”: true
},
{
“type”: “checkbox”,
“id”: “show_compare_color_drop_drap”,
“label”: “t:sections.main-product.settings.compare_color.label__2”,
“default”: true
},
{
“type”: “select”,
“id”: “compare_layout”,
“label”: “t:sections.product_block.settings.product_block_layout.option”,
“default”: “1”,
“options”: [
{
“value”: “1”,
“label”: “t:settings_schema.typography.settings.typography.style_1”
},
{
“value”: “2”,
“label”: “t:settings_schema.typography.settings.typography.style_2”
}
]
}
]
},
{
“type”: “buy_buttons”,
“name”: “t:sections.main-product.settings.general.buy_buttons”,
“limit”: 1,
“settings”:
[
{
“type”: “header”,
“content”: “t:sections.main-product.settings.header__14.content”
},
{
“type”: “checkbox”,
“id”: “show_dynamic_checkout”,
“label”: “t:sections.main-product.settings.dynamic_checkout.label”,
“info”: “t:sections.main-product.settings.dynamic_checkout.info”,
“default”: true
},
{
“type”: “checkbox”,
“id”: “show_gift_card_recipient”,
“default”: false,
“label”: “t:sections.main-product.settings.general.show_gift_card_recipient.label”,
“info”: “t:sections.main-product.settings.general.show_gift_card_recipient.info”
},
{
“type”: “header”,
“content”: “t:sections.main-product.settings.general.spacing”
},
{
“type”: “range”,
“id”: “spacing_top”,
“label”: “t:sections.general.settings.aligmnent.options__5”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “range”,
“id”: “spacing_bottom”,
“label”: “t:sections.general.settings.aligmnent.options__6”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 15
},
{
“type”: “header”,
“content”: “t:settings_schema.general.settings.header__9.content”
},
{
“type”: “select”,
“id”: “atc_animation”,
“label”: “t:sections.main-product.settings.general.animation”,
“default”: “horizontal-shaking”,
“options”:
[
{
“value”: “none”,
“label”: “t:sections.main-product.settings.media.options__4”
},
{
“value”: “tilt-shaking”,
“label”: “t:sections.main-product.settings.general.tilt_shaking”
},
{
“value”: “vertical-shaking”,
“label”: “t:sections.main-product.settings.general.vertical_shaking”
},
{
“value”: “horizontal-shaking”,
“label”: “t:sections.main-product.settings.general.horizontal_shaking”
}
]
},
{
“type”: “color”,
“id”: “atc_color”,
“label”: “t:settings_schema.colors.settings.colors_name.color”,
“default”: “#ffffff”
},
{
“type”: “color”,
“id”: “atc_border_color”,
“label”: “t:settings_schema.colors.settings.colors_name.border_color”,
“default”: “#232323”
},
{
“type”: “color”,
“id”: “atc_bg_color”,
“label”: “t:settings_schema.colors.settings.colors_name.background_color”,
“default”: “#232323”
},
{
“type”: “color_background”,
“id”: “atc_bg_color_gradient”,
“label”: “t:settings_schema.colors.settings.colors_name.background_color_gradient”
},
{
“type”: “color”,
“id”: “atc_color_hover”,
“label”: “t:settings_schema.colors.settings.colors_name.color_hover”,
“default”: “#232323”
},
{
“type”: “color”,
“id”: “atc_border_color_hover”,
“label”: “t:settings_schema.colors.settings.colors_name.border_hover”,
“default”: “#232323”
},
{
“type”: “color”,
“id”: “atc_bg_color_hover”,
“label”: “t:settings_schema.colors.settings.colors_name.background_hover”,
“default”: “#ffffff”
},
{
“type”: “color_background”,
“id”: “atc_bg_color_gradient_hover”,
“label”: “t:settings_schema.colors.settings.colors_name.background_hover_gradient”
},
{
“type”: “header”,
“content”: “t:settings_schema.general.settings.header__12.content”
},
{
“type”: “color”,
“id”: “bin_color”,
“label”: “t:settings_schema.colors.settings.colors_name.color”,
“default”: “#232323”
},
{
“type”: “color”,
“id”: “bin_border_color”,
“label”: “t:settings_schema.colors.settings.colors_name.border_color”,
“default”: “#acacac”
},
{
“type”: “color”,
“id”: “bin_bg_color”,
“label”: “t:settings_schema.colors.settings.colors_name.background_color”,
“default”: “#ffffff”
},
{
“type”: “color_background”,
“id”: “bin_bg_color_gradient”,
“label”: “t:settings_schema.colors.settings.colors_name.background_color_gradient”
},
{
“type”: “color”,
“id”: “bin_color_hover”,
“label”: “t:settings_schema.colors.settings.colors_name.color_hover”,
“default”: “#ffffff”
},
{
“type”: “color”,
“id”: “bin_border_color_hover”,
“label”: “t:settings_schema.colors.settings.colors_name.border_hover”,
“default”: “#232323”
},
{
“type”: “color”,
“id”: “bin_bg_color_hover”,
“label”: “t:settings_schema.colors.settings.colors_name.background_hover”,
“default”: “#232323”
},
{
“type”: “color_background”,
“id”: “bin_bg_color_hover_gradient”,
“label”: “t:settings_schema.colors.settings.colors_name.background_hover_gradient”
}
]
},
{
“type”: “customer_viewing”,
“name”: “t:sections.main-product.settings.header__11.content”,
“limit”: 1,
“settings”:
[
{
“type” : “textarea”,
“id” : “customer_viewing_number”,
“label” : “t:sections.main-product.settings.customer_viewing.label__2”,
“default” : “283, 100, 59, 11, 14, 185, 193, 165, 50, 38, 99, 112, 46, 10, 125, 200, 250, 18”
},
{
“type”: “range”,
“id”: “customer_viewing_time”,
“label”: “t:sections.main-product.settings.customer_viewing.label__3”,
“min”: 1,
“max”: 30,
“step”: 1,
“unit”: “t:sections.main-product.settings.customer_viewing.unit”,
“default”: 5
},
{
“type”: “header”,
“content”: “t:sections.main-product.settings.general.spacing”
},
{
“type”: “range”,
“id”: “spacing_top”,
“label”: “t:sections.general.settings.aligmnent.options__5”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “range”,
“id”: “spacing_bottom”,
“label”: “t:sections.general.settings.aligmnent.options__6”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 22
}
]
},
{
“type”: “pickup_availability”,
“name”: “t:sections.main-product.settings.header__17.content”,
“limit”: 1,
“settings”:
[
{
“type” : “checkbox”,
“id” : “show_pickup_availability”,
“label” : “t:sections.main-product.settings.pick_up_availability.label”,
“info” : “t:sections.main-product.settings.pick_up_availability.info”,
“default” : true
},
{
“type”: “header”,
“content”: “t:sections.main-product.settings.general.spacing”
},
{
“type”: “range”,
“id”: “spacing_top”,
“label”: “t:sections.general.settings.aligmnent.options__5”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “range”,
“id”: “spacing_bottom”,
“label”: “t:sections.general.settings.aligmnent.options__6”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 32
}
]
},
{
“type”: “share”,
“name”: “t:sections.main-product.settings.general.share”,
“limit”: 1,
“settings”:
[
{
“type”: “checkbox”,
“id”: “show_share”,
“label”: “t:sections.main-article.settings.general.label__3”,
“default”: true
},
{
“type”: “select”,
“id”: “share_layout”,
“label”: “t:sections.product_block.settings.product_block_layout.option”,
“default”: “2”,
“info”: “t:sections.main-product.settings.general.share_info”,
“options”: [
{
“value”: “1”,
“label”: “t:settings_schema.typography.settings.typography.style_1”
},
{
“value”: “2”,
“label”: “t:settings_schema.typography.settings.typography.style_2”
},
{
“value”: “3”,
“label”: “t:settings_schema.typography.settings.typography.style_3”
}
]
},
{
“type”: “header”,
“content”: “t:sections.main-product.settings.general.spacing”
},
{
“type”: “range”,
“id”: “spacing_top”,
“label”: “t:sections.general.settings.aligmnent.options__5”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “range”,
“id”: “spacing_bottom”,
“label”: “t:sections.general.settings.aligmnent.options__6”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
}
]
},
{
“type”: “trust_image”,
“name”: “t:sections.main-product.settings.header__12.content”,
“limit”: 1,
“settings”:
[
{
“type”: “checkbox”,
“id”: “show_trust_image”,
“label”: “t:sections.main-product.settings.trust_image.label”,
“default”: true
},
{
“type”: “header”,
“content”: “t:sections.main-product.settings.general.spacing”
},
{
“type”: “range”,
“id”: “spacing_top”,
“label”: “t:sections.general.settings.aligmnent.options__5”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “range”,
“id”: “spacing_bottom”,
“label”: “t:sections.general.settings.aligmnent.options__6”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
}
]
},
{
“type”: “product_text”,
“name”: “t:sections.general.settings.content.label__3”,
“settings”: [
{
“type”: “text”,
“id”: “text”,
“default”: “Text block”,
“label”: “t:sections.general.settings.content.label__1”
},
{
“type”: “textarea”,
“id”: “text_icon”,
“label”: “t:settings_schema.typography.settings.typography.icon”
},
{
“type”: “textarea”,
“id”: “text_description”,
“label”: “t:settings_schema.newsletter_popup.settings.general.label__7”
},
{
“type”: “range”,
“id”: “fontsize_text”,
“label”: “t:settings_schema.typography.settings.font_size.label”,
“min”: 8,
“max”: 60,
“step”: 1,
“unit”: “t:sections.general.settings.padding.unit”,
“default”: 14
},
{
“type”: “range”,
“id”: “content_spacing”,
“label”: “t:sections.spotlight_block.settings.content_spacing”,
“min”: 0,
“max”: 100,
“step”: 5,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 25
},
{
“type”: “select”,
“id”: “custom_block_align”,
“label”: “t:sections.general.settings.block-title.label__3”,
“options”: [
{
“value”: “left”,
“label”: “t:settings_schema.typography.settings.typography.left”
},
{
“value”: “center”,
“label”: “t:settings_schema.typography.settings.typography.center”
},
{
“value”: “right”,
“label”: “t:settings_schema.typography.settings.typography.right”
}],
“default”: “center”
},
{
“type”: “color”,
“id”: “color_title”,
“label”: “t:settings_schema.typography.settings.typography.text_color”,
“default”: “#232323”
},
{
“type”: “color”,
“id”: “background_color_block”,
“label”: “t:settings_schema.colors.settings.colors_name.background_color”,
“default”: “#f7f8fa”
},
{
“type”: “color_background”,
“id”: “background_gradient_color_block”,
“label”: “t:settings_schema.colors.settings.colors_name.background_color_gradient”
},
{
“type”: “header”,
“content”: “t:sections.main-product.settings.general.spacing”
},
{
“type”: “range”,
“id”: “spacing_top”,
“label”: “t:sections.general.settings.aligmnent.options__5”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “range”,
“id”: “spacing_bottom”,
“label”: “t:sections.general.settings.aligmnent.options__6”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
}
]
},
{
“type”: “custom_information”,
“name”: “t:sections.main-product.settings.general.custom_information”,
“settings”: [
{
“type”: “textarea”,
“id”: “icon”,
“label”: “t:settings_schema.typography.settings.typography.icon”
},
{
“type”: “text”,
“id”: “text”,
“label”: “t:sections.general.settings.content.label__1”
},
{
“type”: “color”,
“id”: “color_title”,
“label”: “t:settings_schema.typography.settings.typography.text_color”,
“default”: “#232323”
},
{
“type”: “textarea”,
“id”: “text_description”,
“label”: “t:settings_schema.newsletter_popup.settings.general.label__7”
},
{
“type”: “color”,
“id”: “color_des”,
“label”: “t:settings_schema.typography.settings.typography.des_color”,
“default”: “#999999”
},
{
“type”: “textarea”,
“id”: “content_popup”,
“label”: “t:sections.main-product.settings.general.content_popup”
},
{
“type”: “range”,
“id”: “fontsize_text”,
“label”: “t:settings_schema.typography.settings.font_size.label”,
“min”: 8,
“max”: 60,
“step”: 1,
“unit”: “t:sections.general.settings.padding.unit”,
“default”: 14
},
{
“type”: “header”,
“content”: “t:sections.main-product.settings.general.spacing”
},
{
“type”: “range”,
“id”: “spacing_top”,
“label”: “t:sections.general.settings.aligmnent.options__5”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “range”,
“id”: “spacing_bottom”,
“label”: “t:sections.general.settings.aligmnent.options__6”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
}
]
},
{
“type”: “description”,
“name”: “t:sections.main-product.blocks.description.name”,
“limit”: 1,
“settings”:
[
{
“type”: “checkbox”,
“id”: “open_tab_mobile”,
“label”: “t:sections.main-product.settings.general.open_tab_mobile”,
“default”: true,
“info”: “t:sections.main-product.settings.general.info_for_horizontal_vertical”
},
{
“type”: “text”,
“id”: “title”,
“label”: “t:sections.main-product.blocks.description.settings.label”,
“default”: “Description”
},
{
“type”: “header”,
“content”: “t:sections.main-collection-product-grid.settings.general.btn_show_more”
},
{
“type”: “checkbox”,
“id”: “enable_btn_show_more”,
“label”: “t:sections.layout.display_block”,
“default”: false
},
{
“type”: “range”,
“id”: “maximum_des_to_show”,
“label”: “t:sections.main-product.settings.general.maximum_des_to_show”,
“min”: 300,
“max”: 2000,
“step”: 100,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 300
}
]
},
{
“type”: “custom”,
“name”: “t:sections.main-product.blocks.custom.name”,
“settings”:
[
{
“type”: “checkbox”,
“id”: “open_tab_mobile”,
“label”: “t:sections.main-product.settings.general.open_tab_mobile”,
“default”: false,
“info”: “t:sections.main-product.settings.general.info_for_horizontal_vertical”
},
{
“type”: “text”,
“id”: “title”,
“label”: “t:sections.main-product.blocks.custom.settings.label__1”,
“default”: “Custom Tab”
},
{
“type”: “select”,
“id”: “type”,
“label”: “t:sections.main-product.blocks.custom.settings.label__2”,
“default”: “all”,
“options”: [
{
“value”: “all”,
“label”: “t:sections.main-product.blocks.custom.settings.options__1”
},
{
“value”: “metafield”,
“label”: “t:sections.main-product.blocks.custom.settings.options__2”
}]
},
{
“type”: “textarea”,
“id”: “content”,
“label”: “t:sections.main-product.blocks.custom.settings.label__3”,
“info”: “t:sections.main-product.blocks.custom.settings.info”
},
{
“type”: “header”,
“content”: “t:sections.main-collection-product-grid.settings.general.btn_show_more”
},
{
“type”: “checkbox”,
“id”: “enable_btn_show_more”,
“label”: “t:sections.layout.display_block”,
“default”: false
},
{
“type”: “range”,
“id”: “maximum_des_to_show”,
“label”: “t:sections.main-product.settings.general.maximum_des_to_show”,
“min”: 300,
“max”: 2000,
“step”: 100,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 300
},
{
“type”: “select”,
“id”: “product_custom_source”,
“label”: “t:sections.main-product.settings.general.product_tab_source”,
“options”: [
{
“label”: “t:sections.main-product.settings.general.dynamic_source”,
“value”: “dynamic”
},
{
“label”: “t:sections.main-product.settings.general.key_text_source”,
“value”: “key_text”
}
],
“default”: “dynamic”
},
{
“type”: “text”,
“id”: “product_tab_key_metafield”,
“label”: “t:sections.main-product.settings.general.product_tab_key”,
“info”: “t:sections.main-product.settings.general.product_tab_key_info”
}
]
},
{
“type”: “category”,
“name”: “t:sections.main-sidebar.blocks.category.name”,
“settings”: [
{
“type”:“header”,
“content”:“t:settings_schema.general.name”
},
{
“type”: “checkbox”,
“id”: “show_block”,
“label”: “t:sections.main-sidebar.blocks.category.settings.general.label__1”,
“default”: true
},
{
“type”: “text”,
“id”: “heading”,
“label”: “t:sections.image-banner.blocks.image.settings.content.label__19”,
“default”: “Categories”
},
{
“type”: “select”,
“id”: “type”,
“label”: “t:sections.main-sidebar.blocks.category.settings.general.label__3”,
“default”: “1_level”,
“options”: [
{
“value”: “1_level”,
“label”: “t:sections.main-sidebar.blocks.category.settings.general.options__1”
},
{
“value”: “3_level”,
“label”: “t:sections.main-sidebar.blocks.category.settings.general.options__2”
}
]
},
{
“type”: “link_list”,
“id”: “link_list”,
“label”: “t:sections.main-sidebar.blocks.category.settings.general.label__4”,
“default”: “main-menu”
}
]
},
{
“type”: “product_block”,
“name”: “t:sections.main-sidebar.blocks.product_block.name”,
“settings”: [
{
“type”:“header”,
“content”:“t:settings_schema.general.name”
},
{
“type”: “checkbox”,
“id”: “show_block”,
“label”: “t:sections.main-sidebar.blocks.product_block.settings.general.label__1”,
“default”: true
},
{
“type”: “text”,
“id”: “heading”,
“label”: “t:sections.image-banner.blocks.image.settings.content.label__19”,
“default”: “Featured Products”
},
{
“type”: “collection”,
“id”: “product_block_collection”,
“label”: “t:sections.main-sidebar.blocks.product_block.settings.general.label__3”
},
{
“type”: “select”,
“id”: “product_block_layout”,
“label”: “t:sections.main-sidebar.blocks.product_block.settings.general.layout”,
“options”: [
{
“value”: “grid”,
“label”: “t:sections.main-sidebar.blocks.product_block.settings.general.grid”
},
{
“value”: “slider”,
“label”: “t:sections.main-sidebar.blocks.product_block.settings.general.slider”
}],
“default”: “slider”
},
{
“type”: “range”,
“id”: “product_block_limit”,
“label”: “t:sections.main-sidebar.blocks.product_block.settings.general.label__5”,
“min”: 1,
“max”: 20,
“step”: 1,
“default”: 8
},
{
“type”: “checkbox”,
“id”: “product_block_dots”,
“label”: “t:sections.main-sidebar.blocks.product_block.settings.general.label__6”,
“default”: false
},
{
“type”: “checkbox”,
“id”: “product_block_arrows”,
“label”: “t:sections.main-sidebar.blocks.product_block.settings.general.label__7”,
“default”: true
}
]
},
{
“type”: “image”,
“name”: “t:sections.main-sidebar.blocks.image.name”,
“settings”: [
{
“type”:“header”,
“content”:“t:settings_schema.general.name”
},
{
“type”: “checkbox”,
“id”: “show_block”,
“label”: “t:sections.main-sidebar.blocks.image.settings.general.label__1”,
“default”: true
},
{
“type”: “text”,
“id”: “heading”,
“label”: “t:sections.image-banner.blocks.image.settings.content.label__19”,
“default”: “Image”
},
{
“type”: “image_picker”,
“id”: “image”,
“label”: “t:sections.main-sidebar.blocks.image.settings.general.label__3”,
“info”: “t:sections.main-sidebar.blocks.image.settings.general.info”
},
{
“type”: “url”,
“id”: “link”,
“label”: “t:sections.main-sidebar.blocks.image.settings.general.label__4”
}
]
},
{
“type”: “policies”,
“name”: “t:sections.policies_block.blocks.filter”,
“settings”: [
{
“type”: “checkbox”,
“id”: “show_block”,
“label”: “t:sections.policies_block.settings.setting_block.enable_block”,
“default”: true
},
{
“type”: “text”,
“id”: “heading”,
“label”: “t:sections.image-banner.blocks.image.settings.content.label__19”,
“default”: “Further Info.”
},
{
“type”: “radio”,
“id”: “icon_type”,
“label”: “t:sections.policies_block.settings.setting_block.icon_type”,
“options”: [
{
“value”: “text”,
“label”: “t:sections.image-banner.blocks.image.settings.content.label__16”
},
{
“value”: “image”,
“label”: “t:sections.image-banner.blocks.image.settings.content.label__15”
}
],
“default”: “text”
},
{
“type”: “range”,
“id”: “icon_width”,
“label”: “t:settings_schema.typography.settings.typography.icon_width”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 30
},
{
“type”: “range”,
“id”: “icon_height”,
“label”: “t:settings_schema.typography.settings.typography.icon_height”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 30
},
{
“type”: “range”,
“id”: “icon_mg_right”,
“label”: “t:sections.policies_block.settings.setting_block.icon_mg_right”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 20
},
{
“type”: “range”,
“id”: “font_size_text”,
“label”: “t:settings_schema.typography.settings.typography.title_font_size”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 16
},
{
“type”: “select”,
“id”: “font_weight_text”,
“label”: “t:settings_schema.typography.settings.typography.title_font_weight”,
“default”: “500”,
“options”: [
{
“value”: “400”,
“label”: “t:settings_schema.typography.settings.font_weight.options__1”
},
{
“value”: “500”,
“label”: “t:settings_schema.typography.settings.font_weight.options__2”
},
{
“value”: “600”,
“label”: “t:settings_schema.typography.settings.font_weight.options__3”
},
{
“value”: “700”,
“label”: “t:settings_schema.typography.settings.font_weight.options__4”
},
{
“value”: “800”,
“label”: “t:settings_schema.typography.settings.font_weight.options__5”
},
{
“value”: “900”,
“label”: “t:settings_schema.typography.settings.font_weight.options__6”
}]
},
{
“type”: “header”,
“content”: “t:sections.policies_block.settings.setting_block.item_1”
},
{
“type”: “checkbox”,
“id”: “show_item_1”,
“label”: “t:sections.layout.display_block”,
“default”: true
},
{
“type”: “image_picker”,
“id” : “image_1”,
“label” : “t:sections.image-banner.blocks.image.settings.content.label__15”
},
{
“type”: “textarea”,
“id” : “icon_1”,
“label” : “t:sections.image-banner.blocks.image.settings.content.label__17”,
“info” : “Go to this link Find your Icon. Find the icon you want, then copy the SVG code and paste it here.”
},
{
“type” : “text”,
“id” : “text_1”,
“label” : “t:sections.image-banner.blocks.image.settings.content.label__1”,
“default” : “FREE SHIPPING”
},
{
“type” : “textarea”,
“id” : “description_1”,
“label” : “t:sections.image-banner.blocks.image.settings.content.label__2”
},
{
“type” : “text”,
“id” : “button_1”,
“label” : “t:sections.image-banner.blocks.image.settings.content.label__3”
},
{
“type” : “url”,
“id” : “link_1”,
“label” : “t:sections.image-banner.blocks.image.settings.content.label__5”
},
{
“type”: “header”,
“content”: “t:sections.policies_block.settings.setting_block.item_2”
},
{
“type”: “checkbox”,
“id”: “show_item_2”,
“label”: “t:sections.layout.display_block”,
“default”: true
},
{
“type”: “image_picker”,
“id” : “image_2”,
“label” : “t:sections.image-banner.blocks.image.settings.content.label__15”
},
{
“type”: “textarea”,
“id” : “icon_2”,
“label” : “t:sections.image-banner.blocks.image.settings.content.label__17”,
“info” : “Go to this link Find your Icon. Find the icon you want, then copy the SVG code and paste it here.”
},
{
“type” : “text”,
“id” : “text_2”,
“label” : “t:sections.image-banner.blocks.image.settings.content.label__1”,
“default” : “FREE SHIPPING”
},
{
“type” : “textarea”,
“id” : “description_2”,
“label” : “t:sections.image-banner.blocks.image.settings.content.label__2”
},
{
“type” : “text”,
“id” : “button_2”,
“label” : “t:sections.image-banner.blocks.image.settings.content.label__3”
},
{
“type” : “url”,
“id” : “link_2”,
“label” : “t:sections.image-banner.blocks.image.settings.content.label__5”
},
{
“type”: “header”,
“content”: “t:sections.policies_block.settings.setting_block.item_3”
},
{
“type”: “checkbox”,
“id”: “show_item_3”,
“label”: “t:sections.layout.display_block”,
“default”: true
},
{
“type”: “image_picker”,
“id” : “image_3”,
“label” : “t:sections.image-banner.blocks.image.settings.content.label__15”
},
{
“type”: “textarea”,
“id” : “icon_3”,
“label” : “t:sections.image-banner.blocks.image.settings.content.label__17”,
“info” : “Go to this link Find your Icon. Find the icon you want, then copy the SVG code and paste it here.”
},
{
“type” : “text”,
“id” : “text_3”,
“label” : “t:sections.image-banner.blocks.image.settings.content.label__1”,
“default” : “FREE SHIPPING”
},
{
“type” : “textarea”,
“id” : “description_3”,
“label” : “t:sections.image-banner.blocks.image.settings.content.label__2”
},
{
“type” : “text”,
“id” : “button_3”,
“label” : “t:sections.image-banner.blocks.image.settings.content.label__3”
},
{
“type” : “url”,
“id” : “link_3”,
“label” : “t:sections.image-banner.blocks.image.settings.content.label__5”
}
]
},
{
“type”: “grouped_product”,
“name”: “t:sections.main-product.blocks.grouped_product.name”,
“limit”: 1,
“settings”: [
{
“type”: “paragraph”,
“content”: “t:sections.main-product.blocks.grouped_product.settings.block_info”
},
{
“type”: “header”,
“content”: “t:sections.main-product.settings.general.spacing”
},
{
“type”: “range”,
“id”: “spacing_top”,
“label”: “t:sections.general.settings.aligmnent.options__5”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “range”,
“id”: “spacing_bottom”,
“label”: “t:sections.general.settings.aligmnent.options__6”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
},
{
“type”: “header”,
“content”: “t:settings_schema.general.settings.header__9.content”
},
{
“type”: “color”,
“id”: “atc_color”,
“label”: “t:settings_schema.colors.settings.colors_name.color”,
“default”: “#ffffff”
},
{
“type”: “color”,
“id”: “atc_border_color”,
“label”: “t:settings_schema.colors.settings.colors_name.border_color”,
“default”: “#232323”
},
{
“type”: “color”,
“id”: “atc_bg_color”,
“label”: “t:settings_schema.colors.settings.colors_name.background_color”,
“default”: “#232323”
},
{
“type”: “color”,
“id”: “atc_color_hover”,
“label”: “t:settings_schema.colors.settings.colors_name.color_hover”,
“default”: “#232323”
},
{
“type”: “color”,
“id”: “atc_border_color_hover”,
“label”: “t:settings_schema.colors.settings.colors_name.border_hover”,
“default”: “#232323”
},
{
“type”: “color”,
“id”: “atc_bg_color_hover”,
“label”: “t:settings_schema.colors.settings.colors_name.background_hover”,
“default”: “#ffffff”
}
]
},
{
“type”: “custom_liquid”,
“name”: “t:sections.custom-liquid.name”,
“settings”: [
{
“type”: “liquid”,
“id”: “custom_liquid”,
“label”: “t:sections.custom-liquid.settings.custom_liquid.label”,
“info”: “t:sections.custom-liquid.settings.custom_liquid.info”
}
]
},
{
“type”: “complementary_products”,
“name”: “t:sections.main-product.settings.complementary.label”,
“settings”: [
{
“type”: “paragraph”,
“content”: “t:sections.main-product.settings.complementary.info__3”
},
{
“type”: “checkbox”,
“id”: “show_complementary_product”,
“label”: “t:sections.main-product.settings.complementary.label__1”,
“default”: true
},
{
“type”: “text”,
“id”: “complementary_product_title”,
“label”: “t:sections.image-banner.blocks.image.settings.content.label__19”,
“default”: “Pairs well with”
},
{
“type”: “checkbox”,
“id”: “complementary_product_arrows”,
“label”: “t:sections.main-product.settings.complementary.show_arrow”,
“default”: false
},
{
“type”: “checkbox”,
“id”: “complementary_product_dots”,
“label”: “t:sections.main-product.settings.complementary.show_dots”,
“default”: true
},
{
“type”: “select”,
“id”: “complementary_product_layout”,
“label”: “t:sections.main-product.settings.complementary.layout_style”,
“options”: [
{
“value”: “1”,
“label”: “t:sections.main-product.settings.complementary.default”
},
{
“value”: “2”,
“label”: “t:sections.main-product.settings.complementary.custom”
}
],
“default”: “2”
},
{
“type”: “paragraph”,
“content”: “t:sections.main-product.settings.complementary.info__1”
},
{
“type”: “range”,
“id”: “complementary_product_limit_1”,
“label”: “t:sections.main-product.settings.complementary.product_show”,
“min”: 1,
“max”: 3,
“step”: 1,
“default”: 2
},
{
“type”: “paragraph”,
“content”: “t:sections.main-product.settings.complementary.info__2”
},
{
“type”: “range”,
“id”: “complementary_product_limit_2”,
“label”: “t:sections.main-product.settings.complementary.product_show”,
“min”: 1,
“max”: 5,
“step”: 1,
“default”: 3
},
{
“type”: “select”,
“id”: “complementary_product_object”,
“label”: “t:sections.main-product.settings.complementary.object_fit”,
“default”: “cover”,
“options”: [
{
“value”: “none”,
“label”: “t:sections.main-product.settings.media.options__6”
},
{
“value”: “contain”,
“label”: “t:sections.main-product.settings.media.options__7”
},
{
“value”: “cover”,
“label”: “t:sections.main-product.settings.media.options__8”
}
]
},
{
“type”: “header”,
“content”: “t:sections.main-product.settings.general.spacing”
},
{
“type”: “range”,
“id”: “spacing_top”,
“label”: “t:sections.general.settings.aligmnent.options__5”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 30
},
{
“type”: “range”,
“id”: “spacing_bottom”,
“label”: “t:sections.general.settings.aligmnent.options__6”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
}
]
},
{
“type”: “delivery_time”,
“name”: “t:sections.main-product.settings.header__24.content”,
“settings”: [
{
“type”: “select”,
“id”: “delivery_time_icon”,
“label”: “t:settings_schema.typography.settings.typography.icon”,
“default”: “1”,
“options”: [
{
“value”: “none”,
“label”: “t:sections.main-sidebar.settings.general.options__7”
},
{
“value”: “1”,
“label”: “t:sections.header.settings.header_icons.delivery_1”
},
{
“value”: “2”,
“label”: “t:sections.header.settings.header_icons.delivery_2”
},
{
“value”: “3”,
“label”: “t:sections.header.settings.header_icons.delivery_3”
},
{
“value”: “4”,
“label”: “t:sections.header.settings.header_icons.delivery_4”
},
{
“value”: “5”,
“label”: “t:sections.header.settings.header_icons.delivery_5”
}
]
},
{
“type”: “range”,
“id”: “delivery_time_icon_size”,
“label”: “t:settings_schema.typography.settings.typography.icon_size”,
“min”: 12,
“max”: 50,
“step”: 1,
“default”: 24,
“unit”: “px”
},
{
“type”: “color”,
“id”: “color_title”,
“label”: “t:settings_schema.typography.settings.typography.text_color”,
“default”: “#232323”
},
{
“type”: “textarea”,
“id”: “txt”,
“label”: “t:sections.main-product.settings.header__24.label__1”,
“default”: “Order within the next [hour] to receive it. Estimated delivery is between [date_start] and [date_end]”,
“info”: “t:sections.main-product.settings.header__24.info__1”
},
{
“type”: “range”,
“id”: “fontsize_text”,
“label”: “t:settings_schema.typography.settings.font_size.label”,
“min”: 8,
“max”: 60,
“step”: 1,
“unit”: “t:sections.general.settings.padding.unit”,
“default”: 12
},
{
“type”: “range”,
“id”: “d_start”,
“min”: 0,
“max”: 99,
“step”: 1,
“label”: “t:sections.main-product.settings.header__24.label__2”,
“info”: “t:sections.main-product.settings.header__24.info__2”,
“default”: 10
},
{
“type”: “range”,
“id”: “d_end”,
“min”: 0,
“max”: 99,
“step”: 1,
“label”: “t:sections.main-product.settings.header__24.label__3”,
“info”: “t:sections.main-product.settings.header__24.info__2”,
“default”: 15
},
{
“type”: “select”,
“id”: “exclude_day_from”,
“label”: “t:sections.main-product.settings.header__24.label__9”,
“default”: “only_delivery”,
“options”: [
{
“value”: “only_delivery”,
“label”: “t:sections.main-product.settings.header__24.label__10”
},
{
“value”: “t:sections.main-product.settings.header__24.label__11”,
“label”: “Shipping + Delivery”
}
]
},
{
“type”: “text”,
“id”: “exclude_day”,
“label”: “t:sections.main-product.settings.header__24.label__4”,
“default”: “SAT,SUN”,
“info”: “t:sections.main-product.settings.header__24.info__3”
},
{
“type”: “select”,
“id”: “frm_day”,
“default”: “d, DD MMM”,
“options”: [
{
“value”: “d, DDth MMM”,
“label”: “Friday, 12th May”
},
{
“value”: “d, DD MMM”,
“label”: “Friday, 12 May”
},
{
“value”: “d, DDth MMM YYYY”,
“label”: “Friday, 12th May 2024”
},
{
“value”: “d, DDth MMM, YYYY”,
“label”: “Friday, 12th May, 2024”
},
{
“value”: “d, MMM DDth, YYYY”,
“label”: “Friday, May 12th, 2024”
},
{
“value”: “d, MMM DDth”,
“label”: “Friday, May 12th”
},
{
“value”: “d, MMM DDth YYYY”,
“label”: “Friday, May 12th 2024”
},
{
“value”: “d, MMM DD”,
“label”: “Friday, May 12”
},
{
“value”: “d, MMM DD YYYY”,
“label”: “Friday, May 12 2024”
},
{
“value”: “d, MM/DD/YYYY”,
“label”: “Friday, 05/12/2024”
},
{
“value”: “d, DD/M/YYYY”,
“label”: “Friday, 12/05/2024”
},
{
“value”: “d, YYYY/MM/DD”,
“label”: “Friday, 2024/05/12”
}
],
“label”: “t:sections.main-product.settings.header__24.label__5”
},
{
“type”: “text”,
“id”: “time”,
“label”: “t:sections.main-product.settings.header__24.label__6”,
“info”: “t:sections.main-product.settings.header__24.info__4”,
“default”: “16:00:00”
},
{
“type”: “text”,
“id”: “hr”,
“label”: “t:sections.main-product.settings.header__24.label__7”,
“default”: “hours”
},
{
“type”: “text”,
“id”: “min”,
“label”: “t:sections.main-product.settings.header__24.label__8”,
“default”: “minutes”
},
{
“type”: “range”,
“id”: “spacing_top”,
“label”: “t:sections.general.settings.aligmnent.options__5”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 30
},
{
“type”: “range”,
“id”: “spacing_bottom”,
“label”: “t:sections.general.settings.aligmnent.options__6”,
“min”: 0,
“max”: 100,
“step”: 1,
“unit”: “t:sections.layout.mg_desktop.unit”,
“default”: 0
}
]
}
]
}
{% endschema %}
Sorry I Didn’t get this point
The above mentioned code is for main product
If the video is being added to an image container, Shopify will treat it as an image and won’t display it correctly. You need to modify the code so that the container can handle both images and videos.
You will need to update the code to detect if the media is a video and render it accordingly.
Here’s an example of how you can modify the code:
{% if media.content_type == ‘video’ %}
Hello @laviere
The solution @Ahmad31 gave seems should work. Please try it
You can also use any third party shopify app which can show the video feed on your product page
For example https://apps.shopify.com/vdo-product-video-feed?
Hey
i am not sure where to put this code
{%- liquid
assign gift_card_recipient_feature_active = false
if block.settings.show_gift_card_recipient and product.gift_card?
assign gift_card_recipient_feature_active = true
endif
assign container = section.settings.container
assign padding_full_width = section.settings.padding_full_width
assign show_sticky_info = section.settings.show_sticky_info
assign mg_top_desktop = section.settings.mg_top_desktop
assign mg_top_tablet = section.settings.mg_top_tablet
assign mg_top_mobile = section.settings.mg_top_mobile
assign mg_bottom_desktop = section.settings.mg_bottom_desktop
assign mg_bottom_tablet = section.settings.mg_bottom_tablet
assign mg_bottom_mobile = section.settings.mg_bottom_mobile
assign main_image_position = section.settings.main_image_position
assign main_image_show_custom_cursor = section.settings.main_image_show_custom_cursor
assign count_color = section.settings.count_color
assign icon_color = section.settings.icon_color
assign thumnail_layout = section.settings.thumnail_layout
assign main_image_arrows_desktop = section.settings.main_image_arrows_desktop
assign main_image_arrows_mobile = section.settings.main_image_arrows_mobile
assign main_image_counter_mobile = section.settings.main_image_counter_mobile
assign main_image_enable_parallax_mb = section.settings.main_image_enable_parallax_mb
assign main_image_show_zoom_icon_mb = section.settings.main_image_show_zoom_icon_mb
assign main_image_layout = section.settings.main_image_layout
assign show_thumbnail_mobile = section.settings.show_thumbnail_mobile
assign max_thumbnail_to_show = section.settings.thumbnail_to_show
assign current_variant = product.selected_or_first_available_variant
assign variantCount = product.variants | size
assign featured_media_aspect_ratio = product.featured_media.aspect_ratio
if product.featured_media.aspect_ratio == nil
assign featured_media_aspect_ratio = 1
endif
assign media_size = section.settings.product_image_ratio
assign portrait_aspect_ratio = section.settings.portrait_aspect_ratio | append: ‘%’
assign zoomed_image = section.settings.zoomed_image
assign media_fit = section.settings.media_fit
assign product_image_popup = section.settings.product_image_popup
assign video_layout = section.settings.video_layout
assign show_badge = section.settings.show_badge
assign show_hot_stock = settings.show_hot_stock
if show_hot_stock
assign productMaxStock = settings.hot_stock_limit | plus: 0
endif
assign show_qty = section.settings.show_qty
assign show_subtotal = section.settings.show_subtotal
assign subtotal_style = section.settings.subtotal_style
assign show_subtotal_text = false
assign subtotal = 0
if show_subtotal
assign show_subtotal_text = true
assign subtotal = current_variant.price | money
endif
assign show_sticky_add_to_cart = section.settings.show_sticky_add_to_cart
assign sticky_atc_layout = section.settings.sticky_atc_layout
assign show_sticky_vendor = section.settings.show_sticky_vendor
assign show_tab = section.settings.show_tab
if show_tab
assign tab_layout = section.settings.tab_layout
assign tab_layout_mobile = section.settings.tab_layout_mobile
assign icon_style_layout = section.settings.icon_style_layout
assign title_font_size = section.settings.title_font_size
assign title_font_size_mb = section.settings.title_font_size_mb
assign font_weight_title = section.settings.font_weight_title
assign title_text_transform = section.settings.title_text_transform
assign title_padding_top_bottom = section.settings.title_padding_top_bottom
if section.blocks.size > 0
assign show_tab = true
else
assign show_tab = false
endif
endif
assign first_3d_model = product.media | where: “media_type”, “model” | first
assign has_product_combo = false
assign has_sidebar = false
assign show_sidebar = section.settings.show_sidebar
assign sidebar_type = ‘vertical’
assign sidebar_position = section.settings.sidebar_position
assign show_sidebar_collapse = section.settings.show_sidebar_collapse
assign sidebar_collapse_default = section.settings.sidebar_collapse_default
if show_sidebar
if sidebar_type == ‘vertical’
if section.blocks.size > 0
assign has_sidebar = true
endif
endif
endif
if has_sidebar
assign sidebar_heading_font = section.settings.sidebar_heading_font
assign sidebar_heading_font_size = section.settings.sidebar_heading_font_size
assign sidebar_heading_font_weight = section.settings.sidebar_heading_font_weight
assign sidebar_heading_text_transform = section.settings.sidebar_heading_text_transform
assign enable_sticky = section.settings.enable_sticky
assign sidebar_layout = section.settings.sidebar_layout
endif
assign has_breadcrumb = false
for block in section.blocks
case block.type
when ‘breadcrumb’
assign breadcrumb_layout = block.settings.breadcrumb_layout
assign breadcrumb_alignment = block.settings.breadcrumb_alignment
assign breadcrumb_mg_top_desktop = block.settings.breadcrumb_mg_top_desktop
assign breadcrumb_mg_top_mobile = block.settings.breadcrumb_mg_top_mobile
assign breadcrumb_mg_bottom_desktop = block.settings.breadcrumb_mg_bottom_desktop
assign breadcrumb_mg_bottom_mobile = block.settings.breadcrumb_mg_bottom_mobile
assign breadcrumb_bg = block.settings.breadcrumb_bg
assign breadcrumb_gradient = block.settings.breadcrumb_gradient
assign breadcrumb_bg_mb = block.settings.breadcrumb_bg_mb
assign breadcrumb_gradient_mb = block.settings.breadcrumb_gradient_mb
if breadcrumb_layout == ‘full’
assign check_breadcrumb_full = true
else
assign check_breadcrumb_full = false
endif
assign has_breadcrumb = true
when ‘title’
assign check_block_title = true
when ‘quantity_selector’
assign check_block_qty = true
assign qty_style = block.settings.qty_style
assign qty_layout = block.settings.qty_layout
when ‘perks’
assign has_perks = true
assign show_compare_color = block.settings.show_compare_color
if show_compare_color
assign show_compare_color_drop_drap = block.settings.show_compare_color_drop_drap
assign product_swatch_option = settings.swatch | downcase
assign compare_layout = block.settings.compare_layout
assign isColor = false
for option in product.options_with_values
assign option_name = option.name | downcase
if product_swatch_option contains option_name
assign isColor = true
assign index = forloop.index0
if option.values.size > 1
assign show_compare_color = true
endif
endif
endfor
endif
assign show_size_chart = block.settings.show_size_chart
if show_size_chart
assign has_size_chart = false
assign size_chart_type = block.settings.size_chart_type
if size_chart_type == ‘product_type’ or size_chart_type == ‘product_vendor’
assign size_chart_image_type = block.settings.size_chart_image_type
elsif size_chart_type == ‘custom_image’
assign size_chart_image = block.settings.size_chart_image
endif
if size_chart_type == ‘product_type’
if size_chart_image_type == ‘jpg’
assign size_chart_image = product.type | handle | append: ‘-sizechart.jpg’
else
assign size_chart_image = product.type | handle | append: ‘-sizechart.png’
endif
if images[size_chart_image] != blank
assign has_size_chart = true
endif
elsif size_chart_type == ‘product_vendor’
if size_chart_image_type == ‘jpg’
assign size_chart_image = product.vendor | handle | append: ‘-sizechart.jpg’
else
assign size_chart_image = product.vendor | handle | append: ‘-sizechart.jpg’
endif
if images[size_chart_image] != blank
assign has_size_chart = true
endif
elsif size_chart_type == ‘metafield’
if product.metafields.c_f.size_chart
assign has_size_chart = true
endif
elsif size_chart_type == ‘custom_image’
if size_chart_image != blank
assign has_size_chart = true
endif
endif
endif
when ‘buy_buttons’
assign check_block_buttons = true
when ‘share’
assign show_share = block.settings.show_share
assign share_layout = block.settings.share_layout
when ‘variant_picker’
assign picker_type = block.settings.picker_type
assign show_variant_image_group = block.settings.show_variant_image_group
when ‘grouped_product’
assign product_combo = product.metafields.c_f.product_combo
assign combo_discount_rate = product.metafields.c_f.combo_discount_rate | plus: 0 | divided_by: 100.00
if product_combo
assign has_product_combo = true
else
assign has_product_combo = false
endif
when ‘complementary_products’
assign complementary_product_title = block.settings.complementary_product_title
assign complementary_product_arrows = block.settings.complementary_product_arrows
assign complementary_product_dots = block.settings.complementary_product_dots
assign complementary_product_layout = block.settings.complementary_product_layout
if complementary_product_layout == “1”
assign complementary_product_limit_1 = block.settings.complementary_product_limit_1
endif
if complementary_product_layout == “2”
assign complementary_product_limit_2 = block.settings.complementary_product_limit_2
assign complementary_product_object = block.settings.complementary_product_object
endif
endcase
endfor
if show_qty
if check_block_qty
if check_block_buttons
if qty_layout == ‘1’
assign check_show_qty = ‘show_qty_1’
elsif qty_layout == ‘2’
assign check_show_qty = ‘show_qty_2’
endif
else
assign check_show_qty = ‘show_qty_1’
endif
else
assign check_show_qty = ‘show_qty_0’
endif
else
assign check_show_qty = ‘show_qty_0’
endif
if show_share
if check_block_title and check_block_buttons
assign check_show_share = share_layout
elsif check_block_title and check_block_buttons != true
if share_layout == ‘2’
assign check_show_share = ‘1’
else
assign check_show_share = share_layout
endif
elsif check_block_title != true and check_block_buttons
if share_layout == ‘3’
assign check_show_share = ‘1’
else
assign check_show_share = share_layout
endif
endif
endif
assign show_customization_option = settings.show_customization_option
if show_customization_option
assign has_customization_option = false
assign customization_option_type = settings.customization_option_type
assign customization_option_hidden = settings.customization_option_hidden
if customization_option_type == ‘all’
assign has_customization_option = true
elsif customization_option_type == ‘tag’
assign customization_option_tags = settings.customization_option_tags | downcase | strip | split: “,”
for tag in customization_option_tags
assign tagtitle = tag | strip
assign productTag = product.tags | downcase
if productTag contains tagtitle
assign has_customization_option = true
endif
endfor
elsif customization_option_type == ‘collection’
assign customization_option_collection = settings.customization_option_collection | downcase | handle
if customization_option_collection != blank
for collection in product.collections
assign collection_title = collection.title | downcase | handle
if collection_title == customization_option_collection
assign has_customization_option = true
endif
endfor
endif
endif
assign customization_option_1 = settings.customization_option_1
assign customization_option_2 = settings.customization_option_2
endif
-%}
{%- if first_3d_model -%}
{%- endif -%} #ProductSection-{{ section.id }} .productView-thumbnail .productView-thumbnail-link:after{ padding-bottom: {{ portrait_aspect_ratio }}; } #ProductSection-{{ section.id }} .cursor-wrapper .counter { color: {{ count_color }}; } #ProductSection-{{ section.id }} .cursor-wrapper .counter #count-image:before { background-color: {{ count_color }}; } #ProductSection-{{ section.id }} .custom-cursor__inner .arrow:before, #ProductSection-{{ section.id }} .custom-cursor__inner .arrow:after { background-color: {{ icon_color }}; } #ProductSection-{{ section.id }} .tabs-contents .toggleLink, #ProductSection-{{ section.id }} .tabs .tab .tab-title { font-size: {{ title_font_size | append: 'px' }}; font-weight: {{ font_weight_title }}; text-transform: {{ title_text_transform }}; padding-top: {{ title_padding_top_bottom | append: 'px' }}; padding-bottom: {{ title_padding_top_bottom | append: 'px' }}; } {% if has_sidebar %} :root { {% if sidebar_heading_font == 'font_1' %} --sidebar-heading-font: var(--font-heading-family); {% elsif sidebar_heading_font == 'font_2' %} --sidebar-heading-font: var(--font-body-family); {% endif %} {% if colors_bg != 'rgba(0,0,0,0)' and colors_bg != blank %} --body-bg: {{ colors_bg }}; {% endif %} } {% endif %} {% if has_sidebar %} #ProductSection-{{ section.id }} .sidebarBlock-heading{ font-family: var(--sidebar-heading-font); font-size: {{ sidebar_heading_font_size | append: 'px' }}; font-weight: {{ sidebar_heading_font_weight }}; text-transform: {{ sidebar_heading_text_transform }}; } {% endif %} @media (max-width: 550px) { #ProductSection-{{ section.id }} .tabs-contents .toggleLink, #ProductSection-{{ section.id }} .tabs .tab .tab-title { font-size: {{ title_font_size_mb | append: 'px' }}; } } @media (max-width: 767px) { #ProductSection-{{ section.id }} { padding-top: {{ mg_top_mobile | append: 'px' }}; padding-bottom: {{ mg_bottom_mobile | append: 'px' }}; } } @media (min-width: 1025px) { {% if container == 'fullwidth' %} #ProductSection-{{ section.id }} > .container-full, #ProductSection-{{ section.id }} .moreItem-breadcrumb { padding-left: {{ padding_full_width | append: 'px' }}; padding-right: {{ padding_full_width | append: 'px' }}; } {% endif %} } @media (min-width: 768px) and (max-width: 1199px) { #ProductSection-{{ section.id }} { padding-top: {{ mg_top_tablet | append: 'px' }}; padding-bottom: {{ mg_bottom_tablet | append: 'px' }}; } } @media (min-width: 1200px) { #ProductSection-{{ section.id }} { padding-top: {{ mg_top_desktop | append: 'px' }}; padding-bottom: {{ mg_bottom_desktop | append: 'px' }}; } }{%- if product_image_popup == ‘fancybox’ -%}
{{ 'component-fancybox.css' | asset_url | stylesheet_tag }} {%- endif -%}data-sizes=“auto”
data-main-image
data-index=“{{ forloop.index }}”
data-cursor-image
{% if settings.enable_lazyload and forloop.first == false %}class=“lazyload” loading=“lazy”{% endif %}
/>
{%- if settings.enable_lazyload and forloop.first == false -%}{%- endif -%}
{%- if complementary_product_layout == “2” -%}
{%- for product in recommendations.products limit: limit offset: continue -%}
{%- if show_size_chart and has_size_chart -%}
{% render ‘halo-size-chart-popup’,
product: product,
size_chart_type: size_chart_type,
size_chart_image: size_chart_image
%}
{%- endif -%}
{%- if show_compare_color and isColor -%}
{% render ‘halo-compare-color-popup’,
product: product,
show_compare_color_drop_drap: show_compare_color_drop_drap,
index: index
%}
{%- endif -%}
{%- if show_sticky_add_to_cart -%}
{%- endif -%}
{%- if first_3d_model -%}
{%- endif -%}
{%- if main_image_show_custom_cursor -%}
{%- endif -%}
{%- if product_image_popup == ‘fancybox’ -%}
{%- endif -%}
{%- if zoomed_image and main_image_show_custom_cursor != true -%}
{%- endif -%}
{% render ‘schema’,
product: product
%}
No this is not the feature what i am looking for
Can please somebody help me with this issue
Hi, looks like you have fixed the product video issue. Do you mind sharing how you have done it please? I have the Debut theme and the product video is also not showing. Many thanks for your help.
https://hokolo.com/collections/all/products/green-celadon-vase-with-iorn-washed-chattered-pattern