Skip to content
GoodisThe Goodis logo.

Cart

Your cart is empty

A mix of Swedish candy in different colors.

Contact us

Do you have any questions about Goodis or Swedish candy in general? We’d be happy to have a chat with you!

Frequently Asked Questions

$(document).ready(function() { // Quick add button click event $(document).on('click', 'button.product-card__quick-add-button', function() { $('cart-drawer').addClass('active-drawer'); }); // Cart link click event $(document).on('click', 'a[aria-controls="cart-drawer"]', function() { $('cart-drawer').removeClass('active-drawer'); }); });