${function() {
const variantData = data.variant || {"id":"6accc2c8-bd7c-47d4-b7fc-97f1fae947af","product_id":"903b53eb-2780-4d72-a048-37bb95b5f7b1","title":"style1-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017275456","barcode":"","position":1,"option1":"style1","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/967e2a04f061a211ab8b9274c6623566.jpeg","path":"967e2a04f061a211ab8b9274c6623566.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":38.71,"min_quantity":1}],"weight":"0","compare_at_price":"38.71","price":"38.71","retail_price":"38.71","available":true,"url":"\/products\/cotton-linen-solid-color-casual-long-dress-2021-spring-new-womens-lantern-sleeve-dress-elegant-retro-fashion-party-dresses-3xl-5049?variant=6accc2c8-bd7c-47d4-b7fc-97f1fae947af","available_quantity":1000,"options":[{"name":"Color","value":"style1"},{"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":"6accc2c8-bd7c-47d4-b7fc-97f1fae947af","product_id":"903b53eb-2780-4d72-a048-37bb95b5f7b1","title":"style1-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017275456","barcode":"","position":1,"option1":"style1","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/967e2a04f061a211ab8b9274c6623566.jpeg","path":"967e2a04f061a211ab8b9274c6623566.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":38.71,"min_quantity":1}],"weight":"0","compare_at_price":"38.71","price":"38.71","retail_price":"38.71","available":true,"url":"\/products\/cotton-linen-solid-color-casual-long-dress-2021-spring-new-womens-lantern-sleeve-dress-elegant-retro-fashion-party-dresses-3xl-5049?variant=6accc2c8-bd7c-47d4-b7fc-97f1fae947af","available_quantity":1000,"options":[{"name":"Color","value":"style1"},{"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}
`
}()}