people are viewing this right now
${function() {
const variantData = data.variant || {"id":"0f970841-082f-444d-8a20-5b61c960eb53","product_id":"460ec217-0b41-48de-9356-88d111725b28","title":"green-L","weight_unit":"kg","inventory_quantity":1000,"sku":"6621091122-green-L","barcode":"","position":1,"option1":"green","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8cfd103e78ffc976f5e9e3983e726550.png","path":"8cfd103e78ffc976f5e9e3983e726550.png","width":547,"height":855,"alt":"","aspect_ratio":0.639766081871345},"wholesale_price":[{"price":40.7,"min_quantity":1}],"weight":"0","compare_at_price":"65","price":"40.7","retail_price":"65","available":true,"url":"\/products\/drawstring-sports-knit-suit0af169e7-fcea-4c54-b902-c1e778fa62fd?variant=0f970841-082f-444d-8a20-5b61c960eb53","available_quantity":999999999,"options":[{"name":"color","value":"green"},{"name":"size","value":"L"}],"off_ratio":37,"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":"0f970841-082f-444d-8a20-5b61c960eb53","product_id":"460ec217-0b41-48de-9356-88d111725b28","title":"green-L","weight_unit":"kg","inventory_quantity":1000,"sku":"6621091122-green-L","barcode":"","position":1,"option1":"green","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8cfd103e78ffc976f5e9e3983e726550.png","path":"8cfd103e78ffc976f5e9e3983e726550.png","width":547,"height":855,"alt":"","aspect_ratio":0.639766081871345},"wholesale_price":[{"price":40.7,"min_quantity":1}],"weight":"0","compare_at_price":"65","price":"40.7","retail_price":"65","available":true,"url":"\/products\/drawstring-sports-knit-suit0af169e7-fcea-4c54-b902-c1e778fa62fd?variant=0f970841-082f-444d-8a20-5b61c960eb53","available_quantity":999999999,"options":[{"name":"color","value":"green"},{"name":"size","value":"L"}],"off_ratio":37,"flashsale_info":[],"sales":0};
return `
`
}()}