REFERENCE 6530CX 6-1/2" (160mm) component speaker system, 270W
REFERENCE 6530CX 6-1/2" (160mm) component speaker system, 270W
R1,450.00
- Product Code: REF6530CX
- Availability: In Stock
General Specifications
- Description
- 6-1/2" (160mm) component speaker system
- Power Handling
- 90W RMS, 270W peak
- Sensitivity (@ 2.83V)
- 93dB
- Frequency Response
- 53Hz – 21kHz
- Impedance
- 3.0 ohms
- 1 pair of woofers
- 1 pair of tweeters
- 1 pair of speaker grilles
- 1 pair of crossovers
- 1 pair of woofer mounting brackets
- 1 pair of tweeter surface mount accessories
- 1 pair of tweeter flush mount accessories
- 1 pair of tweeter nuts
- 1 pair of tweeter flat washers
- 6 tweeter mounting screws
- 8 woofer mounting screws
- 8 crossover mounting screws
- 8 speed clips
- Foam mounting tape
- Owner’s manual
$('#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);
});
//-->