hello dear,
can you please guide me a bit more, where should I add this code & in which file?
I have attached the screenshot of my cart.json template & there is nothing like checkout.
cart.json contain following code
{
“sections”: {
“cart-items”: {
“type”: “main-cart-items”,
“settings”: {
“padding_top”: 36,
“padding_bottom”: 36
}
},
“cart-footer”: {
“type”: “main-cart-footer”,
“blocks”: {
“subtotal”: {
“type”: “subtotal”,
“settings”: {
}
},
“buttons”: {
“type”: “buttons”,
“settings”: {
}
}
},
“block_order”: [
“subtotal”,
“buttons”
],
“settings”: {
}
}
},
“order”: [
“cart-items”,
“cart-footer”
]
}
