${function() {
const variantData = data.variant || {"id":"26e37c21-9c10-4071-a6b1-8b2e47a435e7","product_id":"2ca814cc-157c-47c7-8578-bf31908cee7a","title":"As shown-S","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC4059-As shown-S","barcode":"","position":1,"option1":"As shown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/097ae7971322454be2a8d8e9c14fb288.jpeg","path":"097ae7971322454be2a8d8e9c14fb288.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-8cuh?variant=26e37c21-9c10-4071-a6b1-8b2e47a435e7","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 : TSLC4059-As shown-S
Weight : 0.3kg
${function(){
const variantData = data.variant || {"id":"26e37c21-9c10-4071-a6b1-8b2e47a435e7","product_id":"2ca814cc-157c-47c7-8578-bf31908cee7a","title":"As shown-S","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC4059-As shown-S","barcode":"","position":1,"option1":"As shown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/097ae7971322454be2a8d8e9c14fb288.jpeg","path":"097ae7971322454be2a8d8e9c14fb288.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-8cuh?variant=26e37c21-9c10-4071-a6b1-8b2e47a435e7","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}
`
}()}