${function() {
const variantData = data.variant || {"id":"3f1c07e7-3200-4e0f-8338-0d15b837355a","product_id":"fbb4a926-6ab1-4c4d-bd7a-9a8d98d681ce","title":"As shown-S","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC5073-As shown-S","barcode":"","position":1,"option1":"As shown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/608653758d395c07e67ecc8989f8ef7d.jpeg","path":"608653758d395c07e67ecc8989f8ef7d.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":36.99,"min_quantity":1}],"weight":"0.26","compare_at_price":"51.99","price":"36.99","retail_price":"51.99","available":true,"url":"\/products\/womens-vintage-floral-art-print-sleeveless-pocket-wrap-dress-c3jz?variant=3f1c07e7-3200-4e0f-8338-0d15b837355a","available_quantity":200,"options":[{"name":"color","value":"As shown"},{"name":"size","value":"S"}],"off_ratio":29,"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 : TSLC5073-As shown-S
Weight : 0.26kg
${function(){
const variantData = data.variant || {"id":"3f1c07e7-3200-4e0f-8338-0d15b837355a","product_id":"fbb4a926-6ab1-4c4d-bd7a-9a8d98d681ce","title":"As shown-S","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC5073-As shown-S","barcode":"","position":1,"option1":"As shown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/608653758d395c07e67ecc8989f8ef7d.jpeg","path":"608653758d395c07e67ecc8989f8ef7d.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":36.99,"min_quantity":1}],"weight":"0.26","compare_at_price":"51.99","price":"36.99","retail_price":"51.99","available":true,"url":"\/products\/womens-vintage-floral-art-print-sleeveless-pocket-wrap-dress-c3jz?variant=3f1c07e7-3200-4e0f-8338-0d15b837355a","available_quantity":200,"options":[{"name":"color","value":"As shown"},{"name":"size","value":"S"}],"off_ratio":29,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}