Honda Accord 2007 - 2012 2 Din Fascia trim plate - 178 x 102
Honda Accord 2007 - 2012 2 Din Fascia trim plate - 178 x 102
R1,450.00
Product Code: S-LACS/11-062
Availability: In Stock
Double Din Stereo Fascia/Facia Fitting Kit for HONDA Accord without Navigation
This fascia kit allows the installation of a double din head unit
into a non double din size aperture, which can help you enhance the
entertainment atmosphere in your car.
The following car models can use this fascia surround panel: HONDA
Accord 2007-2012 (Europe, Russia, Japan etc / without Navigation).
$('#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);
});
//-->