🛒 Your Cart

🛍️

Your cart is empty

Add some products to get started!

🛍️ Shop All 🚗 Car Mounts 📱 Stands ⚡ Charging 🛡️ Cases
👤 My Account 💬 Contact Us ❓ FAQ ↩️ Returns
🔒 Privacy Policy 📄 Terms of Service
⚡ Free Worldwide Shipping on All Orders 🔒 256-bit SSL Secure Checkout 💬 Responsive Customer Support 🚀 Fast Dispatch — Tracking Included 📱 Phone Accessories for Everyday Use 🔄 Clear Returns & Refunds Policy ⚡ Free Worldwide Shipping on All Orders 🔒 256-bit SSL Secure Checkout 💬 Responsive Customer Support 🚀 Fast Dispatch — Tracking Included 📱 Phone Accessories for Everyday Use 🔄 Clear Returns & Refunds Policy
8-Port Smart Charging Station with Wireless Pad
8-Port Smart Charging Station with Wireless Pad
8-Port Smart Charging Station with Wireless Pad
8-Port Smart Charging Station with Wireless Pad
8-Port Smart Charging Station with Wireless Pad
8-Port Smart Charging Station with Wireless Pad
8-Port Smart Charging Station with Wireless Pad
🔥 Best Seller 🚚 Free Shipping ✅ In Stock

8-Port Smart Charging Station with Wireless Pad

$69.99 $89.99
🎉 You save $20.00 today!
Plug Type
Quantity
⚡ Buy it now
🚚
Free ShippingWorldwide, always
📦
Fast DispatchTracking included
🔒
Secure Payment256-bit SSL
💬
Customer SupportHelp when you need it

Charge multiple devices from one organized desktop hub. This 8-port charging station combines wired fast-charging connections with a convenient wireless charging surface and a clear current display, helping reduce cable clutter at home, in the office, or at a shared workspace.

WHY YOU’LL LIKE IT
• Powers several phones and tablets from one station
• Wireless charging surface for compatible devices
• Built-in display for at-a-glance charging information
• Helps keep desks and nightstands organized
• Useful for households, offices, studios, and travel groups

WHAT’S INCLUDED
1 × 8-Port Smart Charging Station
1 × Power cable

Compatibility and charging speed depend on the connected device, cable, and selected configuration.

Multi functional 8-port USB Wireless Fast Charging Station Visual Current Detection Charger For Mobile Phone iPad Flash Charging


✅ Compatible with MagSafe-enabled iPhones

📦 Fast dispatch — tracking number sent by email

🌍 Delivery options shown at checkout

🔒 Secure checkout

📏 Lightweight and compact design

⚡ Product details vary by selected option

