DURACELL CR123A CR123 123A 123 CR17345 3V Lithium Battery For Camera Doorbell Smo
${function() {
const variantData = data.variant || {"id":"65ea176c-2dd8-41f3-8aff-74ebda76b753","product_id":"14a7bbf7-d6c8-4bed-b51b-af339a075d21","title":"2pcs","weight_unit":"kg","inventory_quantity":0,"sku":"Duracell cr123---2pc","barcode":"","position":1,"option1":"2pcs","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0d036a468a4bed65bf13542c1d7baa28.jpg","path":"0d036a468a4bed65bf13542c1d7baa28.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":322,"min_quantity":1}],"weight":"0","compare_at_price":"450","price":"322","retail_price":"450","available":true,"url":"\/products\/duracell-cr123a-cr123-123a-123-cr17345-3v-lithium-battery-for-camera-doorbell-smo?variant=65ea176c-2dd8-41f3-8aff-74ebda76b753","available_quantity":999999999,"options":[{"name":"quantity","value":"2pcs"}],"off_ratio":28,"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 : Duracell cr123---2pc
${function(){
const variantData = data.variant || {"id":"65ea176c-2dd8-41f3-8aff-74ebda76b753","product_id":"14a7bbf7-d6c8-4bed-b51b-af339a075d21","title":"2pcs","weight_unit":"kg","inventory_quantity":0,"sku":"Duracell cr123---2pc","barcode":"","position":1,"option1":"2pcs","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0d036a468a4bed65bf13542c1d7baa28.jpg","path":"0d036a468a4bed65bf13542c1d7baa28.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":322,"min_quantity":1}],"weight":"0","compare_at_price":"450","price":"322","retail_price":"450","available":true,"url":"\/products\/duracell-cr123a-cr123-123a-123-cr17345-3v-lithium-battery-for-camera-doorbell-smo?variant=65ea176c-2dd8-41f3-8aff-74ebda76b753","available_quantity":999999999,"options":[{"name":"quantity","value":"2pcs"}],"off_ratio":28,"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 `
`;
}()}