${function() {
const variantData = data.variant || {"id":"d0311698-8d20-4adb-915d-d753892f65a5","product_id":"394b075a-cd49-4802-94c1-0d028bc59242","title":"green-S","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC4677-green-S","barcode":"","position":1,"option1":"green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6de6a4b77d4ffb2d6225eb89c7b06df4.jpeg","path":"6de6a4b77d4ffb2d6225eb89c7b06df4.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0.26","compare_at_price":"34.99","price":"19.99","retail_price":"34.99","available":true,"url":"\/products\/womens-st-patricks-day-printed-casual-t-shirt-lgyj?variant=d0311698-8d20-4adb-915d-d753892f65a5","available_quantity":200,"options":[{"name":"color","value":"green"},{"name":"size","value":"S"}],"off_ratio":43,"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 : TSLC4677-green-S
Weight : 0.26kg
${function(){
const variantData = data.variant || {"id":"d0311698-8d20-4adb-915d-d753892f65a5","product_id":"394b075a-cd49-4802-94c1-0d028bc59242","title":"green-S","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC4677-green-S","barcode":"","position":1,"option1":"green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6de6a4b77d4ffb2d6225eb89c7b06df4.jpeg","path":"6de6a4b77d4ffb2d6225eb89c7b06df4.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0.26","compare_at_price":"34.99","price":"19.99","retail_price":"34.99","available":true,"url":"\/products\/womens-st-patricks-day-printed-casual-t-shirt-lgyj?variant=d0311698-8d20-4adb-915d-d753892f65a5","available_quantity":200,"options":[{"name":"color","value":"green"},{"name":"size","value":"S"}],"off_ratio":43,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}