${function() {
const variantData = data.variant || {"id":"a4d12ff4-0dba-41ed-9370-da0d7348abe7","product_id":"8795fde3-948d-4b7a-9f95-0b6d3b9e59c1","title":"L-Khaki","weight_unit":"kg","inventory_quantity":10,"sku":"","barcode":"","position":1,"option1":"L","option2":"Khaki","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/db4267a3019d7c28e87fddb6164617ae.jpeg","path":"db4267a3019d7c28e87fddb6164617ae.jpeg","width":1200,"height":1600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":19.8,"min_quantity":1}],"weight":"0","compare_at_price":"40.42","price":"19.8","retail_price":"40.42","available":true,"url":"\/products\/summer-casual-holiday-vertical-stripe-outfits-women-wide-leg-lapel-v-neck-hollow-out-two-piece-suits-loungewear-beach-pant-sets?variant=a4d12ff4-0dba-41ed-9370-da0d7348abe7","available_quantity":999999999,"options":[{"name":"Size","value":"L"},{"name":"Color","value":"Khaki"}],"off_ratio":51,"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":"a4d12ff4-0dba-41ed-9370-da0d7348abe7","product_id":"8795fde3-948d-4b7a-9f95-0b6d3b9e59c1","title":"L-Khaki","weight_unit":"kg","inventory_quantity":10,"sku":"","barcode":"","position":1,"option1":"L","option2":"Khaki","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/db4267a3019d7c28e87fddb6164617ae.jpeg","path":"db4267a3019d7c28e87fddb6164617ae.jpeg","width":1200,"height":1600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":19.8,"min_quantity":1}],"weight":"0","compare_at_price":"40.42","price":"19.8","retail_price":"40.42","available":true,"url":"\/products\/summer-casual-holiday-vertical-stripe-outfits-women-wide-leg-lapel-v-neck-hollow-out-two-piece-suits-loungewear-beach-pant-sets?variant=a4d12ff4-0dba-41ed-9370-da0d7348abe7","available_quantity":999999999,"options":[{"name":"Size","value":"L"},{"name":"Color","value":"Khaki"}],"off_ratio":51,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}