${function() {
const variantData = data.variant || {"id":"44391b3f-4f61-4546-8fd8-77b50c270d0e","product_id":"a70344a8-cc6a-4be4-82a1-5bb232fd6be9","title":"As shown-S","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC4060-As shown-S","barcode":"","position":1,"option1":"As shown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0377ca273604fc31353a93648757be5b.jpeg","path":"0377ca273604fc31353a93648757be5b.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":33.98,"min_quantity":1}],"weight":"0.3","compare_at_price":"60.98","price":"33.98","retail_price":"60.98","available":true,"url":"\/products\/womens-witch-print-long-sleeved-cardigan-2e9l-a5ta-9buc-o0ng-n4ja-87j4-4gti-qhqz-106c-fbo8-krx9-xihh-2dxo-lymm-q7bw-d1e0-h1o2-t0f6?variant=44391b3f-4f61-4546-8fd8-77b50c270d0e","available_quantity":200,"options":[{"name":"color","value":"As shown"},{"name":"size","value":"S"}],"off_ratio":44,"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.
Sku : TSLC4060-As shown-S
Weight : 0.3kg
${function(){
const variantData = data.variant || {"id":"44391b3f-4f61-4546-8fd8-77b50c270d0e","product_id":"a70344a8-cc6a-4be4-82a1-5bb232fd6be9","title":"As shown-S","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC4060-As shown-S","barcode":"","position":1,"option1":"As shown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0377ca273604fc31353a93648757be5b.jpeg","path":"0377ca273604fc31353a93648757be5b.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":33.98,"min_quantity":1}],"weight":"0.3","compare_at_price":"60.98","price":"33.98","retail_price":"60.98","available":true,"url":"\/products\/womens-witch-print-long-sleeved-cardigan-2e9l-a5ta-9buc-o0ng-n4ja-87j4-4gti-qhqz-106c-fbo8-krx9-xihh-2dxo-lymm-q7bw-d1e0-h1o2-t0f6?variant=44391b3f-4f61-4546-8fd8-77b50c270d0e","available_quantity":200,"options":[{"name":"color","value":"As shown"},{"name":"size","value":"S"}],"off_ratio":44,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}