Discounts - Women's Shoes
${function() {
const variantData = data.variant || {"id":"c6506594-b4a9-4396-80e8-9db7b3c4751e","product_id":"534525d0-af40-44a8-b5e9-d179dfefe6e7","title":"black-38","weight_unit":"kg","inventory_quantity":5,"sku":"812203-50-black-38-A0011435","barcode":"","position":1,"option1":"black","option2":"38","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ec27141bdb0c77cb95b2f75f08e467a3.jpg","path":"ec27141bdb0c77cb95b2f75f08e467a3.jpg","width":1681,"height":1280,"alt":"","aspect_ratio":1.31328125},"wholesale_price":[{"price":30,"min_quantity":1}],"weight":"1.2","compare_at_price":"0","price":"30","retail_price":"0","available":true,"url":"\/products\/discounts-womens-shoes?variant=c6506594-b4a9-4396-80e8-9db7b3c4751e","available_quantity":5,"options":[{"name":"colour","value":"black"},{"name":"size","value":"38"}],"off_ratio":0,"flashsale_info":[],"sales":5};
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":"c6506594-b4a9-4396-80e8-9db7b3c4751e","product_id":"534525d0-af40-44a8-b5e9-d179dfefe6e7","title":"black-38","weight_unit":"kg","inventory_quantity":5,"sku":"812203-50-black-38-A0011435","barcode":"","position":1,"option1":"black","option2":"38","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ec27141bdb0c77cb95b2f75f08e467a3.jpg","path":"ec27141bdb0c77cb95b2f75f08e467a3.jpg","width":1681,"height":1280,"alt":"","aspect_ratio":1.31328125},"wholesale_price":[{"price":30,"min_quantity":1}],"weight":"1.2","compare_at_price":"0","price":"30","retail_price":"0","available":true,"url":"\/products\/discounts-womens-shoes?variant=c6506594-b4a9-4396-80e8-9db7b3c4751e","available_quantity":5,"options":[{"name":"colour","value":"black"},{"name":"size","value":"38"}],"off_ratio":0,"flashsale_info":[],"sales":5};
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 `
`;
}()}