No content to show
User Activity
Where do you want it?Post a screenshot.
Check this GitHub branch.https://github.com/Shopify/dawn/pull/105/files
main-cart-items.liquid<form>
...
<input type="text" name="discount" class="field__input" >
...
</form>
Just add an input element named "discount" inside the cart form. <input type="text" name="discount" value="">
05-20-2019
Hey Pratham The json response is in the $data variable.
11-08-2016
That syntax gives a bad request error.
{
"errors": {
"metafield": "Required parameter missing or invalid"
}
}