Y-1 waist-mounted electric fan
${function() {
const variantData = data.variant || {"id":"4906e19b-67c5-46d6-ba75-59f2d97ed46e","product_id":"65170c22-6b5f-422d-8182-80fec924da7b","title":"Y-1: Gray","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Y-1: Gray","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9aaeb9a61c834efa36f16cb3d33e8b5f.jpg","path":"9aaeb9a61c834efa36f16cb3d33e8b5f.jpg","width":3122,"height":3122,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.9,"min_quantity":1}],"weight":"0","compare_at_price":"69","price":"19.9","retail_price":"69","available":true,"url":"\/products\/y-1-waist-mounted-electric-fan?variant=4906e19b-67c5-46d6-ba75-59f2d97ed46e","available_quantity":999999999,"options":[{"name":"color","value":"Y-1: Gray"}],"off_ratio":71,"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":"4906e19b-67c5-46d6-ba75-59f2d97ed46e","product_id":"65170c22-6b5f-422d-8182-80fec924da7b","title":"Y-1: Gray","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Y-1: Gray","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9aaeb9a61c834efa36f16cb3d33e8b5f.jpg","path":"9aaeb9a61c834efa36f16cb3d33e8b5f.jpg","width":3122,"height":3122,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.9,"min_quantity":1}],"weight":"0","compare_at_price":"69","price":"19.9","retail_price":"69","available":true,"url":"\/products\/y-1-waist-mounted-electric-fan?variant=4906e19b-67c5-46d6-ba75-59f2d97ed46e","available_quantity":999999999,"options":[{"name":"color","value":"Y-1: Gray"}],"off_ratio":71,"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 `
`;
}()}