${function() {
const variantData = data.variant || {"id":"28a4f2d9-8275-42e1-a9fd-969273d884b4","product_id":"6d06b58a-d587-4ca2-96a9-94da1c8e95f8","title":"black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"black S-41771617","barcode":"","position":1,"option1":"black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/91c6d40c3d4e3b383ef82e7d0963abc4.jpeg","path":"91c6d40c3d4e3b383ef82e7d0963abc4.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":35.91,"min_quantity":1}],"weight":"0","compare_at_price":"35.91","price":"35.91","retail_price":"35.91","available":true,"url":"\/products\/womens-chain-high-waist-street-punk-cool-shorts-208565418015?variant=28a4f2d9-8275-42e1-a9fd-969273d884b4","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":"28a4f2d9-8275-42e1-a9fd-969273d884b4","product_id":"6d06b58a-d587-4ca2-96a9-94da1c8e95f8","title":"black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"black S-41771617","barcode":"","position":1,"option1":"black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/91c6d40c3d4e3b383ef82e7d0963abc4.jpeg","path":"91c6d40c3d4e3b383ef82e7d0963abc4.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":35.91,"min_quantity":1}],"weight":"0","compare_at_price":"35.91","price":"35.91","retail_price":"35.91","available":true,"url":"\/products\/womens-chain-high-waist-street-punk-cool-shorts-208565418015?variant=28a4f2d9-8275-42e1-a9fd-969273d884b4","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}
`
}()}