16.8V 18650 lithium battery pack 4S1P XH2.54 2P For strings 14.8V Sweeper large speaker LED light Medical instrument Power tools
${function() {
const variantData = data.variant || {"id":"6393e436-0939-490d-abab-79f3ea6201bc","product_id":"372ef4c1-dd1d-4d46-9be9-a4d1d6d3c628","title":"1PCS 4S1P 2000mAh-14.8V-CHINA","weight_unit":"kg","inventory_quantity":100,"sku":"1PCS 4S1P 2000mAh","barcode":"","position":1,"option1":"1PCS 4S1P 2000mAh","option2":"14.8V","option3":"CHINA","note":"","image":null,"wholesale_price":[{"price":21.09,"min_quantity":1}],"weight":"0.47","compare_at_price":"24.81","price":"21.09","retail_price":"24.81","available":true,"url":"\/products\/16-8v-18650-lithium-battery-pack-4s1p-xh2-54-2p-for-strings-14-8v-sweeper-large-speaker-led-light-medical-instrument-power-tools?variant=6393e436-0939-490d-abab-79f3ea6201bc","available_quantity":999999999,"options":[{"name":"color","value":"1PCS 4S1P 2000mAh"},{"name":"Nominal Voltage","value":"14.8V"},{"name":"Ships From","value":"CHINA"}],"off_ratio":"15","flashsale_info":{"variant_id":"6393e436-0939-490d-abab-79f3ea6201bc","product_id":"","quantity":0,"discount_id":"7fb8b6d1-5e0a-4115-897f-9b33280e3ed6","limit_time":-1,"limit_buy":-1,"user_limit_buy":-1,"discount_sales":20,"discount_sales_rate":"17","discount_stock":-1,"ends_at":-1,"starts_at":1730474055,"allow_oversold":"uncheck","allocation_method":"none","price":"21.09","compare_at_price":"24.81","discount_price":"21.09","customary_saved_price":"3.72","customary_off_ratio":"15","discount_saved_price":"3.72","discount_off_ratio":"15","use_before_price":false,"before_price":"0","title":"","properties":"","color_setting_promotional_copy":"","discount_quantity":0,"is_need_split":false},"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Color:
1PCS 4S1P 2000mAh
${function(){
const optName = "color";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Nominal Voltage:
14.8V
${function(){
const optName = "Nominal Voltage";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Ships From:
CHINA
${function(){
const optName = "Ships From";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Add to cart
$21.09
${function(){
const wholesale_enabled = false;
const qty = data.quantity || 1;
const currentSelectVariant = data.variant;
const defaultVariant = (data.product && data.product.variants && data.product.variants[0]);
const productVariant = {"id":"6393e436-0939-490d-abab-79f3ea6201bc","product_id":"372ef4c1-dd1d-4d46-9be9-a4d1d6d3c628","title":"1PCS 4S1P 2000mAh-14.8V-CHINA","weight_unit":"kg","inventory_quantity":100,"sku":"1PCS 4S1P 2000mAh","barcode":"","position":1,"option1":"1PCS 4S1P 2000mAh","option2":"14.8V","option3":"CHINA","note":"","image":null,"wholesale_price":[{"price":21.09,"min_quantity":1}],"weight":"0.47","compare_at_price":"24.81","price":"21.09","retail_price":"24.81","available":true,"url":"\/products\/16-8v-18650-lithium-battery-pack-4s1p-xh2-54-2p-for-strings-14-8v-sweeper-large-speaker-led-light-medical-instrument-power-tools?variant=6393e436-0939-490d-abab-79f3ea6201bc","available_quantity":999999999,"options":[{"name":"color","value":"1PCS 4S1P 2000mAh"},{"name":"Nominal Voltage","value":"14.8V"},{"name":"Ships From","value":"CHINA"}],"off_ratio":"15","flashsale_info":{"variant_id":"6393e436-0939-490d-abab-79f3ea6201bc","product_id":"","quantity":0,"discount_id":"7fb8b6d1-5e0a-4115-897f-9b33280e3ed6","limit_time":-1,"limit_buy":-1,"user_limit_buy":-1,"discount_sales":20,"discount_sales_rate":"17","discount_stock":-1,"ends_at":-1,"starts_at":1730474055,"allow_oversold":"uncheck","allocation_method":"none","price":"21.09","compare_at_price":"24.81","discount_price":"21.09","customary_saved_price":"3.72","customary_off_ratio":"15","discount_saved_price":"3.72","discount_off_ratio":"15","use_before_price":false,"before_price":"0","title":"","properties":"","color_setting_promotional_copy":"","discount_quantity":0,"is_need_split":false},"sales":0};
const variantData = currentSelectVariant || defaultVariant || productVariant;
const wholesale_price = variantData.wholesale_price || [];
if(wholesale_enabled && wholesale_price.length > 0) {
let wholesaleIndex = wholesale_price.findIndex(item => {
return item.min_quantity > qty;
});
if(wholesaleIndex < 0){
wholesaleIndex = wholesale_price.length - 1;
}else if(wholesaleIndex > 0){
wholesaleIndex = wholesaleIndex - 1;
}
const wholesalePrice = wholesale_price[wholesaleIndex] || '';
return `
`
}else {
const price = variantData && variantData.price;
return price != undefined ? `
` : ' ';
}
}()}
Buy now
Product was out of stock.
Product is unavailable.
Sku : 1PCS 4S1P 2000mAh
Weight : 0.47kg
${function(){
const variantData = data.variant || {"id":"6393e436-0939-490d-abab-79f3ea6201bc","product_id":"372ef4c1-dd1d-4d46-9be9-a4d1d6d3c628","title":"1PCS 4S1P 2000mAh-14.8V-CHINA","weight_unit":"kg","inventory_quantity":100,"sku":"1PCS 4S1P 2000mAh","barcode":"","position":1,"option1":"1PCS 4S1P 2000mAh","option2":"14.8V","option3":"CHINA","note":"","image":null,"wholesale_price":[{"price":21.09,"min_quantity":1}],"weight":"0.47","compare_at_price":"24.81","price":"21.09","retail_price":"24.81","available":true,"url":"\/products\/16-8v-18650-lithium-battery-pack-4s1p-xh2-54-2p-for-strings-14-8v-sweeper-large-speaker-led-light-medical-instrument-power-tools?variant=6393e436-0939-490d-abab-79f3ea6201bc","available_quantity":999999999,"options":[{"name":"color","value":"1PCS 4S1P 2000mAh"},{"name":"Nominal Voltage","value":"14.8V"},{"name":"Ships From","value":"CHINA"}],"off_ratio":"15","flashsale_info":{"variant_id":"6393e436-0939-490d-abab-79f3ea6201bc","product_id":"","quantity":0,"discount_id":"7fb8b6d1-5e0a-4115-897f-9b33280e3ed6","limit_time":-1,"limit_buy":-1,"user_limit_buy":-1,"discount_sales":20,"discount_sales_rate":"17","discount_stock":-1,"ends_at":-1,"starts_at":1730474055,"allow_oversold":"uncheck","allocation_method":"none","price":"21.09","compare_at_price":"24.81","discount_price":"21.09","customary_saved_price":"3.72","customary_off_ratio":"15","discount_saved_price":"3.72","discount_off_ratio":"15","use_before_price":false,"before_price":"0","title":"","properties":"","color_setting_promotional_copy":"","discount_quantity":0,"is_need_split":false},"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}