people are viewing this right now
${function() {
const variantData = data.variant || {"id":"ffc1ce3b-fa6e-4590-80ac-e5ba8b84ca93","product_id":"db886898-ddea-421e-a54f-f76be39ca47a","title":"GRAY-S","weight_unit":"kg","inventory_quantity":1000,"sku":"AQ003255-GY-S","barcode":"","position":1,"option1":"GRAY","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7d27fdc8e1b658cd5229c4c11cb4dfe8.jpg","path":"7d27fdc8e1b658cd5229c4c11cb4dfe8.jpg","width":600,"height":799,"alt":"","aspect_ratio":0.7509386733416771},"wholesale_price":[{"price":32.69,"min_quantity":1}],"weight":"0","compare_at_price":"45","price":"32.69","retail_price":"45","available":true,"url":"\/products\/strap-solid-color-long-jumpsuit?variant=ffc1ce3b-fa6e-4590-80ac-e5ba8b84ca93","available_quantity":999999999,"options":[{"name":"COLOR","value":"GRAY"},{"name":"SIZE","value":"S"}],"off_ratio":27,"flashsale_info":[],"sales":0};
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":"ffc1ce3b-fa6e-4590-80ac-e5ba8b84ca93","product_id":"db886898-ddea-421e-a54f-f76be39ca47a","title":"GRAY-S","weight_unit":"kg","inventory_quantity":1000,"sku":"AQ003255-GY-S","barcode":"","position":1,"option1":"GRAY","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7d27fdc8e1b658cd5229c4c11cb4dfe8.jpg","path":"7d27fdc8e1b658cd5229c4c11cb4dfe8.jpg","width":600,"height":799,"alt":"","aspect_ratio":0.7509386733416771},"wholesale_price":[{"price":32.69,"min_quantity":1}],"weight":"0","compare_at_price":"45","price":"32.69","retail_price":"45","available":true,"url":"\/products\/strap-solid-color-long-jumpsuit?variant=ffc1ce3b-fa6e-4590-80ac-e5ba8b84ca93","available_quantity":999999999,"options":[{"name":"COLOR","value":"GRAY"},{"name":"SIZE","value":"S"}],"off_ratio":27,"flashsale_info":[],"sales":0};
return `
`
}()}