Description
>
Price: $169.99 - $149.99
(as of May 08, 2024 11:49:33 UTC – Details)
From the brand
EVERCROSS is a high-tech brand integrating R&D, production, sales and service. Since its inception, with a variety of products such as electric scooters, all-terrain hoverboards, hoverkarts etc, EVERCROSS is widely used in innovative short-term transportation and cool entertainment. From beginning to end, our brand has been committed to using innovative technology to lead the development of the industry, meet the diversified needs of customers.
EVERCROSS Hoverboard with Seat
🎄BLUETOOTH HOVERBOARD WITH APP: The hoverboard built-in an efficient APP and Wireless Bluetooth Speaker that help you stay in control, giving you the ability to switch between the riding modes, enable GPS real-time positioning, play/pause music, intelligent battery/speed/distance monitoring etc. Make your hoverboards the coolest one with extraordinary sound effect.
🎁THE LATEST HOVERBOARD: EV2 hover board adopts Colorful Glowing Pedal, Super Bright LED Lights and Flashing Wheels will make you the eye-catcher in crowds and give you a wonderful riding experience. Also be signals of protecting yourself that makes you feel safe in dark, illuminate your evening journeys.
⛄LONG-LASTING BATTERY: The self balancing scooter is equipped with High-Capacity Rechargeable Battery, also a variety of Protection Circuits System can protect the rider from fire and overheating for a long-term safe and smooth riding experience. Making the hoverboard with seat is well designed and ideal gift for kids.
✨SAFETY HOVERBOARD & STABLE CONTROL: EVERCROSS hoverboards are good in load-bearing capacity in structure, also add the seat attachment to convert the hoverboard into a new smooth riding style. Ensuring high quality while equipped with Safety System, e.g. high-speed reminder, low battery indicator, warning signals and bright night light etc.
CUSTOMER SERVICE:If you have any questions, please feel free to contact us. We’ll reply you within 24 hrs and provide a satisfied solutions for you.
Package Dimensions | 24.25 x 22.5 x 8.75 inches |
---|---|
Item Weight | 29.8 pounds |
Country of Origin | China |
ASIN | B09B3MRNTK |
Manufacturer recommended age | 6 years and up |
Best Sellers Rank | #124,051 in Sports & Outdoors (See Top 100 in Sports & Outdoors) #81 in Self Balancing Scooters |
Customer Reviews | 4.0 out of 5 stars |
Manufacturer | Jinhua Smart |
Warranty & Support
Feedback
EVERCROSS Hoverboard, 6.5” Hover Board with Seat Attachment, Self Balancing Scooter with APP, Bluetooth Hoverboards for Kids & Adults, UL 2272
Share:
Found a lower price? Let us know. Although we can’t match every price reported, we’ll use your feedback to ensure that our prices remain competitive.
Where did you see a lower price?
Fields with an asterisk * are required
\n’ +
‘
‘
);
}
function getThankYouDiv(thankMsg) {
return (
‘
‘
thankMsg +
‘
\n’ +
‘
‘
);
}
function getLoadingGifDiv() {
return ‘‘;
}
function isValidUrl(url) {
if (!url) {
return false;
}
var encodedUrl = encodeURI(url);
return encodedUrl.match(
/^(https?:\/\/)?(([a-z0-9-]|%[A-F0-9]{2})+\.)+(([a-z]|%[A-F0-9]{2})([a-z0-9]|%[A-F0-9]{2})*)(:[0-9]+)?(\/[a-z0-9;:,~!+#@&=%\/$\.?_-]+)?$/
);
}
function isNumericPrice(price) {
if (!price) {
return false;
}
return price.match(/^([0-9]+\.?[0-9]*)$|^([0-9]*\.[0-9]+)$/);
}
function isEmptyValue(input) {
return !input || input.length === 0 || input.match(/^\s*$/);
}
function truncate(input, length) {
if (!input) {
return ”;
} else {
return input.substr(0, length);
}
}
function formatDate(year, date, month) {
return year + ‘-‘ + month + ‘-‘ + date;
}
function trim(input) {
if (!input) {
return ”;
} else {
return input.trim();
}
}
function resetModalToInitialState(currentMonth, currentDate, currentYear) {
var enableOnlineStoreRadio = document.querySelector(‘#pricingFeedback_onlineRadio’);
var enableOfflineStoreRadio = document.querySelector(‘#pricingFeedback_offlineRadio’);
var onlineStoreInputForm = document.querySelector(‘#pricingFeedback_onlineInput’);
var offlineStoreInputForm = document.querySelector(‘#pricingFeedback_offlineInput’);
var onlineUrl = document.querySelector(‘#onlineUrl’);
var onlinePriceRaw = document.querySelector(‘#onlinePriceRaw’);
var onlineShippingRaw = document.querySelector(‘#onlineShippingRaw’);
var onlineDay = document.querySelector(‘#onlineDay’);
var onlineMonth = document.querySelector(‘#onlineMonth’);
var onlineYear = document.querySelector(‘#onlineYear’);
var onlineCalendar = document.querySelector(‘#onlineCalendar’);
var note1 = document.querySelector(‘#note1’);
var offlineStoreName = document.querySelector(‘#offlineStoreName’);
var offlineCity = document.querySelector(‘#offlineCity’);
var offlineState = document.querySelector(‘#offlineState’);
var offlinePriceRaw = document.querySelector(‘#offlinePriceRaw’);
var offlineDay = document.querySelector(‘#offlineDay’);
var offlineMonth = document.querySelector(‘#offlineMonth’);
var offlineYear = document.querySelector(‘#offlineYear’);
var offlineCalendar = document.querySelector(‘#offlineCalendar’);
var thankYouDiv = document.querySelector(‘#pricingFeedback_thank’);
var errorDiv = document.querySelector(‘#pricingFeedback_error’);
var submitButton = document.querySelector(‘#pricingFeedback_submit’);
var loadingGifDiv = document.querySelector(‘#loading’);
var stateDefaultOption = document.querySelector(‘#stateDefaultOption’);
var stateDefaultPrompt = document.querySelector(‘#stateDefaultPrompt’);
var offlineStateMain = document.querySelector(‘#offlineStateMain’);
if (thankYouDiv) {
thankYouDiv.innerHTML = ”;
}
if (errorDiv) {
errorDiv.innerHTML = ”;
}
if (loadingGifDiv) {
loadingGifDiv.innerHTML = ”;
}
if (submitButton) {
submitButton.style.display = ‘block’;
}
onlineUrl.value = ”;
onlinePriceRaw.value = ”;
onlineShippingRaw.value = ”;
offlineStoreName.value = ”;
offlineCity.value = ”;
offlineState.value = ”;
offlinePriceRaw.value = ”;
stateDefaultOption.innerHTML = $(“#selectProvince”).val();
stateDefaultPrompt.innerHTML = $(“#selectProvince”).val();
setInitialStates(
onlineMonth,
currentMonth,
offlineMonth,
onlineDay,
currentDate,
offlineDay,
onlineYear,
currentYear,
offlineYear,
onlineStoreInputForm,
offlineStoreInputForm,
enableOfflineStoreRadio,
enableOnlineStoreRadio,
onlineCalendar,
offlineCalendar,
offlineStateMain,
offlineState,
note1
);
}
});