${function() {
const variantData = data.variant || {"id":"c10eac40-fb16-4954-a11e-30657f90b790","product_id":"00f52d93-4815-4a78-a1d8-6dd8a78b60ca","title":"Blue-XS","weight_unit":"kg","inventory_quantity":1000,"sku":"Blue XS-45939403","barcode":"","position":1,"option1":"Blue","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d3e63f43e1f575f3bc9e98e521f9333a.jpeg","path":"d3e63f43e1f575f3bc9e98e521f9333a.jpeg","width":663,"height":854,"alt":"","aspect_ratio":0.7763466042154566},"wholesale_price":[{"price":37.69,"min_quantity":1}],"weight":"0","compare_at_price":"37.69","price":"37.69","retail_price":"37.69","available":true,"url":"\/products\/vintage-jeans-woman-high-waist-wide-leg-denim-blue-streetwear-208565424657?variant=c10eac40-fb16-4954-a11e-30657f90b790","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"XS"}],"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.
${function(){
const variantData = data.variant || {"id":"c10eac40-fb16-4954-a11e-30657f90b790","product_id":"00f52d93-4815-4a78-a1d8-6dd8a78b60ca","title":"Blue-XS","weight_unit":"kg","inventory_quantity":1000,"sku":"Blue XS-45939403","barcode":"","position":1,"option1":"Blue","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d3e63f43e1f575f3bc9e98e521f9333a.jpeg","path":"d3e63f43e1f575f3bc9e98e521f9333a.jpeg","width":663,"height":854,"alt":"","aspect_ratio":0.7763466042154566},"wholesale_price":[{"price":37.69,"min_quantity":1}],"weight":"0","compare_at_price":"37.69","price":"37.69","retail_price":"37.69","available":true,"url":"\/products\/vintage-jeans-woman-high-waist-wide-leg-denim-blue-streetwear-208565424657?variant=c10eac40-fb16-4954-a11e-30657f90b790","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"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}
`
}()}