Carregador sem Cabo para Carro 2.4A 2USB
Marcar: MTK
Código do Produto: 21499015
text_ean 8435350766863
Disponibilidade: 2
Preço com IVA: 3,90€
Opções Disponíveis
* Cor:
';
function revertSwap() {
$('#swap').val('');
$('.product-info .image').html($('#image-default').html());
$('.image-additional').html($('#image-additional-default').html() + colorbox);
}
$('.swap13').on('change', function(){
if ($(this).val() != '') {
$.ajax({
type: 'GET',
url: 'index.php?route=product/product/getswapimages',
dataType: 'json',
data: { product_id: '1669', option_value_id: $(this).val(), heading_title: 'Carregador sem Cabo para Carro 2.4A 2USB' },
success: function(json) {
if (json && json.swap) {
$('#swap').val(json.swap);
$('.product-info .image').html(json.main);
$('.image-additional').html(json.additional + colorbox);
}
else {
revertSwap();
}
}
});
}
});
$('.otp_select').on('change', function(){
setTimeout(function(){
if ($('.swap13').val() == "") {
revertSwap();
}
}, 300);
});
});
//-->