${function() {
const variantData = data.variant || {"id":"a786f4ed-79a2-42dd-8dd4-c38c20117eda","product_id":"d579de1a-835f-4be2-830d-c231807643fc","title":"White_Black-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHYIGW55R-White_Black-S","barcode":"","position":1,"option1":"White_Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7d7f182246df29bb59604ad6caf095cf.jpeg","path":"7d7f182246df29bb59604ad6caf095cf.jpeg","width":2048,"height":2048,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33.89,"min_quantity":1}],"weight":"666","compare_at_price":"66","price":"33.89","retail_price":"66","available":true,"url":"\/products\/casual-retro-sports-tapestry-hoodie-70s1?variant=a786f4ed-79a2-42dd-8dd4-c38c20117eda","available_quantity":999999999,"options":[{"name":"Color","value":"White_Black"},{"name":"Size","value":"S"}],"off_ratio":49,"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 : XHYIGW55R-White_Black-S
Weight : 666g
${function(){
const variantData = data.variant || {"id":"a786f4ed-79a2-42dd-8dd4-c38c20117eda","product_id":"d579de1a-835f-4be2-830d-c231807643fc","title":"White_Black-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHYIGW55R-White_Black-S","barcode":"","position":1,"option1":"White_Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7d7f182246df29bb59604ad6caf095cf.jpeg","path":"7d7f182246df29bb59604ad6caf095cf.jpeg","width":2048,"height":2048,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33.89,"min_quantity":1}],"weight":"666","compare_at_price":"66","price":"33.89","retail_price":"66","available":true,"url":"\/products\/casual-retro-sports-tapestry-hoodie-70s1?variant=a786f4ed-79a2-42dd-8dd4-c38c20117eda","available_quantity":999999999,"options":[{"name":"Color","value":"White_Black"},{"name":"Size","value":"S"}],"off_ratio":49,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}