I am adding a section of static product below Add to Cart Button.
I have created a static section which I am adding in the product.json File. But getting Error.
“variant_picker”: {
“type”: “variant_picker”,
“settings”: {
“picker_type”: “button”
}
},
“quantity_selector”: {
“type”: “quantity_selector”,
“disabled”: true,
“settings”: {
}
},
“buy_buttons”: {
“type”: “buy_buttons”,
“settings”: {
“show_dynamic_checkout”: true,
“show_gift_card_recipient”: true
}
{% section ‘static-product’ %}
Error: Expected ‘,’ or ‘}’ after property value in JSON
Can anyone suggest any other way to add a section in JSON file.
