${function() {
const variantData = data.variant || {"id":"0e064363-ecf6-4999-9a35-f06322ac7cec","product_id":"5b2d3ccb-d56f-4661-bd50-664781fac331","title":"s-black","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018150940","barcode":"","position":1,"option1":"s","option2":"black","option3":"","note":"","image":null,"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0","compare_at_price":"24.99","price":"24.99","retail_price":"24.99","available":true,"url":"\/products\/black-solid-sleeveless-round-neck-dresses-7263?variant=0e064363-ecf6-4999-9a35-f06322ac7cec","available_quantity":1000,"options":[{"name":"Size","value":"s"},{"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":"0e064363-ecf6-4999-9a35-f06322ac7cec","product_id":"5b2d3ccb-d56f-4661-bd50-664781fac331","title":"s-black","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018150940","barcode":"","position":1,"option1":"s","option2":"black","option3":"","note":"","image":null,"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0","compare_at_price":"24.99","price":"24.99","retail_price":"24.99","available":true,"url":"\/products\/black-solid-sleeveless-round-neck-dresses-7263?variant=0e064363-ecf6-4999-9a35-f06322ac7cec","available_quantity":1000,"options":[{"name":"Size","value":"s"},{"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}
`
}()}