118S Hand Warmer
${function() {
const variantData = data.variant || {"id":"9ea64a6e-cec7-4520-8ec6-f2adf20f7aaa","product_id":"99167e9b-923e-49ff-b760-82e7a1f265df","title":"118S-Black","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"118S-Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0c67e82e65a95ed0ce6053f9f6ab9222.jpg","path":"0c67e82e65a95ed0ce6053f9f6ab9222.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":21.9,"min_quantity":1}],"weight":"0","compare_at_price":"49","price":"21.9","retail_price":"49","available":true,"url":"\/products\/118s-hand-warmer?variant=9ea64a6e-cec7-4520-8ec6-f2adf20f7aaa","available_quantity":999999999,"options":[{"name":"color","value":"118S-Black"}],"off_ratio":55,"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":"9ea64a6e-cec7-4520-8ec6-f2adf20f7aaa","product_id":"99167e9b-923e-49ff-b760-82e7a1f265df","title":"118S-Black","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"118S-Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0c67e82e65a95ed0ce6053f9f6ab9222.jpg","path":"0c67e82e65a95ed0ce6053f9f6ab9222.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":21.9,"min_quantity":1}],"weight":"0","compare_at_price":"49","price":"21.9","retail_price":"49","available":true,"url":"\/products\/118s-hand-warmer?variant=9ea64a6e-cec7-4520-8ec6-f2adf20f7aaa","available_quantity":999999999,"options":[{"name":"color","value":"118S-Black"}],"off_ratio":55,"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 `
`;
}()}