N4-Hand Warmer
${function() {
const variantData = data.variant || {"id":"57698439-ab1b-4e1d-b0d3-ed8f8b7343f3","product_id":"56126906-f2bd-4228-b329-030d0d571fb6","title":"N4-white+pink","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"N4-white+pink","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/74fa31f59c7d2ebb4b5ec7c5a845287d.jpg","path":"74fa31f59c7d2ebb4b5ec7c5a845287d.jpg","width":1600,"height":2000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":49,"min_quantity":1}],"weight":"0","compare_at_price":"79","price":"49","retail_price":"79","available":true,"url":"\/products\/n4-hand-warmer?variant=57698439-ab1b-4e1d-b0d3-ed8f8b7343f3","available_quantity":999999999,"options":[{"name":"color","value":"N4-white+pink"}],"off_ratio":38,"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":"57698439-ab1b-4e1d-b0d3-ed8f8b7343f3","product_id":"56126906-f2bd-4228-b329-030d0d571fb6","title":"N4-white+pink","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"N4-white+pink","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/74fa31f59c7d2ebb4b5ec7c5a845287d.jpg","path":"74fa31f59c7d2ebb4b5ec7c5a845287d.jpg","width":1600,"height":2000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":49,"min_quantity":1}],"weight":"0","compare_at_price":"79","price":"49","retail_price":"79","available":true,"url":"\/products\/n4-hand-warmer?variant=57698439-ab1b-4e1d-b0d3-ed8f8b7343f3","available_quantity":999999999,"options":[{"name":"color","value":"N4-white+pink"}],"off_ratio":38,"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 `
`;
}()}