${function() {
const variantData = data.variant || {"id":"d284fc2e-3a2c-4710-b7d2-e7d57d5b2d9d","product_id":"89a21751-1543-4b21-a3f1-ab3ca3abb36d","title":"BLACK-35","weight_unit":"kg","inventory_quantity":1000,"sku":"87600754-black-35","barcode":"","position":1,"option1":"BLACK","option2":"35","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/70b1e4a7e109d1b67379422b35eecd8a.webp","path":"70b1e4a7e109d1b67379422b35eecd8a.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0","compare_at_price":"21.99","price":"19.99","retail_price":"21.99","available":true,"url":"\/products\/women-sneakers-casual-shoes-comfortable-mesh-lace-up-ladies-sport-shoes-wedges-chunky-womens-vulcanized-shoes-females-sneakers-1?variant=d284fc2e-3a2c-4710-b7d2-e7d57d5b2d9d","available_quantity":999999999,"options":[{"name":"Color","value":"BLACK"},{"name":"Shoe Size","value":"35"}],"off_ratio":9,"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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"d284fc2e-3a2c-4710-b7d2-e7d57d5b2d9d","product_id":"89a21751-1543-4b21-a3f1-ab3ca3abb36d","title":"BLACK-35","weight_unit":"kg","inventory_quantity":1000,"sku":"87600754-black-35","barcode":"","position":1,"option1":"BLACK","option2":"35","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/70b1e4a7e109d1b67379422b35eecd8a.webp","path":"70b1e4a7e109d1b67379422b35eecd8a.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0","compare_at_price":"21.99","price":"19.99","retail_price":"21.99","available":true,"url":"\/products\/women-sneakers-casual-shoes-comfortable-mesh-lace-up-ladies-sport-shoes-wedges-chunky-womens-vulcanized-shoes-females-sneakers-1?variant=d284fc2e-3a2c-4710-b7d2-e7d57d5b2d9d","available_quantity":999999999,"options":[{"name":"Color","value":"BLACK"},{"name":"Shoe Size","value":"35"}],"off_ratio":9,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}