${function() {
const variantData = data.variant || {"id":"a0c54dd8-5ff4-450c-a029-f33963f8ba0b","product_id":"4eec814b-3d91-4c12-b758-bb5048e104df","title":"Green-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693024770410","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3b69d17b3922ef01e27a6a6855ecba70.jpeg","path":"3b69d17b3922ef01e27a6a6855ecba70.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":37.94,"min_quantity":1}],"weight":"0","compare_at_price":"37.94","price":"37.94","retail_price":"37.94","available":true,"url":"\/products\/vintage-colorful-crochet-mini-dress-women-2021-casual-long-sleeve-hollow-out-holiday-beach-fashion-short-dresses-vestidos-winter-6326?variant=a0c54dd8-5ff4-450c-a029-f33963f8ba0b","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":"a0c54dd8-5ff4-450c-a029-f33963f8ba0b","product_id":"4eec814b-3d91-4c12-b758-bb5048e104df","title":"Green-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693024770410","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3b69d17b3922ef01e27a6a6855ecba70.jpeg","path":"3b69d17b3922ef01e27a6a6855ecba70.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":37.94,"min_quantity":1}],"weight":"0","compare_at_price":"37.94","price":"37.94","retail_price":"37.94","available":true,"url":"\/products\/vintage-colorful-crochet-mini-dress-women-2021-casual-long-sleeve-hollow-out-holiday-beach-fashion-short-dresses-vestidos-winter-6326?variant=a0c54dd8-5ff4-450c-a029-f33963f8ba0b","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}
`
}()}