Hello, I’m using this code to add products to cart, but I have to refresh in order to see them in my cart or cart drawer. Is there an easy way to refresh the cart drawer after adding the product to cart, like with the regular add to cart button? URL:Glow Curtain: 400 LED Lights for a Magical Ambiance – InteriorGlows
fetch('/cart/add.js', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
items: productsToAdd
}),
})
Thanks in advance