Mitsubishi Pajero triton 2006+ 2 din fascia trim plate - Size 178 x 102mm
Mitsubishi Pajero triton 2006+ 2 din fascia trim plate - Size 178 x 102mm
R1,392.00
Product Code: S-LACS/11-156
Availability: In Stock
Double Din Radio Fascia for MITSUBISHI L200 Fascia CD Kit Panel Trim Plate Surround
This fitting kit is designed to allow you to fit an aftermarket
stereo without altering the look of your vehicle. They are quick and
easy to fit and will hold your new unit securely in your dashboard.
It can fit for a series of MITSUBISHI cars: MITSUBISHI L 200, Triton
2006 Onwards; Pajero Sport II, Challenger 2008 Onwards; Pajero Dakar
2010 Onwards.
$('#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);
});
//-->