- Marca: Samsung
- Código: Samsung Galaxy A51
- Disponibilidad: En Stock
- 18,00€
Opciones disponibles
composicion
imagenes_subidas
‘);
} 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’]) {
$(‘.notify’).remove();
$(‘#page_wrapper’).append(”);
$(‘.notify’).addClass(‘active’);
$(‘#cart > button’).html(‘ ‘ + json[‘total’]);
$(‘#cart > ul’).load(‘index.php?route=common/cart/info’);
}
}
});
});
//–>