${function() {
const variantData = data.variant || {"id":"ba76ef9e-b440-4c91-921e-cd7d0e345ee3","product_id":"190fc7a7-abcb-48d5-acb7-d0fcb7a2f7c1","title":"white-XS","weight_unit":"kg","inventory_quantity":1000,"sku":"80467009-white-xs","barcode":"","position":1,"option1":"white","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/92f941a3c17db1f45735e2bd24899195.jpeg","path":"92f941a3c17db1f45735e2bd24899195.jpeg","width":964,"height":1200,"alt":"","aspect_ratio":0.8033333333333333},"wholesale_price":[{"price":99.99,"min_quantity":1}],"weight":"0","compare_at_price":"199.99","price":"99.99","retail_price":"199.99","available":true,"url":"\/products\/hollow-fringe-white-sleeveless-one-piece-dress-summer-party-gathering-dresses37f50f39-d1ba-4a95-aabb-020e7cb6ef53-k1qg?variant=ba76ef9e-b440-4c91-921e-cd7d0e345ee3","available_quantity":999999999,"options":[{"name":"Color","value":"white"},{"name":"Size","value":"XS"}],"off_ratio":50,"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":"ba76ef9e-b440-4c91-921e-cd7d0e345ee3","product_id":"190fc7a7-abcb-48d5-acb7-d0fcb7a2f7c1","title":"white-XS","weight_unit":"kg","inventory_quantity":1000,"sku":"80467009-white-xs","barcode":"","position":1,"option1":"white","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/92f941a3c17db1f45735e2bd24899195.jpeg","path":"92f941a3c17db1f45735e2bd24899195.jpeg","width":964,"height":1200,"alt":"","aspect_ratio":0.8033333333333333},"wholesale_price":[{"price":99.99,"min_quantity":1}],"weight":"0","compare_at_price":"199.99","price":"99.99","retail_price":"199.99","available":true,"url":"\/products\/hollow-fringe-white-sleeveless-one-piece-dress-summer-party-gathering-dresses37f50f39-d1ba-4a95-aabb-020e7cb6ef53-k1qg?variant=ba76ef9e-b440-4c91-921e-cd7d0e345ee3","available_quantity":999999999,"options":[{"name":"Color","value":"white"},{"name":"Size","value":"XS"}],"off_ratio":50,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}