${function() {
const variantData = data.variant || {"id":"bad718ff-78df-47c8-9f3c-34a113d25548","product_id":"8c1eddbf-2938-44ed-9764-e5d981063b08","title":"Gold-S","weight_unit":"kg","inventory_quantity":0,"sku":"SLRJXVSK-0001","barcode":"","position":1,"option1":"Gold","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/583850d26657bed66f346bb9318fb12e.jpeg","path":"583850d26657bed66f346bb9318fb12e.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":42.99,"min_quantity":1}],"weight":"0","compare_at_price":"89.99","price":"42.99","retail_price":"89.99","available":true,"url":"\/products\/womens-smooth-satin-half-sleeved-top-and-pant-suit-two-piece?variant=bad718ff-78df-47c8-9f3c-34a113d25548","available_quantity":999999999,"options":[{"name":"color","value":"Gold"},{"name":"size","value":"S"}],"off_ratio":52,"flashsale_info":[],"sales":2977};
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.