${function() {
const variantData = data.variant || {"id":"196073e7-f2f5-42b1-971f-9bbcfa9e494f","product_id":"41736b9c-eaf0-4f6e-a878-104731c97d82","title":"Orange-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693024698089","barcode":"","position":1,"option1":"Orange","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/73a735d148ecfd0a919da2bba11976da.jpeg","path":"73a735d148ecfd0a919da2bba11976da.jpeg","width":1024,"height":1024,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39.41,"min_quantity":1}],"weight":"0","compare_at_price":"39.41","price":"39.41","retail_price":"39.41","available":true,"url":"\/products\/orange-deep-v-neck-backless-sexy-party-dress-9528?variant=196073e7-f2f5-42b1-971f-9bbcfa9e494f","available_quantity":1000,"options":[{"name":"Color","value":"Orange"},{"name":"Size","value":"S"}],"off_ratio":0,"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":"196073e7-f2f5-42b1-971f-9bbcfa9e494f","product_id":"41736b9c-eaf0-4f6e-a878-104731c97d82","title":"Orange-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693024698089","barcode":"","position":1,"option1":"Orange","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/73a735d148ecfd0a919da2bba11976da.jpeg","path":"73a735d148ecfd0a919da2bba11976da.jpeg","width":1024,"height":1024,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39.41,"min_quantity":1}],"weight":"0","compare_at_price":"39.41","price":"39.41","retail_price":"39.41","available":true,"url":"\/products\/orange-deep-v-neck-backless-sexy-party-dress-9528?variant=196073e7-f2f5-42b1-971f-9bbcfa9e494f","available_quantity":1000,"options":[{"name":"Color","value":"Orange"},{"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}
`
}()}