${function() {
const variantData = data.variant || {"id":"3c3132d0-2646-49e1-8940-aa077ea25f2f","product_id":"f55c1618-3ac7-4aa2-989d-144513bd84f1","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018243418","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b26003196aeb2e8f6b1d2b828a12d0e6.jpeg","path":"b26003196aeb2e8f6b1d2b828a12d0e6.jpeg","width":1200,"height":1600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"29.99","price":"29.99","retail_price":"29.99","available":true,"url":"\/products\/women-casual-velvet-pockets-plus-size-printed-dress-5172?variant=3c3132d0-2646-49e1-8940-aa077ea25f2f","available_quantity":1000,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"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.
${function(){
const variantData = data.variant || {"id":"3c3132d0-2646-49e1-8940-aa077ea25f2f","product_id":"f55c1618-3ac7-4aa2-989d-144513bd84f1","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018243418","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b26003196aeb2e8f6b1d2b828a12d0e6.jpeg","path":"b26003196aeb2e8f6b1d2b828a12d0e6.jpeg","width":1200,"height":1600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"29.99","price":"29.99","retail_price":"29.99","available":true,"url":"\/products\/women-casual-velvet-pockets-plus-size-printed-dress-5172?variant=3c3132d0-2646-49e1-8940-aa077ea25f2f","available_quantity":1000,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}