${function() {
const variantData = data.variant || {"id":"66113d6a-9552-41af-97cb-086b62d2e04c","product_id":"ac374794-0001-4810-b1c5-149813e58b84","title":"gray-s","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018148368","barcode":"","position":1,"option1":"gray","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6b005d77295eba1c9e9770af20775e87.jpeg","path":"6b005d77295eba1c9e9770af20775e87.jpeg","width":668,"height":890,"alt":"","aspect_ratio":0.750561797752809},"wholesale_price":[{"price":23,"min_quantity":1}],"weight":"0","compare_at_price":"23","price":"23","retail_price":"23","available":true,"url":"\/products\/gray-short-sleeve-v-neck-dresses-2401?variant=66113d6a-9552-41af-97cb-086b62d2e04c","available_quantity":1000,"options":[{"name":"Color","value":"gray"},{"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":"66113d6a-9552-41af-97cb-086b62d2e04c","product_id":"ac374794-0001-4810-b1c5-149813e58b84","title":"gray-s","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018148368","barcode":"","position":1,"option1":"gray","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6b005d77295eba1c9e9770af20775e87.jpeg","path":"6b005d77295eba1c9e9770af20775e87.jpeg","width":668,"height":890,"alt":"","aspect_ratio":0.750561797752809},"wholesale_price":[{"price":23,"min_quantity":1}],"weight":"0","compare_at_price":"23","price":"23","retail_price":"23","available":true,"url":"\/products\/gray-short-sleeve-v-neck-dresses-2401?variant=66113d6a-9552-41af-97cb-086b62d2e04c","available_quantity":1000,"options":[{"name":"Color","value":"gray"},{"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}
`
}()}