${function() {
const variantData = data.variant || {"id":"6e2854e8-cde2-40c1-a47f-bae5dbf5e347","product_id":"4b71ca4e-2442-4aa3-a595-0277dd759988","title":"Photo Color-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017250498","barcode":"","position":1,"option1":"Photo Color","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e74e62eed8514a58b2db200c058f3f17.jpeg","path":"e74e62eed8514a58b2db200c058f3f17.jpeg","width":549,"height":548,"alt":"","aspect_ratio":1.0018248175182483},"wholesale_price":[{"price":31.2,"min_quantity":1}],"weight":"0","compare_at_price":"31.2","price":"31.2","retail_price":"31.2","available":true,"url":"\/products\/summer-shirt-dress-women-2021-lolita-striped-strip-large-size-xxxl-loose-beach-maxi-long-shirt-dresses-vestido-lj26-8778?variant=6e2854e8-cde2-40c1-a47f-bae5dbf5e347","available_quantity":1000,"options":[{"name":"Color","value":"Photo Color"},{"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":"6e2854e8-cde2-40c1-a47f-bae5dbf5e347","product_id":"4b71ca4e-2442-4aa3-a595-0277dd759988","title":"Photo Color-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017250498","barcode":"","position":1,"option1":"Photo Color","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e74e62eed8514a58b2db200c058f3f17.jpeg","path":"e74e62eed8514a58b2db200c058f3f17.jpeg","width":549,"height":548,"alt":"","aspect_ratio":1.0018248175182483},"wholesale_price":[{"price":31.2,"min_quantity":1}],"weight":"0","compare_at_price":"31.2","price":"31.2","retail_price":"31.2","available":true,"url":"\/products\/summer-shirt-dress-women-2021-lolita-striped-strip-large-size-xxxl-loose-beach-maxi-long-shirt-dresses-vestido-lj26-8778?variant=6e2854e8-cde2-40c1-a47f-bae5dbf5e347","available_quantity":1000,"options":[{"name":"Color","value":"Photo Color"},{"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}
`
}()}