${function() {
const variantData = data.variant || {"id":"966d97d1-9b00-4186-b06f-df2c8e58f949","product_id":"2e763ef7-ac45-4b83-b4bd-79a70e39af3a","title":"Black-S","weight_unit":"g","inventory_quantity":999,"sku":"XHUC4yM3l-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7b31f727e8dce6b206b2d23990abecd5.jpeg","path":"7b31f727e8dce6b206b2d23990abecd5.jpeg","width":828,"height":828,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":18.89,"min_quantity":1}],"weight":"222","compare_at_price":"33","price":"18.89","retail_price":"33","available":true,"url":"\/products\/street-basketball-casual-short-sleeve-t-shirt?variant=966d97d1-9b00-4186-b06f-df2c8e58f949","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":43,"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 : XHUC4yM3l-Black-S
Weight : 222g
${function(){
const variantData = data.variant || {"id":"966d97d1-9b00-4186-b06f-df2c8e58f949","product_id":"2e763ef7-ac45-4b83-b4bd-79a70e39af3a","title":"Black-S","weight_unit":"g","inventory_quantity":999,"sku":"XHUC4yM3l-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7b31f727e8dce6b206b2d23990abecd5.jpeg","path":"7b31f727e8dce6b206b2d23990abecd5.jpeg","width":828,"height":828,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":18.89,"min_quantity":1}],"weight":"222","compare_at_price":"33","price":"18.89","retail_price":"33","available":true,"url":"\/products\/street-basketball-casual-short-sleeve-t-shirt?variant=966d97d1-9b00-4186-b06f-df2c8e58f949","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":43,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}