${function() {
const variantData = data.variant || {"id":"1374be28-fbea-4088-9bab-a3ab425e4bf8","product_id":"b4f8002f-1737-4bd1-af3d-dbd22471beda","title":"2-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693024810336","barcode":"","position":1,"option1":"2","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/41b338c5851ef40309eca659a78fe8c8.jpeg","path":"41b338c5851ef40309eca659a78fe8c8.jpeg","width":584,"height":800,"alt":"","aspect_ratio":0.73},"wholesale_price":[{"price":32.42,"min_quantity":1}],"weight":"0","compare_at_price":"32.42","price":"32.42","retail_price":"32.42","available":true,"url":"\/products\/summer-lace-dress-for-women-casual-off-shoulder-dress-hollow-out-flower-tassel-long-flare-sleeve-dress-lady-vestidos-verano-3933?variant=1374be28-fbea-4088-9bab-a3ab425e4bf8","available_quantity":1000,"options":[{"name":"Color","value":"2"},{"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":"1374be28-fbea-4088-9bab-a3ab425e4bf8","product_id":"b4f8002f-1737-4bd1-af3d-dbd22471beda","title":"2-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693024810336","barcode":"","position":1,"option1":"2","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/41b338c5851ef40309eca659a78fe8c8.jpeg","path":"41b338c5851ef40309eca659a78fe8c8.jpeg","width":584,"height":800,"alt":"","aspect_ratio":0.73},"wholesale_price":[{"price":32.42,"min_quantity":1}],"weight":"0","compare_at_price":"32.42","price":"32.42","retail_price":"32.42","available":true,"url":"\/products\/summer-lace-dress-for-women-casual-off-shoulder-dress-hollow-out-flower-tassel-long-flare-sleeve-dress-lady-vestidos-verano-3933?variant=1374be28-fbea-4088-9bab-a3ab425e4bf8","available_quantity":1000,"options":[{"name":"Color","value":"2"},{"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}
`
}()}