Honda Accord 2002-2007 double din fascia trim plate
Honda Accord 2002-2007 double din fascia trim plate
R668.31
Product Code: S-LACS/11-061
Availability: In Stock
Honda Accord 2002 - 2007 Black Double Din Stereo Fascia Fitting Kit
This Honda Accord 2002 - 2007 black fascia adapter can convert the non-din sized aperture into
a double din sized contour, then you can install your favorite double
din car DVD players in your car without any damage of your car's
original look.
This double din fascia panel applies into these car models: HONDA Accord 2002-2007.
$('#product-product button[id^=\'button-upload\']').on('click', function() {
var node = this;
$('#product-product #form-upload').remove();
$('body').prepend('
');
$('#product-product #form-upload input[name=\'file\']').trigger('click');
if (typeof timer != 'undefined') {
clearInterval(timer);
}
timer = setInterval(function() {
if ($('#product-product #form-upload input[name=\'file\']').val() != '') {
clearInterval(timer);
$.ajax({
url: 'index.php?route=tool/upload',
type: 'post',
dataType: 'json',
data: new FormData($('#product-product #form-upload')[0]),
cache: false,
contentType: false,
processData: false,
beforeSend: function() {
$(node).button('loading');
},
complete: function() {
$(node).button('reset');
},
success: function(json) {
$('.text-danger').remove();
if (json['error']) {
$(node).parent().find('input').after('
' + json['error'] + '
');
}
if (json['success']) {
alert(json['success']);
$(node).parent().find('input').val(json['code']);
}
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
}
}, 500);
});
//-->