${function() {
const variantData = data.variant || {"id":"02a877cb-1475-4b91-8469-260c97e823e8","product_id":"71d0c40f-b378-4da3-a2f9-6dd35491093b","title":"gray-S","weight_unit":"g","inventory_quantity":999,"sku":"1582289912785788929","barcode":"","position":1,"option1":"gray","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/da6f960c94044e6372d3a7aa53d701ef.jpeg","path":"da6f960c94044e6372d3a7aa53d701ef.jpeg","width":600,"height":600,"alt":"21d66ba78658a2ceb899b5e92f52ee1b","aspect_ratio":1},"wholesale_price":[{"price":32.14,"min_quantity":1}],"weight":"200","compare_at_price":"0","price":"32.14","retail_price":"0","available":true,"url":"\/products\/mens-vintage-casual-print-loose-plush-sweatshirt?variant=02a877cb-1475-4b91-8469-260c97e823e8","available_quantity":999999999,"options":[{"name":"Color","value":"gray"},{"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 : 1582289912785788929
Weight : 200g
${function(){
const variantData = data.variant || {"id":"02a877cb-1475-4b91-8469-260c97e823e8","product_id":"71d0c40f-b378-4da3-a2f9-6dd35491093b","title":"gray-S","weight_unit":"g","inventory_quantity":999,"sku":"1582289912785788929","barcode":"","position":1,"option1":"gray","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/da6f960c94044e6372d3a7aa53d701ef.jpeg","path":"da6f960c94044e6372d3a7aa53d701ef.jpeg","width":600,"height":600,"alt":"21d66ba78658a2ceb899b5e92f52ee1b","aspect_ratio":1},"wholesale_price":[{"price":32.14,"min_quantity":1}],"weight":"200","compare_at_price":"0","price":"32.14","retail_price":"0","available":true,"url":"\/products\/mens-vintage-casual-print-loose-plush-sweatshirt?variant=02a877cb-1475-4b91-8469-260c97e823e8","available_quantity":999999999,"options":[{"name":"Color","value":"gray"},{"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}
`
}()}