${function() {
const variantData = data.variant || {"id":"f06863c0-7d1c-4e4e-8bb4-d6167859f896","product_id":"e2b43e9b-fe8b-4dca-9524-f2bb763f7959","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017929831","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a085990350c33e1f2d096b4abf90c59b.jpeg","path":"a085990350c33e1f2d096b4abf90c59b.jpeg","width":750,"height":1000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":33.24,"min_quantity":1}],"weight":"0","compare_at_price":"33.24","price":"33.24","retail_price":"33.24","available":true,"url":"\/products\/fashion-ladies-pleated-chiffon-elegant-a-line-waist-fairy-casual-dress-5770?variant=f06863c0-7d1c-4e4e-8bb4-d6167859f896","available_quantity":1000,"options":[{"name":"Color","value":"Black"},{"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":"f06863c0-7d1c-4e4e-8bb4-d6167859f896","product_id":"e2b43e9b-fe8b-4dca-9524-f2bb763f7959","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017929831","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a085990350c33e1f2d096b4abf90c59b.jpeg","path":"a085990350c33e1f2d096b4abf90c59b.jpeg","width":750,"height":1000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":33.24,"min_quantity":1}],"weight":"0","compare_at_price":"33.24","price":"33.24","retail_price":"33.24","available":true,"url":"\/products\/fashion-ladies-pleated-chiffon-elegant-a-line-waist-fairy-casual-dress-5770?variant=f06863c0-7d1c-4e4e-8bb4-d6167859f896","available_quantity":1000,"options":[{"name":"Color","value":"Black"},{"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}
`
}()}