Hi,
I am working on a node shopify app.
I am trying show a banner message in cart page’s body using theme extension. I am using app embed block. and the shema will look like below,
{% schema %}
{
“name”: “Cart Limiter”,
“target”: “section”,
“javascript”: “execute.js”,
“settings”: [
]
}
{% endschema %}
But, my liquid code is displaying in the end of the cart page elements.
How can i make my code display on top of the cart page liquid elements.
I dont want to use section. because it should manually place by the merchant in theme editor.
Please help me to work around this.