${function() {
const variantData = data.variant || {"id":"bc0a385c-e83d-41eb-aedd-21af0e368146","product_id":"037147ec-d537-4825-926d-e64dcbd3c326","title":"Green-s","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693024737022","barcode":"","position":1,"option1":"Green","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/480b03848f01f586dfd69f193953f13b.jpeg","path":"480b03848f01f586dfd69f193953f13b.jpeg","width":917,"height":916,"alt":"","aspect_ratio":1.0010917030567685},"wholesale_price":[{"price":19.59,"min_quantity":1}],"weight":"0","compare_at_price":"19.59","price":"19.59","retail_price":"19.59","available":true,"url":"\/products\/elegant-fashion-slim-plain-off-shoulder-long-sleeve-evening-dress-8096?variant=bc0a385c-e83d-41eb-aedd-21af0e368146","available_quantity":1000,"options":[{"name":"Color","value":"Green"},{"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":"bc0a385c-e83d-41eb-aedd-21af0e368146","product_id":"037147ec-d537-4825-926d-e64dcbd3c326","title":"Green-s","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693024737022","barcode":"","position":1,"option1":"Green","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/480b03848f01f586dfd69f193953f13b.jpeg","path":"480b03848f01f586dfd69f193953f13b.jpeg","width":917,"height":916,"alt":"","aspect_ratio":1.0010917030567685},"wholesale_price":[{"price":19.59,"min_quantity":1}],"weight":"0","compare_at_price":"19.59","price":"19.59","retail_price":"19.59","available":true,"url":"\/products\/elegant-fashion-slim-plain-off-shoulder-long-sleeve-evening-dress-8096?variant=bc0a385c-e83d-41eb-aedd-21af0e368146","available_quantity":1000,"options":[{"name":"Color","value":"Green"},{"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}
`
}()}