【 TOPPP】A624192- New women's wool scarf
${function() {
const variantData = data.variant || {"id":"cc221f52-7e78-44e2-bd12-1d37136d5cd7","product_id":"708e9936-3e60-4e2a-8138-92286edf4767","title":"green","weight_unit":"kg","inventory_quantity":28,"sku":"A624192100-green-A001556","barcode":"","position":1,"option1":"green","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/68b35bfce1342ce8ffd0430fb5318023.jpg","path":"68b35bfce1342ce8ffd0430fb5318023.jpg","width":1081,"height":881,"alt":"","aspect_ratio":1.2270147559591373},"wholesale_price":[{"price":25,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"25","retail_price":"0","available":true,"url":"\/products\/toppp-a624192-new-womens-wool-scarf?variant=cc221f52-7e78-44e2-bd12-1d37136d5cd7","available_quantity":28,"options":[{"name":"colour","value":"green"}],"off_ratio":0,"flashsale_info":[],"sales":4};
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":"cc221f52-7e78-44e2-bd12-1d37136d5cd7","product_id":"708e9936-3e60-4e2a-8138-92286edf4767","title":"green","weight_unit":"kg","inventory_quantity":28,"sku":"A624192100-green-A001556","barcode":"","position":1,"option1":"green","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/68b35bfce1342ce8ffd0430fb5318023.jpg","path":"68b35bfce1342ce8ffd0430fb5318023.jpg","width":1081,"height":881,"alt":"","aspect_ratio":1.2270147559591373},"wholesale_price":[{"price":25,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"25","retail_price":"0","available":true,"url":"\/products\/toppp-a624192-new-womens-wool-scarf?variant=cc221f52-7e78-44e2-bd12-1d37136d5cd7","available_quantity":28,"options":[{"name":"colour","value":"green"}],"off_ratio":0,"flashsale_info":[],"sales":4};
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 `
`;
}()}