YAMZI 26650 5000mAh 60A Black Rechargeable Battery 3.7v Lithium Battery
${function() {
const variantData = data.variant || {"id":"b944824f-f87d-4145-84cc-b08a75329229","product_id":"5d4d3176-0cc8-4dc3-a9bf-d5a81113ca21","title":"2pcs 26650","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"2pcs 26650","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":428,"min_quantity":1}],"weight":"0","compare_at_price":"590","price":"428","retail_price":"590","available":true,"url":"\/products\/yamzi-26650-5000mah-60a-black-rechargeable-battery-3-7v-lithium-battery?variant=b944824f-f87d-4145-84cc-b08a75329229","available_quantity":999999999,"options":[{"name":"SKU","value":"2pcs 26650"}],"off_ratio":27,"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":"b944824f-f87d-4145-84cc-b08a75329229","product_id":"5d4d3176-0cc8-4dc3-a9bf-d5a81113ca21","title":"2pcs 26650","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"2pcs 26650","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":428,"min_quantity":1}],"weight":"0","compare_at_price":"590","price":"428","retail_price":"590","available":true,"url":"\/products\/yamzi-26650-5000mah-60a-black-rechargeable-battery-3-7v-lithium-battery?variant=b944824f-f87d-4145-84cc-b08a75329229","available_quantity":999999999,"options":[{"name":"SKU","value":"2pcs 26650"}],"off_ratio":27,"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 `
`;
}()}