${function() {
const variantData = data.variant || {"id":"d71e7de5-b619-4ed2-8a0a-a8baa5cc3441","product_id":"58b5c47f-269f-4443-be82-f7668b150589","title":"yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"yellow S-48606203","barcode":"","position":1,"option1":"yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/46db6c3ea4273f3ee20b003eedd12d82.png","path":"46db6c3ea4273f3ee20b003eedd12d82.png","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"0","compare_at_price":"26.99","price":"26.99","retail_price":"26.99","available":true,"url":"\/products\/womens-lemon-print-sleeveless-dress-208528438434?variant=d71e7de5-b619-4ed2-8a0a-a8baa5cc3441","available_quantity":999999999,"options":[{"name":"color","value":"yellow"},{"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":"d71e7de5-b619-4ed2-8a0a-a8baa5cc3441","product_id":"58b5c47f-269f-4443-be82-f7668b150589","title":"yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"yellow S-48606203","barcode":"","position":1,"option1":"yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/46db6c3ea4273f3ee20b003eedd12d82.png","path":"46db6c3ea4273f3ee20b003eedd12d82.png","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"0","compare_at_price":"26.99","price":"26.99","retail_price":"26.99","available":true,"url":"\/products\/womens-lemon-print-sleeveless-dress-208528438434?variant=d71e7de5-b619-4ed2-8a0a-a8baa5cc3441","available_quantity":999999999,"options":[{"name":"color","value":"yellow"},{"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}
`
}()}