New Hat Clip Gift Box
${function() {
const variantData = data.variant || {"id":"527f7e76-3fe4-4f86-a654-9e2ea39189fe","product_id":"66a8f1bd-354f-4ef4-9088-c2c3ffec7922","title":"Marbon-1PC","weight_unit":"kg","inventory_quantity":50,"sku":"\u9ad8\u5c14\u4e50-25-Marbon-1PC-A0015014","barcode":"","position":1,"option1":"Marbon","option2":"1PC","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/14eaeea1c354898cbf788d1c3e7a2df9.jpg","path":"14eaeea1c354898cbf788d1c3e7a2df9.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":15,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"15","retail_price":"0","available":true,"url":"\/products\/new-hat-clip-gift-box?variant=527f7e76-3fe4-4f86-a654-9e2ea39189fe","available_quantity":50,"options":[{"name":"style","value":"Marbon"},{"name":"quantity","value":"1PC"}],"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}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"527f7e76-3fe4-4f86-a654-9e2ea39189fe","product_id":"66a8f1bd-354f-4ef4-9088-c2c3ffec7922","title":"Marbon-1PC","weight_unit":"kg","inventory_quantity":50,"sku":"\u9ad8\u5c14\u4e50-25-Marbon-1PC-A0015014","barcode":"","position":1,"option1":"Marbon","option2":"1PC","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/14eaeea1c354898cbf788d1c3e7a2df9.jpg","path":"14eaeea1c354898cbf788d1c3e7a2df9.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":15,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"15","retail_price":"0","available":true,"url":"\/products\/new-hat-clip-gift-box?variant=527f7e76-3fe4-4f86-a654-9e2ea39189fe","available_quantity":50,"options":[{"name":"style","value":"Marbon"},{"name":"quantity","value":"1PC"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
${function() {
const minInventory = parseInt('10');
const maxInventory = parseInt('50');
const randomInventory = Math.round(Math.random() * (maxInventory - minInventory)) + minInventory;
const customText = "Only {stock} item(s) left in stock!".replace(/\{stock\}/g, '' + randomInventory + '');
const barWidth = (randomInventory / maxInventory) * 100 + '%';
return `
`;
}()}