${function() {
const variantData = data.variant || {"id":"5501f8c9-335b-42a3-8cee-d5b11223386e","product_id":"2567eccf-43e5-4ef4-abbe-6d27e0dce3ad","title":"Black-M","weight_unit":"kg","inventory_quantity":1000,"sku":"YEYS-22080504-Black-M","barcode":"","position":1,"option1":"Black","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1872ef562571a2f8b076a01350fd8fb8.jpeg","path":"1872ef562571a2f8b076a01350fd8fb8.jpeg","width":750,"height":1000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":35.99,"min_quantity":1}],"weight":"0","compare_at_price":"71.99","price":"35.99","retail_price":"71.99","available":true,"url":"\/products\/gradient-k-crown-t-shirt-and-pants-two-piece-set?variant=5501f8c9-335b-42a3-8cee-d5b11223386e","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"M"}],"off_ratio":50,"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 : YEYS-22080504-Black-M
${function(){
const variantData = data.variant || {"id":"5501f8c9-335b-42a3-8cee-d5b11223386e","product_id":"2567eccf-43e5-4ef4-abbe-6d27e0dce3ad","title":"Black-M","weight_unit":"kg","inventory_quantity":1000,"sku":"YEYS-22080504-Black-M","barcode":"","position":1,"option1":"Black","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1872ef562571a2f8b076a01350fd8fb8.jpeg","path":"1872ef562571a2f8b076a01350fd8fb8.jpeg","width":750,"height":1000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":35.99,"min_quantity":1}],"weight":"0","compare_at_price":"71.99","price":"35.99","retail_price":"71.99","available":true,"url":"\/products\/gradient-k-crown-t-shirt-and-pants-two-piece-set?variant=5501f8c9-335b-42a3-8cee-d5b11223386e","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"M"}],"off_ratio":50,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}