${function() {
const variantData = data.variant || {"id":"6e07517a-4f90-4c56-9fc7-22148dde4dfe","product_id":"8cb13bfe-29dc-46ff-b587-a2b6fc6aedff","title":"Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693024812928","barcode":"","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/df3b1ec9da1e8137256c00a894241861.jpeg","path":"df3b1ec9da1e8137256c00a894241861.jpeg","width":450,"height":600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":16.27,"min_quantity":1}],"weight":"0","compare_at_price":"16.27","price":"16.27","retail_price":"16.27","available":true,"url":"\/products\/yellow-floral-print-v-neck-short-sleeve-pants-3648?variant=6e07517a-4f90-4c56-9fc7-22148dde4dfe","available_quantity":1000,"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":"6e07517a-4f90-4c56-9fc7-22148dde4dfe","product_id":"8cb13bfe-29dc-46ff-b587-a2b6fc6aedff","title":"Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693024812928","barcode":"","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/df3b1ec9da1e8137256c00a894241861.jpeg","path":"df3b1ec9da1e8137256c00a894241861.jpeg","width":450,"height":600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":16.27,"min_quantity":1}],"weight":"0","compare_at_price":"16.27","price":"16.27","retail_price":"16.27","available":true,"url":"\/products\/yellow-floral-print-v-neck-short-sleeve-pants-3648?variant=6e07517a-4f90-4c56-9fc7-22148dde4dfe","available_quantity":1000,"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}
`
}()}