${function() {
const variantData = data.variant || {"id":"d5e1138a-bc01-47b9-955a-188cf84cfdfb","product_id":"d0d0d7ec-f1c3-4779-a63c-78c09107f76d","title":"Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018339415","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/43915887f83237aeb7d7d1168234ed91.jpeg","path":"43915887f83237aeb7d7d1168234ed91.jpeg","width":450,"height":561,"alt":"","aspect_ratio":0.8021390374331551},"wholesale_price":[{"price":34.15,"min_quantity":1}],"weight":"0","compare_at_price":"34.15","price":"34.15","retail_price":"34.15","available":true,"url":"\/products\/casual-crew-neck-long-sleeve-dresses-5814?variant=d5e1138a-bc01-47b9-955a-188cf84cfdfb","available_quantity":1000,"options":[{"name":"Color","value":"Blue"},{"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":"d5e1138a-bc01-47b9-955a-188cf84cfdfb","product_id":"d0d0d7ec-f1c3-4779-a63c-78c09107f76d","title":"Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018339415","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/43915887f83237aeb7d7d1168234ed91.jpeg","path":"43915887f83237aeb7d7d1168234ed91.jpeg","width":450,"height":561,"alt":"","aspect_ratio":0.8021390374331551},"wholesale_price":[{"price":34.15,"min_quantity":1}],"weight":"0","compare_at_price":"34.15","price":"34.15","retail_price":"34.15","available":true,"url":"\/products\/casual-crew-neck-long-sleeve-dresses-5814?variant=d5e1138a-bc01-47b9-955a-188cf84cfdfb","available_quantity":1000,"options":[{"name":"Color","value":"Blue"},{"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}
`
}()}