${function() {
const variantData = data.variant || {"id":"c09cb169-d0e9-45ae-b6b0-5fa126e9dcf1","product_id":"5a807302-3706-4433-88c0-2b1c1da28022","title":"Pink-s","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693024719227","barcode":"","position":1,"option1":"Pink","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6c7fafd3e3f4ef24d3a58a8807fbe2ee.jpeg","path":"6c7fafd3e3f4ef24d3a58a8807fbe2ee.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":41.17,"min_quantity":1}],"weight":"0","compare_at_price":"41.17","price":"41.17","retail_price":"41.17","available":true,"url":"\/products\/fashion-off-shoulder-pure-colour-evening-dress-8536?variant=c09cb169-d0e9-45ae-b6b0-5fa126e9dcf1","available_quantity":1000,"options":[{"name":"Color","value":"Pink"},{"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":"c09cb169-d0e9-45ae-b6b0-5fa126e9dcf1","product_id":"5a807302-3706-4433-88c0-2b1c1da28022","title":"Pink-s","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693024719227","barcode":"","position":1,"option1":"Pink","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6c7fafd3e3f4ef24d3a58a8807fbe2ee.jpeg","path":"6c7fafd3e3f4ef24d3a58a8807fbe2ee.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":41.17,"min_quantity":1}],"weight":"0","compare_at_price":"41.17","price":"41.17","retail_price":"41.17","available":true,"url":"\/products\/fashion-off-shoulder-pure-colour-evening-dress-8536?variant=c09cb169-d0e9-45ae-b6b0-5fa126e9dcf1","available_quantity":1000,"options":[{"name":"Color","value":"Pink"},{"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}
`
}()}