+(Number(cents)/100).toFixed(2);} } function mgVarSelect(el){ var parent=el.closest('.mg-prod-var-opts'); if(parent)parent.querySelectorAll('.mg-prod-var-opt').forEach(function(b){b.classList.remove('on');}); el.classList.add('on'); var data=document.getElementById('mg-product-variants'); if(!data)return; var variants; try{variants=JSON.parse(data.textContent);}catch(e){return;} var selected=[]; document.querySelectorAll('.mg-prod-variants').forEach(function(group){ var active=group.querySelector('.mg-prod-var-opt.on'); selected[Number(group.dataset.optionIndex)]=active?active.dataset.optionValue:''; }); var variant=variants.find(function(v){ return Array.isArray(v.options)&&v.options.every(function(value,index){return value===selected[index];}); }); if(!variant)return; var price=document.getElementById('mg-price'); var compare=document.getElementById('mg-compare-price'); var saving=document.getElementById('mg-price-save'); var variantInput=document.getElementById('mg-variant-id'); var buyNow=document.querySelector('.mg-prod-buy'); var addButton=document.querySelector('.mg-prod-atc'); if(price)price.textContent=mgFormatMoney(variant.price); var onSale=Number(variant.compare_at_price)>Number(variant.price); if(compare){ compare.hidden=!onSale; compare.textContent=onSale?mgFormatMoney(variant.compare_at_price):''; } if(saving){ saving.hidden=!onSale; saving.textContent=onSale?'🎉 You save '+mgFormatMoney(Number(variant.compare_at_price)-Number(variant.price))+' today!':''; } if(variantInput)variantInput.value=variant.id; if(buyNow)buyNow.href='/checkout?variant='+variant.id; if(addButton){ addButton.disabled=!variant.available; addButton.textContent=variant.available?'🛒 Add to Cart':'Sold out'; } if(variant.featured_image&&variant.featured_image.src){ var main=document.getElementById('mg-main-img-el'); if(main)main.src=variant.featured_image.src; } try{ var url=new URL(window.location.href); url.searchParams.set('variant',variant.id); window.history.replaceState({},'',url); }catch(e){} } function mgQtyChange(delta){ var inp=document.getElementById('mg-qty'),hidden=document.getElementById('mg-qty-hidden'); if(!inp)return; var val=Math.max(1,Math.min(99,(parseInt(inp.value)||1)+delta)); inp.value=val;if(hidden)hidden.value=val; } function mgTab(btn,id){ document.querySelectorAll('.mg-prod-tab-btn').forEach(function(b){b.classList.remove('on');}); document.querySelectorAll('.mg-prod-tab-content').forEach(function(c){c.classList.remove('on');}); btn.classList.add('on');var el=document.getElementById('mg-tab-'+id);if(el)el.classList.add('on'); } var mgWL=[]; function mgW(btn,e){ e.preventDefault();e.stopPropagation(); var card=btn.closest('.mg-pc'),titleEl=card?card.querySelector('h3'):null,nm=titleEl?titleEl.textContent.trim():'Item'; btn.classList.toggle('on');var isOn=btn.classList.contains('on'); btn.innerHTML=isOn?'❤️':'♡'; if(isOn){mgWL.push(nm);mgT('❤️ Saved!');}else{mgWL=mgWL.filter(function(x){return x!==nm;});mgT('Removed from wishlist');} var badge=document.getElementById('mg-wbadge');if(badge){badge.textContent=mgWL.length;badge.classList.toggle('on',mgWL.length>0);} } function mgOW(){mgT(mgWL.length>0?'Wishlist: '+mgWL.join(', '):'No items saved yet');} function mgF(el,icon,title,desc,pct,metric){ document.querySelectorAll('.mg-fc').forEach(function(f){f.classList.remove('on');});el.classList.add('on'); var fi=document.getElementById('mg-fdi'),ft=document.getElementById('mg-fdt'),fd=document.getElementById('mg-fdd'),fp=document.getElementById('mg-fdp'),fm=document.getElementById('mg-fdm'),fb=document.getElementById('mg-fdb'); if(fi)fi.textContent=icon;if(ft)ft.textContent=title;if(fd)fd.textContent=desc;if(fp)fp.textContent=pct+'%';if(fm)fm.textContent=metric; if(fb){fb.style.width='0%';setTimeout(function(){fb.style.width=pct+'%';},50);} } var mgBT=0,mgBI=[]; function mgB(el,price,name,variantId){ var numPrice=parseFloat(String(price).replace(/[^0-9.]/g,''))||0; el.classList.toggle('on'); if(el.classList.contains('on')){mgBT+=numPrice;mgBI.push({name:name,price:numPrice,variantId:variantId});} else{mgBT=Math.max(0,mgBT-numPrice);mgBI=mgBI.filter(function(i){return i.name!==name;});} var cnt=document.querySelectorAll('.mg-bp.on').length,disc=cnt>=4?0.25:cnt>=3?0.20:cnt>=2?0.15:0,fin=Math.max(0,mgBT*(1-disc)); var sp=document.getElementById('mg-bsp'),ss=document.getElementById('mg-bss'); if(sp)sp.textContent='$'+fin.toFixed(2); if(ss){if(disc>0)ss.textContent='🎉 You save $'+(mgBT-fin).toFixed(2)+' ('+Math.round(disc*100)+'% off!)';else if(cnt===1)ss.textContent='Add 1 more item for 15% off!';else ss.textContent='Select 2+ items to unlock discount';} } function mgBC(){ if(!mgBI.length){mgT('Pick at least one item first!','err');return;} var promises=mgBI.map(function(it){ var ex=mgCart.find(function(i){return String(i.variantId)===String(it.variantId);}); if(ex){ex.qty++;}else{mgCart.push({name:it.name,price:it.price,img:'',qty:1,variantId:it.variantId});} if(it.variantId&&it.variantId!=='undefined'&&it.variantId!==''){ return fetch('/cart/add.js',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify({id:parseInt(it.variantId),quantity:1})}).catch(function(){}); } return Promise.resolve(); }); Promise.all(promises).then(function(){mgRC();mgT('🎉 '+mgBI.length+' item'+(mgBI.length>1?'s':'')+' added!');mgOC();}); } function mgEM(){var v=document.getElementById('mg-einp');if(!v)return;var email=v.value.trim();if(!email||!email.includes('@')){mgT('Please enter a valid email','err');return;}mgT('🎉 15% discount code sent to '+email+'!');v.value='';} function mgContactSubmit(e){if(e)e.preventDefault();mgT('✅ Message sent! We\'ll reply within 4 hours.');} function mgFaqToggle(el){el.classList.toggle('on');} function mgOS(){var s=document.getElementById('mg-search');if(s){s.classList.add('on');document.body.style.overflow='hidden';}setTimeout(function(){var i=document.getElementById('mg-si');if(i)i.focus();},100);} function mgCS(){var s=document.getElementById('mg-search');if(s)s.classList.remove('on');document.body.style.overflow='';} function mgSF(term){window.location.href='/search?q='+encodeURIComponent(term);} document.addEventListener('DOMContentLoaded',function(){ var si=document.getElementById('mg-si'); if(si)si.addEventListener('keydown',function(e){if(e.key==='Enter'&&si.value.trim())window.location.href='/search?q='+encodeURIComponent(si.value.trim());}); }); function mgOD(){var d=document.getElementById('mg-drawer'),b=document.getElementById('mg-burg');if(d){d.classList.add('on');document.body.style.overflow='hidden';}if(b)b.classList.add('on');} function mgCD(){var d=document.getElementById('mg-drawer'),b=document.getElementById('mg-burg');if(d)d.classList.remove('on');if(b)b.classList.remove('on');document.body.style.overflow='';} window.addEventListener('scroll',function(){var btt=document.getElementById('mg-btt');if(btt)btt.classList.toggle('on',window.scrollY>500);},{passive:true}); var mgSA=false,statsEl=document.getElementById('mg-stats'); if(statsEl&&typeof IntersectionObserver!=='undefined'){ new IntersectionObserver(function(entries){ if(entries[0].isIntersecting&&!mgSA){mgSA=true; document.querySelectorAll('.mg-sn').forEach(function(el){ var target=parseInt(el.dataset.t)||0,suffix=el.dataset.s||'',current=0,step=target/70; var timer=setInterval(function(){current=Math.min(current+step,target);el.textContent=Math.round(current).toLocaleString()+suffix;if(current>=target)clearInterval(timer);},20); }); } },{threshold:0.3}).observe(statsEl); } document.addEventListener('keydown',function(e){ if(e.key==='Escape'){mgCS();mgCD();mgCC();} if((e.ctrlKey||e.metaKey)&&e.key==='k'){e.preventDefault();mgOS();} }); document.addEventListener('DOMContentLoaded',function(){ fetch('/cart.js').then(function(r){return r.json();}).then(function(cart){ if(cart.item_count>0){ mgCart=cart.items.map(function(item){return{name:item.product_title,price:item.price/100,img:item.image||'',qty:item.quantity,variantId:String(item.variant_id)};}); mgRC(); } }).catch(function(){}); });