people are viewing this right now
${function() {
const variantData = data.variant || {"id":"c1af4802-de22-41f1-bc45-e35c11e35388","product_id":"5ccc2f9c-39d6-4287-94a3-d4c1488189d8","title":"Black-S","weight_unit":"kg","inventory_quantity":-1,"sku":"","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3ff43710a7f8c86fc8d888c72c69299b.jpeg","path":"3ff43710a7f8c86fc8d888c72c69299b.jpeg","width":1508,"height":1508,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"33","retail_price":"0","available":true,"url":"\/products\/viral-corset-top-zpwn?variant=c1af4802-de22-41f1-bc45-e35c11e35388","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"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":"c1af4802-de22-41f1-bc45-e35c11e35388","product_id":"5ccc2f9c-39d6-4287-94a3-d4c1488189d8","title":"Black-S","weight_unit":"kg","inventory_quantity":-1,"sku":"","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3ff43710a7f8c86fc8d888c72c69299b.jpeg","path":"3ff43710a7f8c86fc8d888c72c69299b.jpeg","width":1508,"height":1508,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"33","retail_price":"0","available":true,"url":"\/products\/viral-corset-top-zpwn?variant=c1af4802-de22-41f1-bc45-e35c11e35388","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":2};
return `
`
}()}