${function() {
const variantData = data.variant || {"id":"e77e4fd1-2e22-454b-a88e-de1acd17f03b","product_id":"ffe16013-6971-40b6-a1b5-56e2492ef7e0","title":"Black-S","weight_unit":"g","inventory_quantity":999,"sku":"XHAo7Fds0-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/259c9e0965ff91f28aacebcffd64869e.jpeg","path":"259c9e0965ff91f28aacebcffd64869e.jpeg","width":1275,"height":1267,"alt":"","aspect_ratio":1.0063141278610892},"wholesale_price":[{"price":19.89,"min_quantity":1}],"weight":"200","compare_at_price":"32","price":"19.89","retail_price":"32","available":true,"url":"\/products\/personalized-street-style-retro-skull-loose-t-shirt-qg12?variant=e77e4fd1-2e22-454b-a88e-de1acd17f03b","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":38,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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 : XHAo7Fds0-Black-S
Weight : 200g
${function(){
const variantData = data.variant || {"id":"e77e4fd1-2e22-454b-a88e-de1acd17f03b","product_id":"ffe16013-6971-40b6-a1b5-56e2492ef7e0","title":"Black-S","weight_unit":"g","inventory_quantity":999,"sku":"XHAo7Fds0-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/259c9e0965ff91f28aacebcffd64869e.jpeg","path":"259c9e0965ff91f28aacebcffd64869e.jpeg","width":1275,"height":1267,"alt":"","aspect_ratio":1.0063141278610892},"wholesale_price":[{"price":19.89,"min_quantity":1}],"weight":"200","compare_at_price":"32","price":"19.89","retail_price":"32","available":true,"url":"\/products\/personalized-street-style-retro-skull-loose-t-shirt-qg12?variant=e77e4fd1-2e22-454b-a88e-de1acd17f03b","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":38,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}