${function() {
const variantData = data.variant || {"id":"5738f75d-725d-4ce3-8996-6e3833c7f21c","product_id":"6a152e43-f0bc-40f7-aebe-23b68aa2921f","title":"creamy white-S","weight_unit":"g","inventory_quantity":999,"sku":"1731553070695206913","barcode":"","position":1,"option1":"creamy white","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/de55a7954b3932630693d9ffd1899f4d.jpeg","path":"de55a7954b3932630693d9ffd1899f4d.jpeg","width":2160,"height":2158,"alt":"1e844d5261e664bb56bb654d896c76ca","aspect_ratio":1.0009267840593141},"wholesale_price":[{"price":29.4,"min_quantity":1}],"weight":"285","compare_at_price":"0","price":"29.4","retail_price":"0","available":true,"url":"\/products\/unisex-oversized-911-gt3-rs-racing-street-wear-printed-hoodie?variant=5738f75d-725d-4ce3-8996-6e3833c7f21c","available_quantity":999999999,"options":[{"name":"Color","value":"creamy white"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
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 : 1731553070695206913
Weight : 285g
${function(){
const variantData = data.variant || {"id":"5738f75d-725d-4ce3-8996-6e3833c7f21c","product_id":"6a152e43-f0bc-40f7-aebe-23b68aa2921f","title":"creamy white-S","weight_unit":"g","inventory_quantity":999,"sku":"1731553070695206913","barcode":"","position":1,"option1":"creamy white","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/de55a7954b3932630693d9ffd1899f4d.jpeg","path":"de55a7954b3932630693d9ffd1899f4d.jpeg","width":2160,"height":2158,"alt":"1e844d5261e664bb56bb654d896c76ca","aspect_ratio":1.0009267840593141},"wholesale_price":[{"price":29.4,"min_quantity":1}],"weight":"285","compare_at_price":"0","price":"29.4","retail_price":"0","available":true,"url":"\/products\/unisex-oversized-911-gt3-rs-racing-street-wear-printed-hoodie?variant=5738f75d-725d-4ce3-8996-6e3833c7f21c","available_quantity":999999999,"options":[{"name":"Color","value":"creamy white"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}