${function() {
const variantData = data.variant || {"id":"c96649dc-d21e-41ce-ab22-763170ca2a6f","product_id":"9f79f134-fbbd-41aa-918c-14a6ae880eaa","title":"Black-S","weight_unit":"kg","inventory_quantity":0,"sku":"SLRUHTG6-0007","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f44b7b0f358101c393b4e4391544ad22.webp","path":"f44b7b0f358101c393b4e4391544ad22.webp","width":737,"height":1106,"alt":"","aspect_ratio":0.666365280289331},"wholesale_price":[{"price":59.99,"min_quantity":1}],"weight":"0","compare_at_price":"119.98","price":"59.99","retail_price":"119.98","available":true,"url":"\/products\/pleated-knit-skirt-set?variant=c96649dc-d21e-41ce-ab22-763170ca2a6f","available_quantity":999999999,"options":[{"name":"COLOR","value":"Black"},{"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.