${function() {
const variantData = data.variant || {"id":"3afd5fde-c908-4e45-a38a-27482d49e70a","product_id":"6a0d59cc-b933-4e7b-a7e4-81bd4f679f32","title":"S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693024810979","barcode":"","position":1,"option1":"S","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":28.9,"min_quantity":1}],"weight":"0","compare_at_price":"28.9","price":"28.9","retail_price":"28.9","available":true,"url":"\/products\/women-leopard-patchwork-dress-short-sleeve-v-neck-loose-dress-office-lady-dresses-clothing-2215?variant=3afd5fde-c908-4e45-a38a-27482d49e70a","available_quantity":1000,"options":[{"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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"3afd5fde-c908-4e45-a38a-27482d49e70a","product_id":"6a0d59cc-b933-4e7b-a7e4-81bd4f679f32","title":"S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693024810979","barcode":"","position":1,"option1":"S","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":28.9,"min_quantity":1}],"weight":"0","compare_at_price":"28.9","price":"28.9","retail_price":"28.9","available":true,"url":"\/products\/women-leopard-patchwork-dress-short-sleeve-v-neck-loose-dress-office-lady-dresses-clothing-2215?variant=3afd5fde-c908-4e45-a38a-27482d49e70a","available_quantity":1000,"options":[{"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}
`
}()}