${function() {
const variantData = data.variant || {"id":"fa79f5f2-e0da-452a-a2e0-a2ea2a8aad4e","product_id":"1b47a8e5-309e-4538-b2d6-615ec01afb2d","title":"Burgundy-S(4)","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":11,"option1":"Burgundy","option2":"S(4)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2606f5f34382de92ec6da19b1f349852.webp","path":"2606f5f34382de92ec6da19b1f349852.webp","width":700,"height":933,"alt":"","aspect_ratio":0.7502679528403001},"wholesale_price":[{"price":26.09,"min_quantity":1}],"weight":"0","compare_at_price":"32.09","price":"26.09","retail_price":"32.09","available":true,"url":"\/products\/solid-simple-dress-elegant-squared-neck-long-sleeve-maxi-dress-womens-clothing?variant=fa79f5f2-e0da-452a-a2e0-a2ea2a8aad4e","available_quantity":999999999,"options":[{"name":"Color","value":"Burgundy"},{"name":"Size","value":"S(4)"}],"off_ratio":19,"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":"fa79f5f2-e0da-452a-a2e0-a2ea2a8aad4e","product_id":"1b47a8e5-309e-4538-b2d6-615ec01afb2d","title":"Burgundy-S(4)","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":11,"option1":"Burgundy","option2":"S(4)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2606f5f34382de92ec6da19b1f349852.webp","path":"2606f5f34382de92ec6da19b1f349852.webp","width":700,"height":933,"alt":"","aspect_ratio":0.7502679528403001},"wholesale_price":[{"price":26.09,"min_quantity":1}],"weight":"0","compare_at_price":"32.09","price":"26.09","retail_price":"32.09","available":true,"url":"\/products\/solid-simple-dress-elegant-squared-neck-long-sleeve-maxi-dress-womens-clothing?variant=fa79f5f2-e0da-452a-a2e0-a2ea2a8aad4e","available_quantity":999999999,"options":[{"name":"Color","value":"Burgundy"},{"name":"Size","value":"S(4)"}],"off_ratio":19,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}