${function() {
const variantData = data.variant || {"id":"cad7e52d-d797-4127-95e7-93d60a439665","product_id":"dba5908c-bc43-4945-910c-5e3c44f28790","title":"green-M","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017246185","barcode":"","position":1,"option1":"green","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5f82a014c9d873d596c86c0124b6a689.jpeg","path":"5f82a014c9d873d596c86c0124b6a689.jpeg","width":1600,"height":1600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":28.27,"min_quantity":1}],"weight":"0","compare_at_price":"28.27","price":"28.27","retail_price":"28.27","available":true,"url":"\/products\/womens-half-sleeves-v-neck-print-summer-dress-high-waist-plus-size-mini-dress-cotton-linen-vintage-floral-casual-loose-dress-6910?variant=cad7e52d-d797-4127-95e7-93d60a439665","available_quantity":1000,"options":[{"name":"Color","value":"green"},{"name":"Size","value":"M"}],"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":"cad7e52d-d797-4127-95e7-93d60a439665","product_id":"dba5908c-bc43-4945-910c-5e3c44f28790","title":"green-M","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017246185","barcode":"","position":1,"option1":"green","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5f82a014c9d873d596c86c0124b6a689.jpeg","path":"5f82a014c9d873d596c86c0124b6a689.jpeg","width":1600,"height":1600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":28.27,"min_quantity":1}],"weight":"0","compare_at_price":"28.27","price":"28.27","retail_price":"28.27","available":true,"url":"\/products\/womens-half-sleeves-v-neck-print-summer-dress-high-waist-plus-size-mini-dress-cotton-linen-vintage-floral-casual-loose-dress-6910?variant=cad7e52d-d797-4127-95e7-93d60a439665","available_quantity":1000,"options":[{"name":"Color","value":"green"},{"name":"Size","value":"M"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}