Washi tape green dots
- Stan magazynowy: Dostępny
- Kod produktu: Washigrd
');
} else {
element.after('
' + json['error']['option'][i] + '
');
}
}
}
if (json['error']['recurring']) {
$('select[name=\'recurring_id\']').after('
' + json['error']['recurring'] + '
');
}
// Highlight any found errors
$('.text-danger').parent().addClass('has-error');
}
if (json['success']) {
$('.product-left').parent().before('
' + json['success'] + '
');
setTimeout(function() {
$('.alert').delay(500).fadeOut(1000);
}, 5000);
$('#cart-total').html(json['total']);
/*
$('html, body').animate({ scrollTop: 0 }, 'slow');
*/
}
}
});
});
//-->
');
}
if (json['success']) {
alert(json['success']);
$(node).parent().find('input').attr('value', json['code']);
}
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
}
}, 500);
});
//-->