${function() {
const variantData = data.variant || {"id":"a4c003f1-b778-4ce5-9afd-699d8c9a16b9","product_id":"29fd9e28-9c2a-4208-83e9-873ce02fda26","title":"Black-One Size Fits All","weight_unit":"g","inventory_quantity":999,"sku":"XHlAZheNE-Black-OneSizeFitsAll","barcode":"","position":1,"option1":"Black","option2":"One Size Fits All","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bbd039f9a9dcdede222779735ed2eab0.jpeg","path":"bbd039f9a9dcdede222779735ed2eab0.jpeg","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":8.89,"min_quantity":1}],"weight":"180","compare_at_price":"18","price":"8.89","retail_price":"18","available":true,"url":"\/products\/knitted-pullover-flame-pattern-y2k-jacquard-mens-and-womens-hat?variant=a4c003f1-b778-4ce5-9afd-699d8c9a16b9","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"One Size Fits All"}],"off_ratio":51,"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 : XHlAZheNE-Black-OneSizeFitsAll
Weight : 180g
${function(){
const variantData = data.variant || {"id":"a4c003f1-b778-4ce5-9afd-699d8c9a16b9","product_id":"29fd9e28-9c2a-4208-83e9-873ce02fda26","title":"Black-One Size Fits All","weight_unit":"g","inventory_quantity":999,"sku":"XHlAZheNE-Black-OneSizeFitsAll","barcode":"","position":1,"option1":"Black","option2":"One Size Fits All","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bbd039f9a9dcdede222779735ed2eab0.jpeg","path":"bbd039f9a9dcdede222779735ed2eab0.jpeg","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":8.89,"min_quantity":1}],"weight":"180","compare_at_price":"18","price":"8.89","retail_price":"18","available":true,"url":"\/products\/knitted-pullover-flame-pattern-y2k-jacquard-mens-and-womens-hat?variant=a4c003f1-b778-4ce5-9afd-699d8c9a16b9","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"One Size Fits All"}],"off_ratio":51,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}