Parlante MS

$29.900 COP ​​

Hermosos y llamativos parlantes 

🎶Parlante MS🎵.


📲Bluetooth.

📻Radio Fm.

📀Lector de memorias USB Y SD.

} }; $(document).ready(function() { selectInitialStock(); Jumpseller.productVariantListener(".variants select", { product: '[{"variant":{"id":87159414,"product_id":14790037,"position":0,"price":29900.0,"sku":"","barcode":null,"weight":1.0,"stock":100,"stock_unlimited":true,"stock_threshold":0,"stock_notification":false,"image_id":26162189,"store_id":64872},"image":"https://cdnx.jumpseller.com/emporium-technology/image/26162189/Parlante_ms.jpg?1660024392","image_id":26162189,"price":29900.0,"price_formatted":"$29.900 COP","status":"available","price_discount_formatted":"$29.900 COP","discount":0.0,"attachments":[],"custom_fields":{},"values":[{"value":{"id":1856902,"name":"Negro","option":678996}}]},{"variant":{"id":87159415,"product_id":14790037,"position":1,"price":29900.0,"sku":"","barcode":null,"weight":1.0,"stock":100,"stock_unlimited":true,"stock_threshold":0,"stock_notification":false,"image_id":null,"store_id":64872},"image":"","image_id":null,"price":29900.0,"price_formatted":"$29.900 COP","status":"available","price_discount_formatted":"$29.900 COP","discount":0.0,"attachments":[],"custom_fields":{},"values":[{"value":{"id":1824656,"name":"Azul","option":678996}}]},{"variant":{"id":87159416,"product_id":14790037,"position":2,"price":29900.0,"sku":"","barcode":null,"weight":1.0,"stock":100,"stock_unlimited":true,"stock_threshold":0,"stock_notification":false,"image_id":null,"store_id":64872},"image":"","image_id":null,"price":29900.0,"price_formatted":"$29.900 COP","status":"available","price_discount_formatted":"$29.900 COP","discount":0.0,"attachments":[],"custom_fields":{},"values":[{"value":{"id":1856989,"name":"Rojo","option":678996}}]},{"variant":{"id":87159417,"product_id":14790037,"position":3,"price":29900.0,"sku":"","barcode":null,"weight":1.0,"stock":100,"stock_unlimited":true,"stock_threshold":0,"stock_notification":false,"image_id":null,"store_id":64872},"image":"","image_id":null,"price":29900.0,"price_formatted":"$29.900 COP","status":"available","price_discount_formatted":"$29.900 COP","discount":0.0,"attachments":[],"custom_fields":{},"values":[{"value":{"id":1877135,"name":"Rosado","option":678996}}]},{"variant":{"id":87159418,"product_id":14790037,"position":4,"price":29900.0,"sku":"","barcode":null,"weight":1.0,"stock":100,"stock_unlimited":true,"stock_threshold":0,"stock_notification":false,"image_id":null,"store_id":64872},"image":"","image_id":null,"price":29900.0,"price_formatted":"$29.900 COP","status":"available","price_discount_formatted":"$29.900 COP","discount":0.0,"attachments":[],"custom_fields":{},"values":[{"value":{"id":1856990,"name":"Verde","option":678996}}]}]', callback: callbackFunction }); checkUploads(); }); function selectInitialStock(){ var productInfo = [{"variant":{"id":87159414,"product_id":14790037,"position":0,"price":29900.0,"sku":"","barcode":null,"weight":1.0,"stock":100,"stock_unlimited":true,"stock_threshold":0,"stock_notification":false,"image_id":26162189,"store_id":64872},"image":"https://cdnx.jumpseller.com/emporium-technology/image/26162189/Parlante_ms.jpg?1660024392","image_id":26162189,"price":29900.0,"price_formatted":"$29.900 COP","status":"available","price_discount_formatted":"$29.900 COP","discount":0.0,"attachments":[],"custom_fields":{},"values":[{"value":{"id":1856902,"name":"Negro","option":678996}}]},{"variant":{"id":87159415,"product_id":14790037,"position":1,"price":29900.0,"sku":"","barcode":null,"weight":1.0,"stock":100,"stock_unlimited":true,"stock_threshold":0,"stock_notification":false,"image_id":null,"store_id":64872},"image":"","image_id":null,"price":29900.0,"price_formatted":"$29.900 COP","status":"available","price_discount_formatted":"$29.900 COP","discount":0.0,"attachments":[],"custom_fields":{},"values":[{"value":{"id":1824656,"name":"Azul","option":678996}}]},{"variant":{"id":87159416,"product_id":14790037,"position":2,"price":29900.0,"sku":"","barcode":null,"weight":1.0,"stock":100,"stock_unlimited":true,"stock_threshold":0,"stock_notification":false,"image_id":null,"store_id":64872},"image":"","image_id":null,"price":29900.0,"price_formatted":"$29.900 COP","status":"available","price_discount_formatted":"$29.900 COP","discount":0.0,"attachments":[],"custom_fields":{},"values":[{"value":{"id":1856989,"name":"Rojo","option":678996}}]},{"variant":{"id":87159417,"product_id":14790037,"position":3,"price":29900.0,"sku":"","barcode":null,"weight":1.0,"stock":100,"stock_unlimited":true,"stock_threshold":0,"stock_notification":false,"image_id":null,"store_id":64872},"image":"","image_id":null,"price":29900.0,"price_formatted":"$29.900 COP","status":"available","price_discount_formatted":"$29.900 COP","discount":0.0,"attachments":[],"custom_fields":{},"values":[{"value":{"id":1877135,"name":"Rosado","option":678996}}]},{"variant":{"id":87159418,"product_id":14790037,"position":4,"price":29900.0,"sku":"","barcode":null,"weight":1.0,"stock":100,"stock_unlimited":true,"stock_threshold":0,"stock_notification":false,"image_id":null,"store_id":64872},"image":"","image_id":null,"price":29900.0,"price_formatted":"$29.900 COP","status":"available","price_discount_formatted":"$29.900 COP","discount":0.0,"attachments":[],"custom_fields":{},"values":[{"value":{"id":1856990,"name":"Verde","option":678996}}]}]; for(let item of productInfo){ let variant = item.variant; let options = item.values; let stockFound = false; if(variant.stock != 0 || variant.stock_unlimited){ for(let option of options){ $('.variants select option[value="' + option.value.id + '"]').prop('selected',true).trigger('change'); } return; } } } function checkUploads() { var file_inputs = Array.from(document.getElementsByClassName("product_option_value_file_upload")); var total_size = 0; var inputs_sizes; (inputs_sizes = []).length = file_inputs.length; inputs_sizes.fill(0); for(let file of file_inputs) { file.onchange = function() { var index = file_inputs.indexOf(file); inputs_sizes[index] = this.files[0].size; total_size = inputs_sizes.reduce((a, b) => a + b, 0) var input_filename = document.getElementById(this.id + "_filename"); if(total_size > 10485760){ alert("La suma del tamaño de los archivos seleccionados debe ser inferior a 10MB."); inputs_sizes[index] = 0; this.value = ""; input_filename.value = ""; } else { input_filename.value = this.files[0].name; } } } } Ç