In my global schema I make the cart drawer as a default but it is still not changing on my theme is there anything I’m missing. And also i give the value true for the Vendor it is also not changing please let me know
Hi,
Hope this will work
- Cart Drawer not working- Add Liquid logic + check JS is opening it
- Vendor name not showing-Use {{ product.vendor }} + checkbox logic
JavaScript to Open Drawer example
document.querySelector('.add-to-cart').addEventListener('click', function() {
// logic to open the cart drawer
document.querySelector('.cart-drawer').classList.add('open');
});
Can you tell me the steps because I’m not able to understand properly. All I know is if i change the default value then it started reflecting in the theme editor but this time it not works so please tell me the steps. I’m using dawn theme

