iWatch Charger Compatible with iWatch Charger for iWatch Series 1~10 SE Ultra, Wireless Magnetic Charging Cable White USB-C
${function() {
const variantData = data.variant || {"id":"8fb16f17-5a06-4e7a-badd-3956fd97ac23","product_id":"3971071e-2a18-4612-b4c3-7930e14da443","title":"T307F-A10 Wh","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":2,"option1":"T307F-A10 Wh","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ba569da03db3dd0bcd7e1244bbfcea1b.jpeg","path":"ba569da03db3dd0bcd7e1244bbfcea1b.jpeg","width":1280,"height":1280,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0","compare_at_price":"5.94","price":"19.99","retail_price":"5.94","available":true,"url":"\/products\/iwatch-charger-compatible-with-iwatch-charger-for-iwatch-series-1-10-se-ultra-wireless-magnetic-charging-cable-white-usb-c?variant=8fb16f17-5a06-4e7a-badd-3956fd97ac23","available_quantity":999999999,"options":[{"name":"Color","value":"T307F-A10 Wh"}],"off_ratio":0,"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":"8fb16f17-5a06-4e7a-badd-3956fd97ac23","product_id":"3971071e-2a18-4612-b4c3-7930e14da443","title":"T307F-A10 Wh","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":2,"option1":"T307F-A10 Wh","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ba569da03db3dd0bcd7e1244bbfcea1b.jpeg","path":"ba569da03db3dd0bcd7e1244bbfcea1b.jpeg","width":1280,"height":1280,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0","compare_at_price":"5.94","price":"19.99","retail_price":"5.94","available":true,"url":"\/products\/iwatch-charger-compatible-with-iwatch-charger-for-iwatch-series-1-10-se-ultra-wireless-magnetic-charging-cable-white-usb-c?variant=8fb16f17-5a06-4e7a-badd-3956fd97ac23","available_quantity":999999999,"options":[{"name":"Color","value":"T307F-A10 Wh"}],"off_ratio":0,"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 `
`;
}()}