${function() {
const variantData = data.variant || {"id":"123846e9-87e3-4843-b2a7-05e99cf10b26","product_id":"3e1ba7d0-c5e4-44df-b48b-9ec45484e435","title":"Black-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHPatKKbV-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d79ab63681a1b8cbf9f9ea33ec2e95ea.jpeg","path":"d79ab63681a1b8cbf9f9ea33ec2e95ea.jpeg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.89,"min_quantity":1}],"weight":"666","compare_at_price":"66","price":"29.89","retail_price":"66","available":true,"url":"\/products\/thug-liberation-day-casual-street-hoodie?variant=123846e9-87e3-4843-b2a7-05e99cf10b26","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":55,"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 : XHPatKKbV-Black-S
Weight : 666g
${function(){
const variantData = data.variant || {"id":"123846e9-87e3-4843-b2a7-05e99cf10b26","product_id":"3e1ba7d0-c5e4-44df-b48b-9ec45484e435","title":"Black-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHPatKKbV-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d79ab63681a1b8cbf9f9ea33ec2e95ea.jpeg","path":"d79ab63681a1b8cbf9f9ea33ec2e95ea.jpeg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.89,"min_quantity":1}],"weight":"666","compare_at_price":"66","price":"29.89","retail_price":"66","available":true,"url":"\/products\/thug-liberation-day-casual-street-hoodie?variant=123846e9-87e3-4843-b2a7-05e99cf10b26","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":55,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}