Janessa Huppi
Results
1
issues of
Janessa Huppi
I have set iframe: false on my cart component: ```javascript var ui = ShopifyBuy.UI.init(client); ui.createComponent('cart', { node: document.getElementById('checkout'), options: { cart: { iframe: false, startOpen: true } } }); ```...