${function() {
const variantData = data.variant || {"id":"e6a437e0-ae7e-44b9-8d1c-e43d0b28ba09","product_id":"8eb8366a-10bd-40ba-ad0e-b4843b56ac53","title":"blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017152199","barcode":"","position":1,"option1":"blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/265f05cbabaf295c8f6a55b30300d5be.png","path":"265f05cbabaf295c8f6a55b30300d5be.png","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"29.99","price":"29.99","retail_price":"29.99","available":true,"url":"\/products\/womens-spring-and-summer-casual-loose-round-neck-floral-skirt-dress-2152?variant=e6a437e0-ae7e-44b9-8d1c-e43d0b28ba09","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":"e6a437e0-ae7e-44b9-8d1c-e43d0b28ba09","product_id":"8eb8366a-10bd-40ba-ad0e-b4843b56ac53","title":"blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017152199","barcode":"","position":1,"option1":"blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/265f05cbabaf295c8f6a55b30300d5be.png","path":"265f05cbabaf295c8f6a55b30300d5be.png","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"29.99","price":"29.99","retail_price":"29.99","available":true,"url":"\/products\/womens-spring-and-summer-casual-loose-round-neck-floral-skirt-dress-2152?variant=e6a437e0-ae7e-44b9-8d1c-e43d0b28ba09","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}
`
}()}