${function() {
const variantData = data.variant || {"id":"cfc5f093-dc48-41cd-a2b4-eaf9bedff569","product_id":"ad7d143f-ecbf-4cc8-859a-78c4760b8449","title":"Beige-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017225912","barcode":"","position":1,"option1":"Beige","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/48db8cd6d5ea5d2fea410ee686421028.jpeg","path":"48db8cd6d5ea5d2fea410ee686421028.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32.04,"min_quantity":1}],"weight":"0","compare_at_price":"32.04","price":"32.04","retail_price":"32.04","available":true,"url":"\/products\/2021-autumn-new-korean-v-neck-full-sleeve-solid-color-dresses-women-casual-loose-pockets-female-dress-6053?variant=cfc5f093-dc48-41cd-a2b4-eaf9bedff569","available_quantity":1000,"options":[{"name":"Color","value":"Beige"},{"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":"cfc5f093-dc48-41cd-a2b4-eaf9bedff569","product_id":"ad7d143f-ecbf-4cc8-859a-78c4760b8449","title":"Beige-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017225912","barcode":"","position":1,"option1":"Beige","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/48db8cd6d5ea5d2fea410ee686421028.jpeg","path":"48db8cd6d5ea5d2fea410ee686421028.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32.04,"min_quantity":1}],"weight":"0","compare_at_price":"32.04","price":"32.04","retail_price":"32.04","available":true,"url":"\/products\/2021-autumn-new-korean-v-neck-full-sleeve-solid-color-dresses-women-casual-loose-pockets-female-dress-6053?variant=cfc5f093-dc48-41cd-a2b4-eaf9bedff569","available_quantity":1000,"options":[{"name":"Color","value":"Beige"},{"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}
`
}()}