${function() {
const variantData = data.variant || {"id":"c81e22c1-7922-4487-a05c-69bf58871cd9","product_id":"3b7423e4-fb46-49f5-ae60-bea2f40109f2","title":"light blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"light blue S-46153571","barcode":"","position":8,"option1":"light blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/67895b0a4cc5d475f77e607906fa723d.jpeg","path":"67895b0a4cc5d475f77e607906fa723d.jpeg","width":750,"height":1116,"alt":"","aspect_ratio":0.6720430107526881},"wholesale_price":[{"price":33.45,"min_quantity":1}],"weight":"0","compare_at_price":"33.45","price":"33.45","retail_price":"33.45","available":true,"url":"\/products\/womens-fashion-high-waist-boot-casual-slim-fit-flared-jeans-208565417031?variant=c81e22c1-7922-4487-a05c-69bf58871cd9","available_quantity":999999999,"options":[{"name":"Color","value":"light blue"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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 : light blue S-46153571
${function(){
const variantData = data.variant || {"id":"c81e22c1-7922-4487-a05c-69bf58871cd9","product_id":"3b7423e4-fb46-49f5-ae60-bea2f40109f2","title":"light blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"light blue S-46153571","barcode":"","position":8,"option1":"light blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/67895b0a4cc5d475f77e607906fa723d.jpeg","path":"67895b0a4cc5d475f77e607906fa723d.jpeg","width":750,"height":1116,"alt":"","aspect_ratio":0.6720430107526881},"wholesale_price":[{"price":33.45,"min_quantity":1}],"weight":"0","compare_at_price":"33.45","price":"33.45","retail_price":"33.45","available":true,"url":"\/products\/womens-fashion-high-waist-boot-casual-slim-fit-flared-jeans-208565417031?variant=c81e22c1-7922-4487-a05c-69bf58871cd9","available_quantity":999999999,"options":[{"name":"Color","value":"light blue"},{"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}
`
}()}