people are viewing this right now
${function() {
const variantData = data.variant || {"id":"876c7358-a42e-41f4-9476-fc40d60f861a","product_id":"d4254498-2851-4ae2-958b-bfe0b20ef8bd","title":"Navy-S","weight_unit":"kg","inventory_quantity":1000,"sku":"20102142-navy-s","barcode":"","position":1,"option1":"Navy","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/68613b451c47d119aabc1312c8ccaab2.jpeg","path":"68613b451c47d119aabc1312c8ccaab2.jpeg","width":602,"height":804,"alt":"","aspect_ratio":0.7487562189054726},"wholesale_price":[{"price":38.68,"min_quantity":1}],"weight":"0","compare_at_price":"65","price":"38.68","retail_price":"65","available":true,"url":"\/products\/elegant-v-neck-toppants-suits0fbf659e-e728-47f1-b587-d97778d0373701581d64-cabb-49cb-bab9-8e5562de9440?variant=876c7358-a42e-41f4-9476-fc40d60f861a","available_quantity":999999999,"options":[{"name":"Color","value":"Navy"},{"name":"Size","value":"S"}],"off_ratio":40,"flashsale_info":[],"sales":0};
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":"876c7358-a42e-41f4-9476-fc40d60f861a","product_id":"d4254498-2851-4ae2-958b-bfe0b20ef8bd","title":"Navy-S","weight_unit":"kg","inventory_quantity":1000,"sku":"20102142-navy-s","barcode":"","position":1,"option1":"Navy","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/68613b451c47d119aabc1312c8ccaab2.jpeg","path":"68613b451c47d119aabc1312c8ccaab2.jpeg","width":602,"height":804,"alt":"","aspect_ratio":0.7487562189054726},"wholesale_price":[{"price":38.68,"min_quantity":1}],"weight":"0","compare_at_price":"65","price":"38.68","retail_price":"65","available":true,"url":"\/products\/elegant-v-neck-toppants-suits0fbf659e-e728-47f1-b587-d97778d0373701581d64-cabb-49cb-bab9-8e5562de9440?variant=876c7358-a42e-41f4-9476-fc40d60f861a","available_quantity":999999999,"options":[{"name":"Color","value":"Navy"},{"name":"Size","value":"S"}],"off_ratio":40,"flashsale_info":[],"sales":0};
return `
`
}()}