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

// Lisa kindel addToCart sidumine ilma olemasolevaid eemaldamata $(document).on('click', '.addToCartBtn', function(e) { // Kui nupp pole veel saanud oma klikk-sündmust käsitsi, seome selle ühe korra if (!$(this).data('handler-attached')) { $(this).data('handler-attached', true); $(this).on('click', 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() ); } }); } });