${function() {
const variantData = data.variant || {"id":"0a4fac3b-fb5d-41ab-b1c0-d7c8a9d49db2","product_id":"8c6fcccf-66f7-452d-afd0-dde2617f1ccd","title":"yellow-XXS","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC1196-yellow-XXS","barcode":"","position":1,"option1":"yellow","option2":"XXS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e194945960a22411e76be5b05b4f17b4.jpeg","path":"e194945960a22411e76be5b05b4f17b4.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":21.98,"min_quantity":1}],"weight":"0.26","compare_at_price":"38.98","price":"21.98","retail_price":"38.98","available":true,"url":"\/products\/womens-this-is-my-holiday-christmas-movies-watching-shirt-abya-oskd-eqph-y5tp-hukn-2wp0-k8ro-uvzj-9926-wnlh-2iri-70uu-5t24?variant=0a4fac3b-fb5d-41ab-b1c0-d7c8a9d49db2","available_quantity":200,"options":[{"name":"color","value":"yellow"},{"name":"size","value":"XXS"}],"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 : TSLC1196-yellow-XXS
Weight : 0.26kg
${function(){
const variantData = data.variant || {"id":"0a4fac3b-fb5d-41ab-b1c0-d7c8a9d49db2","product_id":"8c6fcccf-66f7-452d-afd0-dde2617f1ccd","title":"yellow-XXS","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC1196-yellow-XXS","barcode":"","position":1,"option1":"yellow","option2":"XXS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e194945960a22411e76be5b05b4f17b4.jpeg","path":"e194945960a22411e76be5b05b4f17b4.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":21.98,"min_quantity":1}],"weight":"0.26","compare_at_price":"38.98","price":"21.98","retail_price":"38.98","available":true,"url":"\/products\/womens-this-is-my-holiday-christmas-movies-watching-shirt-abya-oskd-eqph-y5tp-hukn-2wp0-k8ro-uvzj-9926-wnlh-2iri-70uu-5t24?variant=0a4fac3b-fb5d-41ab-b1c0-d7c8a9d49db2","available_quantity":200,"options":[{"name":"color","value":"yellow"},{"name":"size","value":"XXS"}],"off_ratio":44,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}