${function() {
const variantData = data.variant || {"id":"6a828a7a-d4fe-48e3-997b-e67a2fcc4478","product_id":"cbe0d1c4-7335-4982-bf0e-07aa546c4acc","title":"Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018212592","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/cccddedbc437fd81a2144fd1b153348a.jpeg","path":"cccddedbc437fd81a2144fd1b153348a.jpeg","width":450,"height":600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":29.07,"min_quantity":1}],"weight":"0","compare_at_price":"29.07","price":"29.07","retail_price":"29.07","available":true,"url":"\/products\/v-neck-women-dresses-shift-daily-boho-floral-dresses-1662?variant=6a828a7a-d4fe-48e3-997b-e67a2fcc4478","available_quantity":1000,"options":[{"name":"Color","value":"Blue"},{"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":"6a828a7a-d4fe-48e3-997b-e67a2fcc4478","product_id":"cbe0d1c4-7335-4982-bf0e-07aa546c4acc","title":"Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018212592","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/cccddedbc437fd81a2144fd1b153348a.jpeg","path":"cccddedbc437fd81a2144fd1b153348a.jpeg","width":450,"height":600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":29.07,"min_quantity":1}],"weight":"0","compare_at_price":"29.07","price":"29.07","retail_price":"29.07","available":true,"url":"\/products\/v-neck-women-dresses-shift-daily-boho-floral-dresses-1662?variant=6a828a7a-d4fe-48e3-997b-e67a2fcc4478","available_quantity":1000,"options":[{"name":"Color","value":"Blue"},{"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}
`
}()}