people are viewing this right now
${function() {
const variantData = data.variant || {"id":"16759c84-495b-461d-93e0-eb35ba575bc8","product_id":"20b8345f-819e-45b4-aa09-46802ea70f2e","title":"Light Khaki-S","weight_unit":"kg","inventory_quantity":1000,"sku":"AQ003233-A-S","barcode":"","position":1,"option1":"Light Khaki","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d238169f4004b8256d85f54fbfbcab15.jpeg","path":"d238169f4004b8256d85f54fbfbcab15.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"45.99","price":"29.99","retail_price":"45.99","available":true,"url":"\/products\/women-fashion-art-flroal-vintage-boho-caual-dresses?variant=16759c84-495b-461d-93e0-eb35ba575bc8","available_quantity":999999999,"options":[{"name":"Color","value":"Light Khaki"},{"name":"Size","value":"S"}],"off_ratio":35,"flashsale_info":[],"sales":1};
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":"16759c84-495b-461d-93e0-eb35ba575bc8","product_id":"20b8345f-819e-45b4-aa09-46802ea70f2e","title":"Light Khaki-S","weight_unit":"kg","inventory_quantity":1000,"sku":"AQ003233-A-S","barcode":"","position":1,"option1":"Light Khaki","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d238169f4004b8256d85f54fbfbcab15.jpeg","path":"d238169f4004b8256d85f54fbfbcab15.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"45.99","price":"29.99","retail_price":"45.99","available":true,"url":"\/products\/women-fashion-art-flroal-vintage-boho-caual-dresses?variant=16759c84-495b-461d-93e0-eb35ba575bc8","available_quantity":999999999,"options":[{"name":"Color","value":"Light Khaki"},{"name":"Size","value":"S"}],"off_ratio":35,"flashsale_info":[],"sales":1};
return `
`
}()}