LG78PRO Smart Watch
Both colors come 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":"3249949a-0d96-4247-89d0-9151e98b4ced","product_id":"1f3e3879-2533-494d-8555-e49b98e1ef5f","title":"Black","weight_unit":"kg","inventory_quantity":0,"sku":"LG78PRO","barcode":"","position":1,"option1":"Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0c2bae69924ed013045b5e4d9a6dce40.png","path":"0c2bae69924ed013045b5e4d9a6dce40.png","width":2758,"height":2758,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":46,"min_quantity":1}],"weight":"0","compare_at_price":"68","price":"46","retail_price":"68","available":true,"url":"\/products\/lg78pro-smart-watch?variant=3249949a-0d96-4247-89d0-9151e98b4ced","available_quantity":999999999,"options":[{"name":"Color","value":"Black"}],"off_ratio":32,"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":"3249949a-0d96-4247-89d0-9151e98b4ced","product_id":"1f3e3879-2533-494d-8555-e49b98e1ef5f","title":"Black","weight_unit":"kg","inventory_quantity":0,"sku":"LG78PRO","barcode":"","position":1,"option1":"Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0c2bae69924ed013045b5e4d9a6dce40.png","path":"0c2bae69924ed013045b5e4d9a6dce40.png","width":2758,"height":2758,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":46,"min_quantity":1}],"weight":"0","compare_at_price":"68","price":"46","retail_price":"68","available":true,"url":"\/products\/lg78pro-smart-watch?variant=3249949a-0d96-4247-89d0-9151e98b4ced","available_quantity":999999999,"options":[{"name":"Color","value":"Black"}],"off_ratio":32,"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 `
`;
}()}