${function() {
const variantData = data.variant || {"id":"a7aed2f9-1f42-429f-a27e-98b81e4e4efe","product_id":"bee9d96d-74c5-4070-bca5-01293af15b5b","title":"Black-S","weight_unit":"g","inventory_quantity":999,"sku":"XHXnJ3DH8-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/32e8d0eff6d5676e41ce9d17249ec26a.jpeg","path":"32e8d0eff6d5676e41ce9d17249ec26a.jpeg","width":1102,"height":1102,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":30.89,"min_quantity":1}],"weight":"400","compare_at_price":"42","price":"30.89","retail_price":"42","available":true,"url":"\/products\/personalized-color-block-splash-ink-casual-trousers?variant=a7aed2f9-1f42-429f-a27e-98b81e4e4efe","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":26,"flashsale_info":[],"sales":5};
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 : XHXnJ3DH8-Black-S
Weight : 400g
${function(){
const variantData = data.variant || {"id":"a7aed2f9-1f42-429f-a27e-98b81e4e4efe","product_id":"bee9d96d-74c5-4070-bca5-01293af15b5b","title":"Black-S","weight_unit":"g","inventory_quantity":999,"sku":"XHXnJ3DH8-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/32e8d0eff6d5676e41ce9d17249ec26a.jpeg","path":"32e8d0eff6d5676e41ce9d17249ec26a.jpeg","width":1102,"height":1102,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":30.89,"min_quantity":1}],"weight":"400","compare_at_price":"42","price":"30.89","retail_price":"42","available":true,"url":"\/products\/personalized-color-block-splash-ink-casual-trousers?variant=a7aed2f9-1f42-429f-a27e-98b81e4e4efe","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":26,"flashsale_info":[],"sales":5};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}