${function() {
const variantData = data.variant || {"id":"a606f19e-6881-4719-b2e8-55d04f089a9e","product_id":"0ece0971-d266-4888-92d2-37a9bb402aa6","title":"Black-S","weight_unit":"g","inventory_quantity":999,"sku":"XHB6ehwSz-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/944b085eb3189c0a3767e1e9988ebca9.jpeg","path":"944b085eb3189c0a3767e1e9988ebca9.jpeg","width":1280,"height":1280,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.89,"min_quantity":1}],"weight":"400","compare_at_price":"43","price":"29.89","retail_price":"43","available":true,"url":"\/products\/retro-character-print-loose-hoodie?variant=a606f19e-6881-4719-b2e8-55d04f089a9e","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":30,"flashsale_info":[],"sales":1};
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 : XHB6ehwSz-Black-S
Weight : 400g
${function(){
const variantData = data.variant || {"id":"a606f19e-6881-4719-b2e8-55d04f089a9e","product_id":"0ece0971-d266-4888-92d2-37a9bb402aa6","title":"Black-S","weight_unit":"g","inventory_quantity":999,"sku":"XHB6ehwSz-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/944b085eb3189c0a3767e1e9988ebca9.jpeg","path":"944b085eb3189c0a3767e1e9988ebca9.jpeg","width":1280,"height":1280,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.89,"min_quantity":1}],"weight":"400","compare_at_price":"43","price":"29.89","retail_price":"43","available":true,"url":"\/products\/retro-character-print-loose-hoodie?variant=a606f19e-6881-4719-b2e8-55d04f089a9e","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":30,"flashsale_info":[],"sales":1};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}