All things Shopify and commerce
Hi, I have a query about the PDP layout I want my description part to display vertically ( just below the product title ) how I can do this? Although I have the option to write a small description I want the whole description to be displayed here. How can I do this can someone help to figure it out? Thanks in advanced😊
Below is the image to make my question understandable.
@TK-1 First of all please check your them customize option. does it provide the option to set your product description just below the your product title.
If not, then you have to update your product code. Find your product title code in your main-product.liquid file and then put below code just after your title.
<div class="product-description">
{{ product.description }}
</div>
@webwondersco Thanks for help. Theme provide the option to write a description here, but below ADD to CARD Button and not allowed just below the product title which i need, but i think theme does not provide this option. Here you can see description below add to card button
Then you have to add code to your theme for the product description from your theme product template.
Alright! I check weather its work or not
@webwondersco can you please guide me where I put the provided code? I can't find the file where to put
Okay, please look for the below product templates and find the product title class in those templates. If you found "productView-title" class in any of that templates then put the code of the product description as I mentioned above.
product.liquid
main-product.liquid
product-default.liquid
@webwondersco I found main-product.liquid but i still not able where to place your provided code as i don't have much coding experience can you do it by yourself? i provide my main-product.liquid code yo can check below.
{{ 'component-product.css' | asset_url | stylesheet_tag }}
{{ 'component-review.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": 50,
"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": "checkbox",
"id": "show_sidebar_collapse",
"label": "t:sections.main-sidebar.settings.general.label__2",
"default": true
},
{
"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.position.options__1"
},
{
"value": "right",
"label": "t:sections.general.settings.position.options__2"
}
]
},
{
"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": "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__4.content"
},
{
"type": "checkbox",
"id": "show_review",
"label": "t:sections.main-product.settings.review.label",
"default": true
},
{
"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_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",
"info": "t:sections.main-product.settings.variant.info",
"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": "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"
}]
},
{
"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": "review",
"name": "t:sections.main-product.blocks.review.name",
"limit": 1,
"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.review.settings.label",
"default": "Review"
}
]
},
{
"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](https://fontawesome.com/v5.15/icons?d=gallery&p=2). 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](https://fontawesome.com/v5.15/icons?d=gallery&p=2). 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](https://fontawesome.com/v5.15/icons?d=gallery&p=2). 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
}
]
}
]
}
{% endschema %}
@TK-1 the code is really lenghty. and also that code is not available in the given.
If you don't mind, could you provide collaborator access to your store so can check and update.?
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025