${function() {
const variantData = data.variant || {"id":"c0f8eebc-8929-4c4b-8ff5-cef8ef24382c","product_id":"60a87e0c-d9be-44a5-8156-19c53ccbf484","title":"black heart-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017966486","barcode":"","position":1,"option1":"black heart","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b0aab854d08d30cbadeb6bf8f613d476.jpeg","path":"b0aab854d08d30cbadeb6bf8f613d476.jpeg","width":750,"height":1000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":25.08,"min_quantity":1}],"weight":"0","compare_at_price":"25.08","price":"25.08","retail_price":"25.08","available":true,"url":"\/products\/women-summer-fashion-ruffles-o-neck-casual-beach-sleeveless-dress-3102?variant=c0f8eebc-8929-4c4b-8ff5-cef8ef24382c","available_quantity":1000,"options":[{"name":"Color","value":"black heart"},{"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":"c0f8eebc-8929-4c4b-8ff5-cef8ef24382c","product_id":"60a87e0c-d9be-44a5-8156-19c53ccbf484","title":"black heart-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017966486","barcode":"","position":1,"option1":"black heart","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b0aab854d08d30cbadeb6bf8f613d476.jpeg","path":"b0aab854d08d30cbadeb6bf8f613d476.jpeg","width":750,"height":1000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":25.08,"min_quantity":1}],"weight":"0","compare_at_price":"25.08","price":"25.08","retail_price":"25.08","available":true,"url":"\/products\/women-summer-fashion-ruffles-o-neck-casual-beach-sleeveless-dress-3102?variant=c0f8eebc-8929-4c4b-8ff5-cef8ef24382c","available_quantity":1000,"options":[{"name":"Color","value":"black heart"},{"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}
`
}()}