${function() {
const variantData = data.variant || {"id":"bdf3d2ff-4dcb-4d6e-a1ad-d8e75026c089","product_id":"f533cad1-a4aa-4806-b4ae-0a9db6e2264d","title":"Beige-S","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Beige","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0114991bcd3b3bfba437244cd115d890.webp","path":"0114991bcd3b3bfba437244cd115d890.webp","width":700,"height":700,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":20.69,"min_quantity":1}],"weight":"0","compare_at_price":"26.69","price":"20.69","retail_price":"26.69","available":true,"url":"\/products\/womens-elegant-square-neck-long-sleeve-slim-dress?variant=bdf3d2ff-4dcb-4d6e-a1ad-d8e75026c089","available_quantity":999999999,"options":[{"name":"Color","value":"Beige"},{"name":"Size","value":"S"}],"off_ratio":22,"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":"bdf3d2ff-4dcb-4d6e-a1ad-d8e75026c089","product_id":"f533cad1-a4aa-4806-b4ae-0a9db6e2264d","title":"Beige-S","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Beige","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0114991bcd3b3bfba437244cd115d890.webp","path":"0114991bcd3b3bfba437244cd115d890.webp","width":700,"height":700,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":20.69,"min_quantity":1}],"weight":"0","compare_at_price":"26.69","price":"20.69","retail_price":"26.69","available":true,"url":"\/products\/womens-elegant-square-neck-long-sleeve-slim-dress?variant=bdf3d2ff-4dcb-4d6e-a1ad-d8e75026c089","available_quantity":999999999,"options":[{"name":"Color","value":"Beige"},{"name":"Size","value":"S"}],"off_ratio":22,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}