Oeko-Tex sertifikalı ( Öko-Tex Sertifikası; tekstil ürünlerinin sağlığa zarar veren maddelerden arınmış olduğunu gösteren dünya çapında bir sertifikalandırma sistemidir. )
Blackspade Erkek Boxer - Kısa 3'lü Paket (9670)
İncelenme: 3963
Ürün Kodu: 9670
Stok Durumu: 18
950,00TL
Vücudu saran pamuklu kısa boxer'ınız ile gün boyu rahatlık
$('#button-cart').on('click', function() {
$.ajax({
url: 'index.php?route=checkout/cart/add',
type: 'post',
data: $('#product input[type=\'text\'], #product input[type=\'hidden\'], #product input[type=\'radio\']:checked, #product input[type=\'checkbox\']:checked, #product select, #product textarea'),
dataType: 'json',
beforeSend: function() {
$('#button-cart').button('loading');
},
complete: function() {
$('#button-cart').button('reset');
},
success: function(json) {
$('.alert, .text-danger').remove();
$('.form-group').removeClass('has-error');
if (json['error']) {
if (json['error']['option']) {
for (i in json['error']['option']) {
var element = $('#input-option' + i.replace('_', '-'));
if (element.parent().hasClass('input-group')) {
element.parent().after('
' + json['error']['option'][i] + '
');
} 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']) {
if (!Journal.showNotification(json['success'], json['image'], true)) {
$('.breadcrumb').after('