New women's sports socks
${function() {
const variantData = data.variant || {"id":"0679a500-f76c-4a7a-acd3-460418d62ab7","product_id":"052f2959-6bf6-439b-a9eb-87b19f7c2495","title":"black","weight_unit":"kg","inventory_quantity":44,"sku":"\u51b0\u51b015-black-A0014853","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/eacfd9de5037b436ef97aa4025139380.jpg","path":"eacfd9de5037b436ef97aa4025139380.jpg","width":795,"height":769,"alt":"","aspect_ratio":1.033810143042913},"wholesale_price":[{"price":9,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"9","retail_price":"0","available":true,"url":"\/products\/new-womens-sports-socks?variant=0679a500-f76c-4a7a-acd3-460418d62ab7","available_quantity":44,"options":[{"name":"colour","value":"black"}],"off_ratio":0,"flashsale_info":[],"sales":85};
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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"0679a500-f76c-4a7a-acd3-460418d62ab7","product_id":"052f2959-6bf6-439b-a9eb-87b19f7c2495","title":"black","weight_unit":"kg","inventory_quantity":44,"sku":"\u51b0\u51b015-black-A0014853","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/eacfd9de5037b436ef97aa4025139380.jpg","path":"eacfd9de5037b436ef97aa4025139380.jpg","width":795,"height":769,"alt":"","aspect_ratio":1.033810143042913},"wholesale_price":[{"price":9,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"9","retail_price":"0","available":true,"url":"\/products\/new-womens-sports-socks?variant=0679a500-f76c-4a7a-acd3-460418d62ab7","available_quantity":44,"options":[{"name":"colour","value":"black"}],"off_ratio":0,"flashsale_info":[],"sales":85};
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 `
`;
}()}