${function() {
const variantData = data.variant || {"id":"7100ad67-9229-4020-be28-eea233a8e8ff","product_id":"61299cdb-e119-4c8b-80f2-e07e3f32d687","title":"White-S","weight_unit":"g","inventory_quantity":999,"sku":"XH4qf05ox-White-S","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/dbc2226a672fad46b83e67999344ec63.jpeg","path":"dbc2226a672fad46b83e67999344ec63.jpeg","width":1078,"height":1078,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.89,"min_quantity":1}],"weight":"300","compare_at_price":"38","price":"29.89","retail_price":"38","available":true,"url":"\/products\/retro-hip-hop-fashion-street-hoodie?variant=7100ad67-9229-4020-be28-eea233a8e8ff","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S"}],"off_ratio":21,"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 : XH4qf05ox-White-S
Weight : 300g
${function(){
const variantData = data.variant || {"id":"7100ad67-9229-4020-be28-eea233a8e8ff","product_id":"61299cdb-e119-4c8b-80f2-e07e3f32d687","title":"White-S","weight_unit":"g","inventory_quantity":999,"sku":"XH4qf05ox-White-S","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/dbc2226a672fad46b83e67999344ec63.jpeg","path":"dbc2226a672fad46b83e67999344ec63.jpeg","width":1078,"height":1078,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.89,"min_quantity":1}],"weight":"300","compare_at_price":"38","price":"29.89","retail_price":"38","available":true,"url":"\/products\/retro-hip-hop-fashion-street-hoodie?variant=7100ad67-9229-4020-be28-eea233a8e8ff","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S"}],"off_ratio":21,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}