${function() {
const variantData = data.variant || {"id":"0e6805e5-800d-41fc-93cf-72c69269561d","product_id":"78c1342e-88e6-4813-bf36-92e5b7f931c6","title":"Sakura White Thin Section-M","weight_unit":"g","inventory_quantity":999,"sku":"1565537088510672897","barcode":"","position":1,"option1":"Sakura White Thin Section","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/93f162572c8bdbeecdc7eacb023f4bf8.jpeg","path":"93f162572c8bdbeecdc7eacb023f4bf8.jpeg","width":750,"height":750,"alt":"fc5eb350cb7a19c46a6d963c540c3edc","aspect_ratio":1},"wholesale_price":[{"price":22.1,"min_quantity":1}],"weight":"300","compare_at_price":"0","price":"22.1","retail_price":"0","available":true,"url":"\/products\/men-y2k-harajuku-mens-anime-hip-hop-hoodies?variant=0e6805e5-800d-41fc-93cf-72c69269561d","available_quantity":999999999,"options":[{"name":"Color","value":"Sakura White Thin Section"},{"name":"Size","value":"M"}],"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 : 1565537088510672897
Weight : 300g
${function(){
const variantData = data.variant || {"id":"0e6805e5-800d-41fc-93cf-72c69269561d","product_id":"78c1342e-88e6-4813-bf36-92e5b7f931c6","title":"Sakura White Thin Section-M","weight_unit":"g","inventory_quantity":999,"sku":"1565537088510672897","barcode":"","position":1,"option1":"Sakura White Thin Section","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/93f162572c8bdbeecdc7eacb023f4bf8.jpeg","path":"93f162572c8bdbeecdc7eacb023f4bf8.jpeg","width":750,"height":750,"alt":"fc5eb350cb7a19c46a6d963c540c3edc","aspect_ratio":1},"wholesale_price":[{"price":22.1,"min_quantity":1}],"weight":"300","compare_at_price":"0","price":"22.1","retail_price":"0","available":true,"url":"\/products\/men-y2k-harajuku-mens-anime-hip-hop-hoodies?variant=0e6805e5-800d-41fc-93cf-72c69269561d","available_quantity":999999999,"options":[{"name":"Color","value":"Sakura White Thin Section"},{"name":"Size","value":"M"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}