people are viewing this right now
${function() {
const variantData = data.variant || {"id":"f9428839-13d4-4a89-805a-432908bde992","product_id":"add32bdc-8781-408a-97d7-91d2b6c0c9ce","title":"gray-S","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":9,"option1":"gray","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d606bf00c9dc4ca5c91d5516328b3dac.png","path":"d606bf00c9dc4ca5c91d5516328b3dac.png","width":1080,"height":1080,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":35.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"35.99","retail_price":"0","available":true,"url":"\/products\/money-cant-buy-happiness-but-it-can-buy-a-bmw-m3-oversize-sports-car-hoodie?variant=f9428839-13d4-4a89-805a-432908bde992","available_quantity":999999999,"options":[{"name":"Color","value":"gray"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":2};
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":"f9428839-13d4-4a89-805a-432908bde992","product_id":"add32bdc-8781-408a-97d7-91d2b6c0c9ce","title":"gray-S","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":9,"option1":"gray","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d606bf00c9dc4ca5c91d5516328b3dac.png","path":"d606bf00c9dc4ca5c91d5516328b3dac.png","width":1080,"height":1080,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":35.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"35.99","retail_price":"0","available":true,"url":"\/products\/money-cant-buy-happiness-but-it-can-buy-a-bmw-m3-oversize-sports-car-hoodie?variant=f9428839-13d4-4a89-805a-432908bde992","available_quantity":999999999,"options":[{"name":"Color","value":"gray"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":2};
return `
`
}()}