${function() {
const variantData = data.variant || {"id":"94cd618f-7809-48ce-9596-f00be5c1caaa","product_id":"5d85fb9b-84a7-42ed-aafb-a51766b4f3e7","title":"Dark_Gray-S","weight_unit":"g","inventory_quantity":999,"sku":"XHOsTcd3N-Dark_Gray-S","barcode":"","position":1,"option1":"Dark_Gray","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3df202684a7af9ccaaeab8ed666a798c.jpeg","path":"3df202684a7af9ccaaeab8ed666a798c.jpeg","width":1356,"height":1356,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":51.89,"min_quantity":1}],"weight":"600","compare_at_price":"69","price":"51.89","retail_price":"69","available":true,"url":"\/products\/stylish-full-zip-hoodie-sweatpants-print-two-piece-set?variant=94cd618f-7809-48ce-9596-f00be5c1caaa","available_quantity":999999999,"options":[{"name":"Color","value":"Dark_Gray"},{"name":"Size","value":"S"}],"off_ratio":25,"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 : XHOsTcd3N-Dark_Gray-S
Weight : 600g
${function(){
const variantData = data.variant || {"id":"94cd618f-7809-48ce-9596-f00be5c1caaa","product_id":"5d85fb9b-84a7-42ed-aafb-a51766b4f3e7","title":"Dark_Gray-S","weight_unit":"g","inventory_quantity":999,"sku":"XHOsTcd3N-Dark_Gray-S","barcode":"","position":1,"option1":"Dark_Gray","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3df202684a7af9ccaaeab8ed666a798c.jpeg","path":"3df202684a7af9ccaaeab8ed666a798c.jpeg","width":1356,"height":1356,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":51.89,"min_quantity":1}],"weight":"600","compare_at_price":"69","price":"51.89","retail_price":"69","available":true,"url":"\/products\/stylish-full-zip-hoodie-sweatpants-print-two-piece-set?variant=94cd618f-7809-48ce-9596-f00be5c1caaa","available_quantity":999999999,"options":[{"name":"Color","value":"Dark_Gray"},{"name":"Size","value":"S"}],"off_ratio":25,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}