YAMZI 3.7V 18650 3600mAh 35A rechargeable lithium-ion batteries for high-light flashlights
${function() {
const variantData = data.variant || {"id":"0e6eb08b-183d-49e3-9155-32efdf2caf0a","product_id":"df3886b2-d38e-4885-b647-736b807e0459","title":"4pcs 18650","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"4pcs 18650","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9c9bafd33860030309e72a2390736f7d.jpg","path":"9c9bafd33860030309e72a2390736f7d.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":265,"min_quantity":1}],"weight":"0","compare_at_price":"380","price":"265","retail_price":"380","available":true,"url":"\/products\/yamzi-3-7v-18650-3600mah-35a-rechargeable-lithium-ion-batteries-for-high-light-flashlights?variant=0e6eb08b-183d-49e3-9155-32efdf2caf0a","available_quantity":999999999,"options":[{"name":"quantity","value":"4pcs 18650"}],"off_ratio":30,"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":"0e6eb08b-183d-49e3-9155-32efdf2caf0a","product_id":"df3886b2-d38e-4885-b647-736b807e0459","title":"4pcs 18650","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"4pcs 18650","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9c9bafd33860030309e72a2390736f7d.jpg","path":"9c9bafd33860030309e72a2390736f7d.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":265,"min_quantity":1}],"weight":"0","compare_at_price":"380","price":"265","retail_price":"380","available":true,"url":"\/products\/yamzi-3-7v-18650-3600mah-35a-rechargeable-lithium-ion-batteries-for-high-light-flashlights?variant=0e6eb08b-183d-49e3-9155-32efdf2caf0a","available_quantity":999999999,"options":[{"name":"quantity","value":"4pcs 18650"}],"off_ratio":30,"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 `
`;
}()}