Underwater scooter S1
This underwater scooter features a large 4-blade propeller, delivering powerful and stable cruising performance. With three variable speed modes, it adapts effortlessly to diverse underwater conditions, making deep diving and water sports remarkably accessible. Built to be durable and reliable, it also boasts foldable handles for effortless transport, making it the ultimate companion for your underwater adventures.
${function() {
const variantData = data.variant || {"id":"c7020b40-0066-4d2c-b0f2-267de38881a9","product_id":"24c7649f-2df8-4d25-a834-070381a9fd75","title":"Single Battery \uff084000mAh \uff09","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Single Battery \uff084000mAh \uff09","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":319.99,"min_quantity":1}],"weight":"0","compare_at_price":"359.99","price":"319.99","retail_price":"359.99","available":true,"url":"\/products\/underwater-scooter-s1?variant=c7020b40-0066-4d2c-b0f2-267de38881a9","available_quantity":999999999,"options":[{"name":"Underwater scooter S1 \uff08Foldable handle\uff09","value":"Single Battery \uff084000mAh \uff09"}],"off_ratio":11,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
people are viewing this right now
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"c7020b40-0066-4d2c-b0f2-267de38881a9","product_id":"24c7649f-2df8-4d25-a834-070381a9fd75","title":"Single Battery \uff084000mAh \uff09","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Single Battery \uff084000mAh \uff09","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":319.99,"min_quantity":1}],"weight":"0","compare_at_price":"359.99","price":"319.99","retail_price":"359.99","available":true,"url":"\/products\/underwater-scooter-s1?variant=c7020b40-0066-4d2c-b0f2-267de38881a9","available_quantity":999999999,"options":[{"name":"Underwater scooter S1 \uff08Foldable handle\uff09","value":"Single Battery \uff084000mAh \uff09"}],"off_ratio":11,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
${function() {
const postageFreeAmount = 399;
const custom_text = "Buy {amount} more to enjoy FREE Shipping";
const totalPrice = +data.total_price;
const diffPrice = postageFreeAmount - totalPrice;
const percentDiff = (diffPrice > 0 ? (totalPrice / postageFreeAmount * 100) : 100) + '%';
let tipText = "Your order is free delivery";
if (diffPrice > 0) {
tipText = custom_text.replace('{amount}', `
`);
}
return `
`;
}()}