Skip to content

Commit

Permalink
Update from Shopify for theme Misha Puff Dawn
Browse files Browse the repository at this point in the history
Committed from shop: Misha & Puff
  • Loading branch information
shopify[bot] authored Jul 29, 2024
1 parent 5123181 commit 426ed2e
Showing 1 changed file with 7 additions and 49 deletions.
56 changes: 7 additions & 49 deletions templates/product.yarn-skein.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@
"settings": {
}
},
"variant_picker": {
"type": "variant_picker",
"settings": {
"picker_type": "dropdown",
"swatch_shape": "none"
}
},
"inventory_PfG9Nk": {
"type": "inventory",
"settings": {
Expand All @@ -42,6 +35,11 @@
"show_inventory_quantity": false
}
},
"quantity_selector_qaKBkM": {
"type": "quantity_selector",
"settings": {
}
},
"buy_buttons": {
"type": "buy_buttons",
"settings": {
Expand All @@ -53,56 +51,16 @@
"type": "description",
"settings": {
}
},
"collapsible_tab_JNhcga": {
"type": "collapsible_tab",
"settings": {
"heading": "KEY FEATURES",
"icon": "none",
"content": "{% if product.metafields.product_page.key_features %}<p>{{ product.metafields.product_page.key_features | metafield_tag }}<\/p>\n{% endif %}",
"page": ""
}
},
"collapsible-row-0": {
"type": "collapsible_tab",
"settings": {
"heading": "MATERIALS AND CARE",
"icon": "none",
"content": "{% if product.metafields.product_page.material_description %}\n <p>{{ product.metafields.product_page.material_description | metafield_tag }}<\/p>\n {% endif %}{% if product.metafields.product_page.country_description %}\n <p>{{ product.metafields.product_page.country_description | metafield_tag }}<\/p>\n {% endif %}",
"page": ""
}
},
"collapsible-row-1": {
"type": "collapsible_tab",
"settings": {
"heading": "SIZE GUIDE",
"icon": "none",
"content": "{% if product.metafields.product_page.json_size_chart or product.metafields.product_page.size_chart %}<modal-opener class=\"product-popup-modal__opener quick-add-hidden\" data-modal=\"#PopupModal-{{ block.id }}\" {{ block.shopify_attributes }}>\n<button id=\"ProductPopup-{{ block.id }}\" class=\"product-popup-modal__button link\" type=\"button\" aria-haspopup=\"dialog\">\nProduct Measurements\n<\/button>\n<\/modal-opener>\n<modal-dialog id=\"PopupModal-{{ block.id }}\" class=\"product-popup-modal\" {{ block.shopify_attributes }}>\n<div role=\"dialog\" aria-label=\"Product Measurements\" aria-modal=\"true\" class=\"product-popup-modal__content\" tabindex=\"-1\">\n<button id=\"ModalClose-{{ block.id }}\" type=\"button\" class=\"product-popup-modal__toggle\" aria-label=\"{{ 'accessibility.close' | t }}\">\n{% render 'icon-close' %}<\/button>\n<div class=\"product-popup-modal__content-info\">\n<h1 class=\"h2\">\nProduct Measurements\n<\/h1>\n{% render 'size-chart' %}\n<\/div>\n<\/div>\n<\/modal-dialog>\n{% endif %}",
"page": ""
}
},
"collapsible-row-2": {
"type": "collapsible_tab",
"settings": {
"heading": "SHIPPING AND RETURNS",
"icon": "none",
"content": "",
"page": ""
}
}
},
"block_order": [
"title",
"rating_fBYWfr",
"price",
"variant_picker",
"inventory_PfG9Nk",
"quantity_selector_qaKBkM",
"buy_buttons",
"description",
"collapsible_tab_JNhcga",
"collapsible-row-0",
"collapsible-row-1",
"collapsible-row-2"
"description"
],
"settings": {
"enable_sticky_info": true,
Expand Down

0 comments on commit 426ed2e

Please sign in to comment.