${function() {
const variantData = data.variant || {"id":"ea8be7c1-1af3-40df-aca9-f8b2cc30ef60","product_id":"b07c67f5-0e65-476d-a599-4a27fd8eaea5","title":"blue-S","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC4810-blue-S","barcode":"","position":2,"option1":"blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5aa0f9789d5ed215995293e22db18219.jpeg","path":"5aa0f9789d5ed215995293e22db18219.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":21.99,"min_quantity":1}],"weight":"0.26","compare_at_price":"36.99","price":"21.99","retail_price":"36.99","available":true,"url":"\/products\/womens-protect-our-national-parks-print-tank-top?variant=ea8be7c1-1af3-40df-aca9-f8b2cc30ef60","available_quantity":200,"options":[{"name":"color","value":"blue"},{"name":"size","value":"S"}],"off_ratio":41,"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 : TSLC4810-blue-S
Weight : 0.26kg
${function(){
const variantData = data.variant || {"id":"ea8be7c1-1af3-40df-aca9-f8b2cc30ef60","product_id":"b07c67f5-0e65-476d-a599-4a27fd8eaea5","title":"blue-S","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC4810-blue-S","barcode":"","position":2,"option1":"blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5aa0f9789d5ed215995293e22db18219.jpeg","path":"5aa0f9789d5ed215995293e22db18219.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":21.99,"min_quantity":1}],"weight":"0.26","compare_at_price":"36.99","price":"21.99","retail_price":"36.99","available":true,"url":"\/products\/womens-protect-our-national-parks-print-tank-top?variant=ea8be7c1-1af3-40df-aca9-f8b2cc30ef60","available_quantity":200,"options":[{"name":"color","value":"blue"},{"name":"size","value":"S"}],"off_ratio":41,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}