216 Hand Warmer
${function() {
const variantData = data.variant || {"id":"87839b4e-b319-4c84-91ef-26e709a6e27e","product_id":"0f31733b-e237-455a-acf5-be567b3d4e6d","title":"216 black + purple","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":3,"option1":"216 black + purple","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/648cca0ac3a34d6d0fe01b58c0045f1a.jpg","path":"648cca0ac3a34d6d0fe01b58c0045f1a.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29,"min_quantity":1}],"weight":"0","compare_at_price":"49","price":"29","retail_price":"49","available":true,"url":"\/products\/216-hand-warmer?variant=87839b4e-b319-4c84-91ef-26e709a6e27e","available_quantity":999999999,"options":[{"name":"color","value":"216 black + purple"}],"off_ratio":41,"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":"87839b4e-b319-4c84-91ef-26e709a6e27e","product_id":"0f31733b-e237-455a-acf5-be567b3d4e6d","title":"216 black + purple","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":3,"option1":"216 black + purple","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/648cca0ac3a34d6d0fe01b58c0045f1a.jpg","path":"648cca0ac3a34d6d0fe01b58c0045f1a.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29,"min_quantity":1}],"weight":"0","compare_at_price":"49","price":"29","retail_price":"49","available":true,"url":"\/products\/216-hand-warmer?variant=87839b4e-b319-4c84-91ef-26e709a6e27e","available_quantity":999999999,"options":[{"name":"color","value":"216 black + purple"}],"off_ratio":41,"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 `
`;
}()}