Select your model

Please select your model to repair
OnePlus 8 Pro
OnePlus 8T
OnePlus Nord
OnePlus Nord N10 5G
OnePlus Nord N100
OnePlus Nord 2 5G
OnePlus Nord N200 5G
OnePlus Nord CE 5G
OnePlus 9
OnePlus 9R
OnePlus 9 Pro
OnePlus 5T
OnePlus 6
OnePlus 6T
OnePlus 7
OnePlus 7 Pro
OnePlus 7T
OnePlus 7T Pro
OnePlus 8

Can't find a model you're looking for?

Get in touch for a free estimate and see how we can help. Quote Request
// === WIDGET DE quote_interaction === window.addEventListener('message', function(e) { if (typeof e.data !== 'string') return; window.dataLayer = window.dataLayer || []; if (e.data.indexOf('WIDGET_CONTENT_CHANGED') === 0) { var widgetEl = document.getElementById('model'); if (widgetEl) { widgetEl.style.height = e.data.split('|')[1]; widgetEl.scrollIntoView({ behavior: 'smooth' }); } window.dataLayer.push({ 'event': 'quote_interaction', 'categoria': 'conversion', 'accion': 'interaccion_widget' }); } }); // === CALL BUTTON === document.addEventListener("DOMContentLoaded", function() { var botones = document.querySelectorAll('a[href*="tel"]'); if (botones.length === 0) return; botones.forEach(function(el) { el.addEventListener('click', function() { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event': 'Click Call' }); }); }); });