people are viewing this right now
${function() {
const variantData = data.variant || {"id":"8b2b08a3-4d3b-4f46-8da2-da2844250f7e","product_id":"f808960d-8239-46b7-80ce-99066013ffc3","title":"Green-S(UK 6-8)","weight_unit":"kg","inventory_quantity":1000,"sku":"YSCC2402447-Green-S(UK 6-8)","barcode":"","position":1,"option1":"Green","option2":"S(UK 6-8)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bc697b29b8815ee05ecf74df48fc5824.jpeg","path":"bc697b29b8815ee05ecf74df48fc5824.jpeg","width":800,"height":1200,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":36.99,"min_quantity":1}],"weight":"0","compare_at_price":"73.98","price":"36.99","retail_price":"73.98","available":true,"url":"\/products\/foil-printed-jumpsuit?variant=8b2b08a3-4d3b-4f46-8da2-da2844250f7e","available_quantity":999999999,"options":[{"name":"color","value":"Green"},{"name":"size","value":"S(UK 6-8)"}],"off_ratio":50,"flashsale_info":[],"sales":3};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
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}
`
}()}
${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 `
`;
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"8b2b08a3-4d3b-4f46-8da2-da2844250f7e","product_id":"f808960d-8239-46b7-80ce-99066013ffc3","title":"Green-S(UK 6-8)","weight_unit":"kg","inventory_quantity":1000,"sku":"YSCC2402447-Green-S(UK 6-8)","barcode":"","position":1,"option1":"Green","option2":"S(UK 6-8)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bc697b29b8815ee05ecf74df48fc5824.jpeg","path":"bc697b29b8815ee05ecf74df48fc5824.jpeg","width":800,"height":1200,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":36.99,"min_quantity":1}],"weight":"0","compare_at_price":"73.98","price":"36.99","retail_price":"73.98","available":true,"url":"\/products\/foil-printed-jumpsuit?variant=8b2b08a3-4d3b-4f46-8da2-da2844250f7e","available_quantity":999999999,"options":[{"name":"color","value":"Green"},{"name":"size","value":"S(UK 6-8)"}],"off_ratio":50,"flashsale_info":[],"sales":3};
return `
`
}()}