Saft LS14250 3.6v size 1/2AA Lithium Battery - non Rechargeable Batteries Saft 14250 1/2 AA Half AA
${function() {
const variantData = data.variant || {"id":"ffc6c642-cc26-4009-961c-046195bf1e1b","product_id":"13fc3956-7e46-499e-843a-0db491ceaa64","title":"2pcs ","weight_unit":"kg","inventory_quantity":0,"sku":"14250 LS14250 1\/2 AA--2pcs","barcode":"","position":1,"option1":"2pcs ","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/49ee214c0b5d8b7ad0898817bc9e77ea.jpg","path":"49ee214c0b5d8b7ad0898817bc9e77ea.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":808,"min_quantity":1}],"weight":"0","compare_at_price":"1098","price":"808","retail_price":"1098","available":true,"url":"\/products\/saft-ls14250-3-6v-size-1-2aa-lithium-battery-non-rechargeable-batteries-saft-14250-1-2-aa-half-aa?variant=ffc6c642-cc26-4009-961c-046195bf1e1b","available_quantity":999999999,"options":[{"name":"quantity","value":"2pcs "}],"off_ratio":26,"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.
Sku : 14250 LS14250 1/2 AA--2pcs
${function(){
const variantData = data.variant || {"id":"ffc6c642-cc26-4009-961c-046195bf1e1b","product_id":"13fc3956-7e46-499e-843a-0db491ceaa64","title":"2pcs ","weight_unit":"kg","inventory_quantity":0,"sku":"14250 LS14250 1\/2 AA--2pcs","barcode":"","position":1,"option1":"2pcs ","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/49ee214c0b5d8b7ad0898817bc9e77ea.jpg","path":"49ee214c0b5d8b7ad0898817bc9e77ea.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":808,"min_quantity":1}],"weight":"0","compare_at_price":"1098","price":"808","retail_price":"1098","available":true,"url":"\/products\/saft-ls14250-3-6v-size-1-2aa-lithium-battery-non-rechargeable-batteries-saft-14250-1-2-aa-half-aa?variant=ffc6c642-cc26-4009-961c-046195bf1e1b","available_quantity":999999999,"options":[{"name":"quantity","value":"2pcs "}],"off_ratio":26,"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 `
`;
}()}