LG76 Mini Smart Watch
The watch currently on sale uses the most expensive steel strap and comes with a rubber strap and a leather strap. If you like other styles of watch straps, you can go to the market to buy replacement ones. (Easy to disassemble and assemble watch strap)
${function() {
const variantData = data.variant || {"id":"6cc15b38-8c3f-4e09-b8b8-2d9d42b12e0e","product_id":"3e03d67f-cccb-4d53-93d2-b4532f8872c7","title":"Silver","weight_unit":"kg","inventory_quantity":0,"sku":"LG76MINI","barcode":"","position":1,"option1":"Silver","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4ed50888711c60c30f71d8bdf2117bec.png","path":"4ed50888711c60c30f71d8bdf2117bec.png","width":2000,"height":2000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":52,"min_quantity":1}],"weight":"0","compare_at_price":"75","price":"52","retail_price":"75","available":true,"url":"\/products\/lg76-mini-smart-watch?variant=6cc15b38-8c3f-4e09-b8b8-2d9d42b12e0e","available_quantity":999999999,"options":[{"name":"Color","value":"Silver"}],"off_ratio":31,"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":"6cc15b38-8c3f-4e09-b8b8-2d9d42b12e0e","product_id":"3e03d67f-cccb-4d53-93d2-b4532f8872c7","title":"Silver","weight_unit":"kg","inventory_quantity":0,"sku":"LG76MINI","barcode":"","position":1,"option1":"Silver","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4ed50888711c60c30f71d8bdf2117bec.png","path":"4ed50888711c60c30f71d8bdf2117bec.png","width":2000,"height":2000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":52,"min_quantity":1}],"weight":"0","compare_at_price":"75","price":"52","retail_price":"75","available":true,"url":"\/products\/lg76-mini-smart-watch?variant=6cc15b38-8c3f-4e09-b8b8-2d9d42b12e0e","available_quantity":999999999,"options":[{"name":"Color","value":"Silver"}],"off_ratio":31,"flashsale_info":[],"sales":0};
return `
`
}()}
${function() {
const minDays = parseInt('2');
const maxDays = parseInt('5');
const customText = "Estimated Delivery\uff1a{min_date} - {max_date}";
const minDate = new Date(Date.now() + (minDays * 86400000));
const maxDate = new Date(Date.now() + (maxDays * 86400000));
const formatDate = (minDate.getFullYear() == maxDate.getFullYear() && minDate.getFullYear() == new Date().getFullYear())
? new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit' })
: new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit', year: 'numeric' });
const tipText = customText.replace(/\{min_date\}/g, '' + formatDate.format(minDate) + '')
.replace(/\{max_date\}/g, '' + formatDate.format(maxDate) + '');
return `
${tipText}
`;
}()}
${function() {
const postageFreeAmount = 1;
const custom_text = "Free shipping on all items";
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 `
`;
}()}