${function() {
const variantData = data.variant || {"id":"dd79163a-7f46-479d-b667-6762fa6d005e","product_id":"df2688c7-f8a5-4307-a9b6-e8a88680d64c","title":"White-S","weight_unit":"kg","inventory_quantity":0,"sku":"SLRWNB7T-0001","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a45fd65d63092cb3289068ec2c0c0963.jpeg","path":"a45fd65d63092cb3289068ec2c0c0963.jpeg","width":225,"height":225,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33.99,"min_quantity":1}],"weight":"0","compare_at_price":"67.98","price":"33.99","retail_price":"67.98","available":true,"url":"\/products\/\u2728dear-person-behind-me-\u2728sweatshirtbuy-tt?variant=dd79163a-7f46-479d-b667-6762fa6d005e","available_quantity":999999999,"options":[{"name":"Color:","value":"White"},{"name":"Size:","value":"S"}],"off_ratio":50,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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('20');
const maxInventory = parseInt('100');
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 `
`;
}()}
people are viewing this right now
Product was out of stock.
Product is unavailable.