${function() {
const variantData = data.variant || {"id":"5d9b6e06-0225-4b1d-8776-9b77c088df9e","product_id":"9f79f134-fbbd-41aa-918c-14a6ae880eaa","title":"Fuchsia-S","weight_unit":"kg","inventory_quantity":0,"sku":"SLRUHTG6-0013","barcode":"","position":7,"option1":"Fuchsia","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7556ef26e86f3b196d5dc53bf4ed9bbf.webp","path":"7556ef26e86f3b196d5dc53bf4ed9bbf.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=5d9b6e06-0225-4b1d-8776-9b77c088df9e","available_quantity":999999999,"options":[{"name":"COLOR","value":"Fuchsia"},{"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.