${function() {
const variantData = data.variant || {"id":"71435089-39ff-4341-a7be-ed5b2f52c560","product_id":"3fe07cad-3b01-4e63-89d3-a7633684fd01","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Black S-48554944","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/291764a187b2445e3e823f48c9eaaa27.jpeg","path":"291764a187b2445e3e823f48c9eaaa27.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":18.34,"min_quantity":1}],"weight":"0","compare_at_price":"18.34","price":"18.34","retail_price":"18.34","available":true,"url":"\/products\/womens-high-waisted-loose-wide-leg-casual-solid-color-shorts-208565415801?variant=71435089-39ff-4341-a7be-ed5b2f52c560","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"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.
${function(){
const variantData = data.variant || {"id":"71435089-39ff-4341-a7be-ed5b2f52c560","product_id":"3fe07cad-3b01-4e63-89d3-a7633684fd01","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Black S-48554944","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/291764a187b2445e3e823f48c9eaaa27.jpeg","path":"291764a187b2445e3e823f48c9eaaa27.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":18.34,"min_quantity":1}],"weight":"0","compare_at_price":"18.34","price":"18.34","retail_price":"18.34","available":true,"url":"\/products\/womens-high-waisted-loose-wide-leg-casual-solid-color-shorts-208565415801?variant=71435089-39ff-4341-a7be-ed5b2f52c560","available_quantity":999999999,"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}
`
}()}