${function() {
const variantData = data.variant || {"id":"162ec9c4-3f32-4c96-8505-f65d1471f4c9","product_id":"cfba68ba-95fb-4a1c-af5d-10d1ab5f5570","title":"Black-S","weight_unit":"g","inventory_quantity":999,"sku":"XHXahkl5g-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d9f8d60aef3a8278e751771097abffe4.jpeg","path":"d9f8d60aef3a8278e751771097abffe4.jpeg","width":720,"height":720,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":42.89,"min_quantity":1}],"weight":"600","compare_at_price":"55","price":"42.89","retail_price":"55","available":true,"url":"\/products\/personalized-skull-jacket-baseball-jacket?variant=162ec9c4-3f32-4c96-8505-f65d1471f4c9","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":22,"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 : XHXahkl5g-Black-S
Weight : 600g
${function(){
const variantData = data.variant || {"id":"162ec9c4-3f32-4c96-8505-f65d1471f4c9","product_id":"cfba68ba-95fb-4a1c-af5d-10d1ab5f5570","title":"Black-S","weight_unit":"g","inventory_quantity":999,"sku":"XHXahkl5g-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d9f8d60aef3a8278e751771097abffe4.jpeg","path":"d9f8d60aef3a8278e751771097abffe4.jpeg","width":720,"height":720,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":42.89,"min_quantity":1}],"weight":"600","compare_at_price":"55","price":"42.89","retail_price":"55","available":true,"url":"\/products\/personalized-skull-jacket-baseball-jacket?variant=162ec9c4-3f32-4c96-8505-f65d1471f4c9","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":22,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}