变体驼峰命名,且有特殊符号
${function() {
const variantData = data.variant || {"id":"72c1891f-0173-4bf9-866d-33ed5ad8baa3","product_id":"10b9e51b-10d2-4963-8f33-ee457a7e0c56","title":"type1","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"type1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/free\/5e68d619943b71dd35d7d4b92aa6bc61.jpg","path":"free\/5e68d619943b71dd35d7d4b92aa6bc61.jpg","width":5184,"height":3456,"alt":"\u53d8\u4f53\u9a7c\u5cf0\u547d\u540d\uff0c\u4e14\u6709\u7279\u6b8a\u7b26\u53f7","aspect_ratio":1.5},"wholesale_price":[{"price":998,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"998","retail_price":"0","available":true,"url":"\/products\/\u53d8\u4f53\u9a7c\u5cf0\u547d\u540d-\u4e14\u6709\u7279\u6b8a\u7b26\u53f7-w0nc?variant=72c1891f-0173-4bf9-866d-33ed5ad8baa3","available_quantity":999999999,"options":[{"name":"Opened & Closed","value":"type1"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${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":"72c1891f-0173-4bf9-866d-33ed5ad8baa3","product_id":"10b9e51b-10d2-4963-8f33-ee457a7e0c56","title":"type1","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"type1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/free\/5e68d619943b71dd35d7d4b92aa6bc61.jpg","path":"free\/5e68d619943b71dd35d7d4b92aa6bc61.jpg","width":5184,"height":3456,"alt":"\u53d8\u4f53\u9a7c\u5cf0\u547d\u540d\uff0c\u4e14\u6709\u7279\u6b8a\u7b26\u53f7","aspect_ratio":1.5},"wholesale_price":[{"price":998,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"998","retail_price":"0","available":true,"url":"\/products\/\u53d8\u4f53\u9a7c\u5cf0\u547d\u540d-\u4e14\u6709\u7279\u6b8a\u7b26\u53f7-w0nc?variant=72c1891f-0173-4bf9-866d-33ed5ad8baa3","available_quantity":999999999,"options":[{"name":"Opened & Closed","value":"type1"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}