${function() {
const variantData = data.variant || {"id":"eed76acd-2e3f-432c-a82d-5546b58825a8","product_id":"eca524df-abe3-4ca8-aae8-6fe6dbb80e20","title":"XS-Black","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017999639","barcode":"","position":1,"option1":"XS","option2":"Black","option3":"","note":"","image":null,"wholesale_price":[{"price":25.13,"min_quantity":1}],"weight":"0","compare_at_price":"25.13","price":"25.13","retail_price":"25.13","available":true,"url":"\/products\/women-elegant-dress-stripe-print-round-neck-pocket-long-sleeve-bandage-medium-length-basic-dress-office-ladies-formal-wear-dress-3066?variant=eed76acd-2e3f-432c-a82d-5546b58825a8","available_quantity":1000,"options":[{"name":"Size","value":"XS"},{"name":"Color","value":"Black"}],"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":"eed76acd-2e3f-432c-a82d-5546b58825a8","product_id":"eca524df-abe3-4ca8-aae8-6fe6dbb80e20","title":"XS-Black","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017999639","barcode":"","position":1,"option1":"XS","option2":"Black","option3":"","note":"","image":null,"wholesale_price":[{"price":25.13,"min_quantity":1}],"weight":"0","compare_at_price":"25.13","price":"25.13","retail_price":"25.13","available":true,"url":"\/products\/women-elegant-dress-stripe-print-round-neck-pocket-long-sleeve-bandage-medium-length-basic-dress-office-ladies-formal-wear-dress-3066?variant=eed76acd-2e3f-432c-a82d-5546b58825a8","available_quantity":1000,"options":[{"name":"Size","value":"XS"},{"name":"Color","value":"Black"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}