${function() {
const variantData = data.variant || {"id":"d30de372-74ff-4cc2-8175-9f5d83790e94","product_id":"77f527f4-ea69-451d-976b-e34a1602d9a7","title":"Army Green-XS","weight_unit":"kg","inventory_quantity":1000,"sku":"Army Green XS-42995596","barcode":"","position":1,"option1":"Army Green","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/422b116f1498d295f86d2dca74ea05c5.jpeg","path":"422b116f1498d295f86d2dca74ea05c5.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":38.41,"min_quantity":1}],"weight":"0","compare_at_price":"38.41","price":"38.41","retail_price":"38.41","available":true,"url":"\/products\/women-tie-bow-solid-ruched-backless-sleeveless-ruffle-vacation-dress-208529315424?variant=d30de372-74ff-4cc2-8175-9f5d83790e94","available_quantity":999999999,"options":[{"name":"Color","value":"Army Green"},{"name":"Size","value":"XS"}],"off_ratio":0,"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.
Sku : Army Green XS-42995596
${function(){
const variantData = data.variant || {"id":"d30de372-74ff-4cc2-8175-9f5d83790e94","product_id":"77f527f4-ea69-451d-976b-e34a1602d9a7","title":"Army Green-XS","weight_unit":"kg","inventory_quantity":1000,"sku":"Army Green XS-42995596","barcode":"","position":1,"option1":"Army Green","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/422b116f1498d295f86d2dca74ea05c5.jpeg","path":"422b116f1498d295f86d2dca74ea05c5.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":38.41,"min_quantity":1}],"weight":"0","compare_at_price":"38.41","price":"38.41","retail_price":"38.41","available":true,"url":"\/products\/women-tie-bow-solid-ruched-backless-sleeveless-ruffle-vacation-dress-208529315424?variant=d30de372-74ff-4cc2-8175-9f5d83790e94","available_quantity":999999999,"options":[{"name":"Color","value":"Army Green"},{"name":"Size","value":"XS"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}