{% comment %}
This is a Shopify Liquid section for displaying alternate color options for a product.
{% endcomment %}
{% schema %}
{
“name”: “Product Alternate Colors”,
“settings”: ,
“blocks”: [
{
“type”: “product_handle”,
“name”: “Product Handle”,
“settings”: [
{
“type”: “product”,
“id”: “product”,
“label”: “Product”
}
]
}
],
“presets”: [
{
“name”: “Product Alternative Colors”,
“category”: “Product”
}
]
}
{% endschema %}
Also Available In:
{% if section.blocks.size == 0 %}
No alternate colors available.
{% endif %}Above is the custom code for the desired (Also available in: block in the product information section of product template)section and got inspiration from this:- https://thecaistore.com/products/peach-cushy-thong-heels?variant=41027345252434
Can anyone help me? How to Implement this?? I’m using dawn theme.
