{ "name": "Product pages", "class": "section-product-template", "blocks": [ { "type": "@app" }, { "type": "title", "name": "Title", "limit": 1, "settings": [ { "type": "checkbox", "id": "heading_h1", "label": "Set as primary page heading", "info": "Uses

tag. One per page recommended. [Learn more](https://cleancanvas.co.uk/support/showcase/seo#inner-anchor-0)", "default": true } ] }, { "type": "price", "name": "Price", "limit": 1, "settings": [ { "type": "checkbox", "id": "show_tax_and_shipping", "label": "Show tax status and shipping policy link", "default": false } ] }, { "type": "vendor_and_type", "name": "Vendor/type", "settings": [ { "type": "checkbox", "id": "show_vendor", "default": true, "label": "Show vendor" }, { "type": "checkbox", "id": "show_type", "default": false, "label": "Show type" } ] }, { "type": "sku", "name": "SKU", "limit": 1 }, { "type": "rating", "name": "Product rating", "limit": 1, "settings": [ { "type": "paragraph", "content": "To display a rating, install [an app](https://apps.shopify.com/search?q=reviews) which supports Shopify's standard rating metafield." } ] }, { "type": "description", "name": "Description", "limit": 1, "settings": [ { "type": "select", "id": "display", "default": "standard", "label": "Display style", "options": [ { "value": "standard", "label": "Standard" }, { "value": "accordion_open", "label": "Expandable content - open" }, { "value": "accordion_closed", "label": "Expandable content - closed" } ] }, { "type": "select", "id": "icon", "label": "Icon", "default": "none", "info": "Only applies to 'Expandable content' display styles", "options": [ { "value": "none", "label": "None" }, { "value": "award", "label": "Award" }, { "value": "box", "label": "Box" }, { "value": "briefcase", "label": "Briefcase" }, { "value": "calendar", "label": "Calendar" }, { "value": "chat_bubble", "label": "Chat bubble" }, { "value": "check_mark", "label": "Check mark" }, { "value": "clock", "label": "Clock" }, { "value": "credit_card", "label": "Credit card" }, { "value": "dollar_sign", "label": "Dollar sign" }, { "value": "dryer", "label": "Dryer" }, { "value": "eye", "label": "Eye" }, { "value": "feather", "label": "Feather" }, { "value": "gift", "label": "Gift" }, { "value": "heart", "label": "Heart" }, { "value": "iron", "label": "Iron" }, { "value": "leaf", "label": "Leaf" }, { "value": "leather", "label": "Leather" }, { "value": "lock", "label": "Lock" }, { "value": "map_pin", "label": "Map pin" }, { "value": "pants", "label": "Pants" }, { "value": "percent", "label": "Percent" }, { "value": "plane", "label": "Plane" }, { "value": "price_tag", "label": "Price tag" }, { "value": "question_mark", "label": "Question mark" }, { "value": "return", "label": "Return" }, { "value": "ruler", "label": "Ruler" }, { "value": "scissors", "label": "Scissors" }, { "value": "shirt", "label": "Shirt" }, { "value": "shoe", "label": "Shoe" }, { "value": "silhouette", "label": "Silhouette" }, { "value": "star", "label": "Star" }, { "value": "truck", "label": "Truck" }, { "value": "washing", "label": "Washing" } ] } ] }, { "type": "variant_picker", "name": "Variant picker", "limit": 1, "settings": [ { "type": "select", "id": "variant_style", "default": "underlined", "label": "Variant display style", "options": [ { "label": "Dropdown", "value": "dropdown" }, { "label": "Underlined", "value": "underlined" } ] }, { "type": "checkbox", "id": "show_realtime_availability", "label": "Cross out unavailable options every time someone changes a variant", "info": "Only applies when the 'Variant display style' is Underlined.", "default": true }, { "type": "header", "content": "Size chart" }, { "type": "checkbox", "id": "show_size_chart", "label": "Enable", "default": false }, { "type": "text", "id": "size_chart_variant", "label": "Option name", "default": "Size", "info": "Enter the name of the option which changes the size of the product. For example, 'Size' or 'Length'. If your store displays multiple languages, include all translations separated by a comma, e.g. Size,Taille. [Learn more](https://cleancanvas.co.uk/support/general/size-chart)" }, { "type": "page", "id": "size_chart_page", "label": "Page containing size chart" } ] }, { "type": "buy_buttons", "name": "Buy buttons/quantity", "limit": 1, "settings": [ { "type": "checkbox", "id": "show_quantity_selector", "default": true, "label": "Show quantity selector" }, { "type": "checkbox", "id": "enable_payment_button", "label": "Show dynamic checkout button", "info": "Each customer will see their preferred payment method from those available on your store, such as PayPal or Apple Pay. [Learn more](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)", "default": true }, { "type": "checkbox", "id": "show_pickup_availability", "label": "Show pickup availability", "default": true, "info": "Show customers where they can pick up the product. [Learn more](https://help.shopify.com/en/manual/shipping/setting-up-and-managing-your-shipping/local-methods/local-pickup)" }, { "type": "checkbox", "id": "enable_mobile_sticky_cart", "label": "Show a sticky Add to Cart button on mobile", "default": false }, { "type": "checkbox", "id": "show_gift_card_recipient", "default": false, "label": "Show recipient information form for gift cards", "info": "Allow customers to send gift cards to a recipient along with a personal message. When enabled, the dynamic checkout button will be disabled for gift cards. [Learn more](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)" } ] }, { "type": "inventory_level", "name": "Inventory level", "settings": [ { "type": "range", "id": "inventory_threshold", "min": 1, "max": 100, "step": 1, "label": "Low inventory threshold", "info": "When inventory levels are equal to or below this number, it is considered 'low'.", "default": 10 }, { "type": "header", "content": "Visibility" }, { "type": "radio", "id": "show_inventory_notice", "label": "Show inventory notice", "options": [ { "label": "Only when inventory is low", "value": "low" }, { "label": "Always", "value": "always" } ], "default": "low" }, { "type": "radio", "id": "show_inventory_count", "label": "Show count in inventory notice", "options": [ { "label": "Never", "value": "never" }, { "label": "Only when inventory is low", "value": "low" }, { "label": "Always", "value": "always" } ], "default": "low" }, { "type": "header", "content": "Indicator bar" }, { "type": "checkbox", "id": "show_inventory_indicator_bar", "label": "Show inventory indicator bar", "default": true }, { "type": "color", "id": "col_indicator_below", "label": "Color when inventory is low", "default": "#DD9A1A" }, { "type": "color", "id": "col_indicator_above", "label": "Color when inventory is not low", "default": "#108043" } ] }, { "type": "tabs", "name": "Tabs/description", "limit": 1, "settings": [ { "type": "header", "content": "Description tab" }, { "type": "checkbox", "id": "show_product_description", "label": "Show description tab", "info": "Alternatively, you can add the 'Description' block to the page.", "default": true }, { "type": "header", "content": "Reviews tab" }, { "type": "paragraph", "content": "To show reviews, install [an app](https://apps.shopify.com/search?q=reviews) which supports Shopify's standard rating metafield." }, { "type": "checkbox", "id": "show_product_reviews", "label": "Show reviews tab", "default": true }, { "type": "liquid", "id": "custom_reviews", "label": "Custom reviews app code", "info": "Used to show reviews if Shopify Product Reviews app is not installed." }, { "type": "header", "content": "Tab 1" }, { "type": "page", "id": "tab_2_page", "label": "Content from page" }, { "type": "text", "id": "tab_2_title", "label": "Title" }, { "type": "richtext", "id": "tab_2_content", "label": "Content" }, { "type": "header", "content": "Tab 2" }, { "type": "page", "id": "tab_3_page", "label": "Content from page" }, { "type": "text", "id": "tab_3_title", "label": "Title" }, { "type": "richtext", "id": "tab_3_content", "label": "Content" }, { "type": "header", "content": "Tab 3" }, { "type": "page", "id": "tab_4_page", "label": "Content from page" }, { "type": "text", "id": "tab_4_title", "label": "Title" }, { "type": "richtext", "id": "tab_4_content", "label": "Content" } ] }, { "type": "accordion", "name": "Expandable content", "settings": [ { "type": "select", "id": "icon", "label": "Icon", "default": "none", "options": [ { "value": "none", "label": "None" }, { "value": "award", "label": "Award" }, { "value": "box", "label": "Box" }, { "value": "briefcase", "label": "Briefcase" }, { "value": "calendar", "label": "Calendar" }, { "value": "chat_bubble", "label": "Chat bubble" }, { "value": "check_mark", "label": "Check mark" }, { "value": "clock", "label": "Clock" }, { "value": "credit_card", "label": "Credit card" }, { "value": "dollar_sign", "label": "Dollar sign" }, { "value": "dryer", "label": "Dryer" }, { "value": "eye", "label": "Eye" }, { "value": "feather", "label": "Feather" }, { "value": "gift", "label": "Gift" }, { "value": "heart", "label": "Heart" }, { "value": "iron", "label": "Iron" }, { "value": "leaf", "label": "Leaf" }, { "value": "leather", "label": "Leather" }, { "value": "lock", "label": "Lock" }, { "value": "map_pin", "label": "Map pin" }, { "value": "pants", "label": "Pants" }, { "value": "percent", "label": "Percent" }, { "value": "plane", "label": "Plane" }, { "value": "price_tag", "label": "Price tag" }, { "value": "question_mark", "label": "Question mark" }, { "value": "return", "label": "Return" }, { "value": "ruler", "label": "Ruler" }, { "value": "scissors", "label": "Scissors" }, { "value": "shirt", "label": "Shirt" }, { "value": "shoe", "label": "Shoe" }, { "value": "silhouette", "label": "Silhouette" }, { "value": "star", "label": "Star" }, { "value": "truck", "label": "Truck" }, { "value": "washing", "label": "Washing" } ] }, { "type": "text", "id": "title", "label": "Title" }, { "type": "richtext", "id": "content", "label": "Text", "default": "

Add the content to appear when the content is expanded

" }, { "type": "page", "id": "page", "label": "Text from a page" }, { "type": "checkbox", "id": "open", "label": "Open", "default": false } ] }, { "type": "reviews_accordion", "name": "Expandable reviews", "limit": 1, "settings": [ { "type": "paragraph", "content": "To show reviews, install [an app](https://apps.shopify.com/search?q=reviews) which supports Shopify's standard rating metafield." }, { "type": "select", "id": "icon", "label": "Icon", "default": "none", "options": [ { "value": "none", "label": "None" }, { "value": "award", "label": "Award" }, { "value": "box", "label": "Box" }, { "value": "briefcase", "label": "Briefcase" }, { "value": "calendar", "label": "Calendar" }, { "value": "chat_bubble", "label": "Chat bubble" }, { "value": "check_mark", "label": "Check mark" }, { "value": "clock", "label": "Clock" }, { "value": "credit_card", "label": "Credit card" }, { "value": "dollar_sign", "label": "Dollar sign" }, { "value": "dryer", "label": "Dryer" }, { "value": "eye", "label": "Eye" }, { "value": "feather", "label": "Feather" }, { "value": "gift", "label": "Gift" }, { "value": "heart", "label": "Heart" }, { "value": "iron", "label": "Iron" }, { "value": "leaf", "label": "Leaf" }, { "value": "leather", "label": "Leather" }, { "value": "lock", "label": "Lock" }, { "value": "map_pin", "label": "Map pin" }, { "value": "pants", "label": "Pants" }, { "value": "percent", "label": "Percent" }, { "value": "plane", "label": "Plane" }, { "value": "price_tag", "label": "Price tag" }, { "value": "question_mark", "label": "Question mark" }, { "value": "return", "label": "Return" }, { "value": "ruler", "label": "Ruler" }, { "value": "scissors", "label": "Scissors" }, { "value": "shirt", "label": "Shirt" }, { "value": "shoe", "label": "Shoe" }, { "value": "silhouette", "label": "Silhouette" }, { "value": "star", "label": "Star" }, { "value": "truck", "label": "Truck" }, { "value": "washing", "label": "Washing" } ] }, { "type": "checkbox", "id": "open", "label": "Open", "default": false }, { "type": "liquid", "id": "custom_reviews", "label": "Custom reviews app code", "info": "Used to show reviews if Shopify Product Reviews app is not installed." } ] }, { "type": "richtext", "name": "Rich text", "settings": [ { "type": "richtext", "id": "text", "default": "

Text

", "label": "Rich text" } ] }, { "type": "text", "name": "Text", "settings": [ { "type": "text", "id": "text", "default": "Text block", "label": "Text" }, { "type": "select", "id": "text_style", "default": "body", "label": "Style", "options": [ { "value": "body", "label": "Body" }, { "value": "bold", "label": "Bold" }, { "value": "subtitle", "label": "Subtitle" }, { "value": "uppercase", "label": "Uppercase" } ] } ] }, { "type": "link", "name": "Link", "settings": [ { "type": "text", "id": "text", "default": "Link", "label": "Text" }, { "type": "url", "id": "url", "label": "Url" }, { "type": "select", "id": "text_style", "default": "link", "label": "Style", "options": [ { "value": "link", "label": "Link" }, { "value": "button_primary", "label": "Primary button" }, { "value": "button_secondary", "label": "Secondary button" } ] }, { "type": "checkbox", "id": "open_new_window", "label": "Open in a new window", "default": false } ] }, { "type": "trust_icons", "name": "Trust icons", "settings": [ { "type": "range", "id": "icon_size", "min": 20, "max": 50, "step": 1, "unit": "px", "label": "Icon size", "default": 30 }, { "type": "header", "content": "Icon 1" }, { "type": "checkbox", "id": "show_icon1", "label": "Show icon", "default": true }, { "type": "richtext", "id": "text1", "default": "

Trust label

", "label": "Text" }, { "type": "select", "id": "icon1", "label": "Icon", "default": "check_mark", "options": [ { "value": "none", "label": "None" }, { "value": "award", "label": "Award" }, { "value": "box", "label": "Box" }, { "value": "briefcase", "label": "Briefcase" }, { "value": "calendar", "label": "Calendar" }, { "value": "chat_bubble", "label": "Chat bubble" }, { "value": "check_mark", "label": "Check mark" }, { "value": "clock", "label": "Clock" }, { "value": "credit_card", "label": "Credit card" }, { "value": "dollar_sign", "label": "Dollar sign" }, { "value": "dryer", "label": "Dryer" }, { "value": "eye", "label": "Eye" }, { "value": "feather", "label": "Feather" }, { "value": "gift", "label": "Gift" }, { "value": "heart", "label": "Heart" }, { "value": "iron", "label": "Iron" }, { "value": "leaf", "label": "Leaf" }, { "value": "leather", "label": "Leather" }, { "value": "lock", "label": "Lock" }, { "value": "map_pin", "label": "Map pin" }, { "value": "pants", "label": "Pants" }, { "value": "percent", "label": "Percent" }, { "value": "plane", "label": "Plane" }, { "value": "price_tag", "label": "Price tag" }, { "value": "question_mark", "label": "Question mark" }, { "value": "return", "label": "Return" }, { "value": "ruler", "label": "Ruler" }, { "value": "scissors", "label": "Scissors" }, { "value": "shirt", "label": "Shirt" }, { "value": "shoe", "label": "Shoe" }, { "value": "silhouette", "label": "Silhouette" }, { "value": "star", "label": "Star" }, { "value": "truck", "label": "Truck" }, { "value": "washing", "label": "Washing" } ] }, { "type": "image_picker", "id": "image1", "label": "Custom icon" }, { "type": "header", "content": "Icon 2" }, { "type": "checkbox", "id": "show_icon2", "label": "Show icon", "default": true }, { "type": "richtext", "id": "text2", "default": "

Trust label

", "label": "Text" }, { "type": "select", "id": "icon2", "label": "Icon", "default": "check_mark", "options": [ { "value": "none", "label": "None" }, { "value": "award", "label": "Award" }, { "value": "box", "label": "Box" }, { "value": "briefcase", "label": "Briefcase" }, { "value": "calendar", "label": "Calendar" }, { "value": "chat_bubble", "label": "Chat bubble" }, { "value": "check_mark", "label": "Check mark" }, { "value": "clock", "label": "Clock" }, { "value": "credit_card", "label": "Credit card" }, { "value": "dollar_sign", "label": "Dollar sign" }, { "value": "dryer", "label": "Dryer" }, { "value": "eye", "label": "Eye" }, { "value": "feather", "label": "Feather" }, { "value": "gift", "label": "Gift" }, { "value": "heart", "label": "Heart" }, { "value": "iron", "label": "Iron" }, { "value": "leaf", "label": "Leaf" }, { "value": "leather", "label": "Leather" }, { "value": "lock", "label": "Lock" }, { "value": "map_pin", "label": "Map pin" }, { "value": "pants", "label": "Pants" }, { "value": "percent", "label": "Percent" }, { "value": "plane", "label": "Plane" }, { "value": "price_tag", "label": "Price tag" }, { "value": "question_mark", "label": "Question mark" }, { "value": "return", "label": "Return" }, { "value": "ruler", "label": "Ruler" }, { "value": "scissors", "label": "Scissors" }, { "value": "shirt", "label": "Shirt" }, { "value": "shoe", "label": "Shoe" }, { "value": "silhouette", "label": "Silhouette" }, { "value": "star", "label": "Star" }, { "value": "truck", "label": "Truck" }, { "value": "washing", "label": "Washing" } ] }, { "type": "image_picker", "id": "image2", "label": "Custom icon" }, { "type": "header", "content": "Icon 3" }, { "type": "checkbox", "id": "show_icon3", "label": "Show icon", "default": true }, { "type": "richtext", "id": "text3", "default": "

Trust label

", "label": "Text" }, { "type": "select", "id": "icon3", "label": "Icon", "default": "check_mark", "options": [ { "value": "none", "label": "None" }, { "value": "award", "label": "Award" }, { "value": "box", "label": "Box" }, { "value": "briefcase", "label": "Briefcase" }, { "value": "calendar", "label": "Calendar" }, { "value": "chat_bubble", "label": "Chat bubble" }, { "value": "check_mark", "label": "Check mark" }, { "value": "clock", "label": "Clock" }, { "value": "credit_card", "label": "Credit card" }, { "value": "dollar_sign", "label": "Dollar sign" }, { "value": "dryer", "label": "Dryer" }, { "value": "eye", "label": "Eye" }, { "value": "feather", "label": "Feather" }, { "value": "gift", "label": "Gift" }, { "value": "heart", "label": "Heart" }, { "value": "iron", "label": "Iron" }, { "value": "leaf", "label": "Leaf" }, { "value": "leather", "label": "Leather" }, { "value": "lock", "label": "Lock" }, { "value": "map_pin", "label": "Map pin" }, { "value": "pants", "label": "Pants" }, { "value": "percent", "label": "Percent" }, { "value": "plane", "label": "Plane" }, { "value": "price_tag", "label": "Price tag" }, { "value": "question_mark", "label": "Question mark" }, { "value": "return", "label": "Return" }, { "value": "ruler", "label": "Ruler" }, { "value": "scissors", "label": "Scissors" }, { "value": "shirt", "label": "Shirt" }, { "value": "shoe", "label": "Shoe" }, { "value": "silhouette", "label": "Silhouette" }, { "value": "star", "label": "Star" }, { "value": "truck", "label": "Truck" }, { "value": "washing", "label": "Washing" } ] }, { "type": "image_picker", "id": "image3", "label": "Custom icon" }, { "type": "header", "content": "Icon 4" }, { "type": "checkbox", "id": "show_icon4", "label": "Show icon", "default": true }, { "type": "richtext", "id": "text4", "default": "

Trust label

", "label": "Text" }, { "type": "select", "id": "icon4", "label": "Icon", "default": "check_mark", "options": [ { "value": "none", "label": "None" }, { "value": "award", "label": "Award" }, { "value": "box", "label": "Box" }, { "value": "briefcase", "label": "Briefcase" }, { "value": "calendar", "label": "Calendar" }, { "value": "chat_bubble", "label": "Chat bubble" }, { "value": "check_mark", "label": "Check mark" }, { "value": "clock", "label": "Clock" }, { "value": "credit_card", "label": "Credit card" }, { "value": "dollar_sign", "label": "Dollar sign" }, { "value": "dryer", "label": "Dryer" }, { "value": "eye", "label": "Eye" }, { "value": "feather", "label": "Feather" }, { "value": "gift", "label": "Gift" }, { "value": "heart", "label": "Heart" }, { "value": "iron", "label": "Iron" }, { "value": "leaf", "label": "Leaf" }, { "value": "leather", "label": "Leather" }, { "value": "lock", "label": "Lock" }, { "value": "map_pin", "label": "Map pin" }, { "value": "pants", "label": "Pants" }, { "value": "percent", "label": "Percent" }, { "value": "plane", "label": "Plane" }, { "value": "price_tag", "label": "Price tag" }, { "value": "question_mark", "label": "Question mark" }, { "value": "return", "label": "Return" }, { "value": "ruler", "label": "Ruler" }, { "value": "scissors", "label": "Scissors" }, { "value": "shirt", "label": "Shirt" }, { "value": "shoe", "label": "Shoe" }, { "value": "silhouette", "label": "Silhouette" }, { "value": "star", "label": "Star" }, { "value": "truck", "label": "Truck" }, { "value": "washing", "label": "Washing" } ] }, { "type": "image_picker", "id": "image4", "label": "Custom icon" } ] }, { "type": "social", "name": "Social sharing icons", "limit": 1 }, { "type": "image", "name": "Image", "settings": [ { "type": "image_picker", "id": "image", "label": "Image" }, { "type": "range", "id": "image_width", "min": 60, "max": 700, "step": 10, "unit": "px", "label": "Image width", "default": 700 }, { "type": "url", "id": "url", "label": "Link" } ] }, { "type": "custom_option", "name": "Custom option", "settings": [ { "type": "text", "id": "label", "label": "Label", "info": "Required", "default": "Custom option" }, { "type": "select", "id": "type", "label": "Type", "default": "text", "options": [ { "label": "Text", "value": "text" }, { "label": "Long text", "value": "textarea" }, { "label": "Checkbox", "value": "checkbox" }, { "label": "Multiple options", "value": "multiple" } ] }, { "type": "header", "content": "Text" }, { "type": "checkbox", "id": "text_required", "label": "Require text", "info": "Only works with 'Add to cart' button", "default": false }, { "type": "header", "content": "Checkbox" }, { "type": "text", "id": "checkbox_checked_value", "label": "Checked value", "default": "Yes" }, { "type": "text", "id": "checkbox_unchecked_value", "label": "Unchecked value", "default": "No" }, { "type": "header", "content": "Multiple options" }, { "type": "select", "id": "multiple_style", "label": "Style", "default": "dropdown", "options": [ { "label": "Dropdown", "value": "dropdown" }, { "label": "Radio", "value": "radio" } ] }, { "type": "textarea", "id": "multiple_options", "label": "Options", "default": "Option 1\nOption 2\nOption 3", "info": "One option on each line" } ] }, { "type": "custom_liquid", "name": "Custom Liquid", "settings": [ { "type": "liquid", "id": "custom_liquid", "label": "Custom Liquid" } ] }, { "type": "complementary", "name": "Complementary products", "limit": 1, "settings": [ { "type": "paragraph", "content": "To select complementary products, add the Search & Discovery app. [Learn more](https:\/\/shopify.dev\/themes\/product-merchandising\/recommendations)" }, { "type": "text", "id": "block_heading", "default": "Pairs well with", "label": "Heading" }, { "type": "checkbox", "id": "enable_carousel", "label": "Enable carousel", "default": true }, { "type": "range", "id": "max_products", "min": 1, "max": 10, "step": 1, "label": "Maximum products to show", "default": 10 }, { "type": "checkbox", "id": "show_vendor", "label": "Show product vendor", "default": false }, { "type": "checkbox", "id": "hide_swatches", "label": "Hide color swatches", "default": false } ] }, { "type": "divider", "name": "Divider", "settings": [ { "type": "checkbox", "id": "show_line", "label": "Show line", "default": true, "info": "Turn this off to making this just a spacing element" }, { "type": "select", "id": "spacing_above", "default": "small", "label": "Spacing above", "options": [ { "value": "none", "label": "None" }, { "value": "small", "label": "Small" }, { "value": "medium", "label": "Medium" }, { "value": "large", "label": "Large" } ] }, { "type": "select", "id": "spacing_below", "default": "small", "label": "Spacing below", "options": [ { "value": "none", "label": "None" }, { "value": "small", "label": "Small" }, { "value": "medium", "label": "Medium" }, { "value": "large", "label": "Large" } ] } ] } ], "settings": [ { "type": "header", "content": "Page Layout" }, { "type": "select", "id": "media_style", "label": "Display style", "default": "one-column", "options": [ { "value": "one-column", "label": "One column" }, { "value": "two-column", "label": "Two column" }, { "value": "collage", "label": "Collage" }, { "value": "carousel", "label": "Carousel" } ], "info": "The 'Carousel' style will crop parts of the image. Avoid using this setting if your product images are landscape." }, { "type": "select", "id": "sticky_behaviour", "label": "Product details stick on scroll", "default": "top", "options": [ { "value": "none", "label": "None" }, { "value": "top", "label": "Stick to the top" }, { "value": "bottom", "label": "Stick to the bottom" } ] }, { "type": "checkbox", "id": "full_width", "default": true, "label": "Page is full width of the screen" }, { "type": "header", "content": "Inventory" }, { "type": "checkbox", "id": "show_backorder_text", "label": "Show backorder text", "default": true, "info": "Only shows for products which use Shopify inventory tracking and are available to purchase when out of stock." }, { "type": "header", "content": "Media" }, { "type": "paragraph", "content": "Learn more about [media types](https://help.shopify.com/en/manual/products/product-media)" }, { "type": "select", "id": "slide_nav_style", "label": "Slide navigation style", "default": "dots", "options": [ { "value": "dots", "label": "Dots" }, { "value": "arrows", "label": "Arrows" } ] }, { "type": "select", "id": "media_crop", "label": "Image alignment", "info": "Used to keep the subject of your image in view. Only applies to the 'Carousel' display style.", "options": [ { "value": "top", "label": "Top" }, { "value": "center", "label": "Middle" }, { "value": "bottom", "label": "Bottom" } ], "default": "center" }, { "type": "checkbox", "id": "enable_zoom", "default": true, "label": "Enable image zoom" }, { "type": "select", "id": "zoom_cursor", "label": "Image zoom cursor", "options": [ { "value": "standard", "label": "Standard" }, { "value": "plus-dark", "label": "Dark transparent" }, { "value": "plus-light", "label": "Light" } ], "default": "plus-light" }, { "type": "checkbox", "id": "show_thumbnails", "default": true, "label": "Show thumbnails", "info": "Only applies to the 'One column' display style." }, { "type": "checkbox", "id": "enable_video_looping", "label": "Enable video looping", "default": false }, { "type": "checkbox", "id": "scroll_to_variant_media", "label": "Scroll to the relevant media after selecting a variant", "info": "Only applies to desktop.", "default": true }, { "type": "checkbox", "id": "highlight_selected_media", "label": "Underline selected variant media", "info": "Applies to desktop when Media Grouping is off. Does not apply to the 'One column' display style.", "default": true }, { "type": "header", "content": "Media grouping" }, { "type": "checkbox", "id": "variant_media_grouping", "label": "Only show media associated with the selected variant", "info": "Other variants' media will be hidden.", "default": false }, { "type": "text", "id": "variant_media_grouping_option", "label": "Option name", "default": "Color,Colour,Couleur,Farbe", "info": "The name of the option to group media by." }, { "type": "paragraph", "content": "If your store displays multiple languages, include all translations separated by a comma, e.g. Color,Couleur,Farbe" }, { "type": "paragraph", "content": "Arrange product media by this option (all 'red' media together, then all 'blue' media together, for example). The first media in each group should be assigned to a variant. [Read more](https://cleancanvas.co.uk/support/general/grouped-variant-images)" } ] } ...

×