I have this code snippet in Shopify: https://www.screencast.com/t/8TEZzOhFt9o the file is attached here:
ajax-cart-template.liquid.html (4.8 KB)
Right now this code makes the cart look like this:
However we need to move the snippet before the green “Buy Button”. This is an example of how we moved it: https://www.screencast.com/t/InLnVhS3uObJ
But after moving the code above the “Buy Now” button disappears from the page like you can see here:
Please help me understand why it’s impossible to move this snippet before the “Buy now” button. Thanks.