${function() {
const variantData = data.variant || {"id":"d589df38-2c72-408b-8e72-5751da6ac8b6","product_id":"833c0928-442e-435a-9c6e-320a403e4b9b","title":"black-S","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC4371-black-S","barcode":"","position":1,"option1":"black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5e9d2120b85ca4f234c7911a175d9cb6.jpeg","path":"5e9d2120b85ca4f234c7911a175d9cb6.jpeg","width":823,"height":1097,"alt":"","aspect_ratio":0.7502278942570647},"wholesale_price":[{"price":24.98,"min_quantity":1}],"weight":"0.26","compare_at_price":"41.98","price":"24.98","retail_price":"41.98","available":true,"url":"\/products\/womens-halloween-1978-printed-round-neck-long-sleeve-sweatshirt-umxm-xqkx-i6fa-va6w-ig26-pa35-cpvi-zrzl-r607-1bha-wkhm-tjta-55q1-aapa?variant=d589df38-2c72-408b-8e72-5751da6ac8b6","available_quantity":200,"options":[{"name":"color","value":"black"},{"name":"size","value":"S"}],"off_ratio":40,"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 : TSLC4371-black-S
Weight : 0.26kg
${function(){
const variantData = data.variant || {"id":"d589df38-2c72-408b-8e72-5751da6ac8b6","product_id":"833c0928-442e-435a-9c6e-320a403e4b9b","title":"black-S","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC4371-black-S","barcode":"","position":1,"option1":"black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5e9d2120b85ca4f234c7911a175d9cb6.jpeg","path":"5e9d2120b85ca4f234c7911a175d9cb6.jpeg","width":823,"height":1097,"alt":"","aspect_ratio":0.7502278942570647},"wholesale_price":[{"price":24.98,"min_quantity":1}],"weight":"0.26","compare_at_price":"41.98","price":"24.98","retail_price":"41.98","available":true,"url":"\/products\/womens-halloween-1978-printed-round-neck-long-sleeve-sweatshirt-umxm-xqkx-i6fa-va6w-ig26-pa35-cpvi-zrzl-r607-1bha-wkhm-tjta-55q1-aapa?variant=d589df38-2c72-408b-8e72-5751da6ac8b6","available_quantity":200,"options":[{"name":"color","value":"black"},{"name":"size","value":"S"}],"off_ratio":40,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}