GOODS DELIVERED IN ESTONIA IN 1-3 WORKING DAYS ON AVERAGE!

// Eemaldame varasemad click-sündmused, et vältida topeltlisamisi $(document).off('click', '.addToCartBtn'); // Seome click-sündmuse kindlalt üks kord $(document).on('click', '.addToCartBtn', function(e) { e.preventDefault(); var f = $(this).closest('form'); if (typeof Roller !== 'undefined' && typeof Roller.addToCart === 'function') { Roller.addToCart( f.find('input[name=product_id]').val(), f.find('input.sre-product-quantity').val(), f.find('input[name=parent_article_id]').val() ); } else { console.warn('Roller.addToCart ei ole saadaval'); } });