${function() {
const variantData = data.variant || {"id":"9893fce4-cadf-4fff-baab-ca7cd9854a40","product_id":"09845954-3dbe-46be-a0ad-8f903ca787b4","title":"01 Black-S","weight_unit":"kg","inventory_quantity":500,"sku":"3256805440029957_01 Black_S","barcode":"","position":1,"option1":"01 Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e0aaeb4c7244977789b6662171860b41.jpeg","path":"e0aaeb4c7244977789b6662171860b41.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":15.83,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"15.83","retail_price":"0","available":true,"url":"\/products\/fashion-nightclub-mens-see-through-basic-tees-streetwear-sexy-transparent-hollow-out-mesh-t-shirts-men-short-sleeve-o-neck-tops?variant=9893fce4-cadf-4fff-baab-ca7cd9854a40","available_quantity":999999999,"options":[{"name":"Color","value":"01 Black"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":31};
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 : 3256805440029957_01 Black_S
${function(){
const variantData = data.variant || {"id":"9893fce4-cadf-4fff-baab-ca7cd9854a40","product_id":"09845954-3dbe-46be-a0ad-8f903ca787b4","title":"01 Black-S","weight_unit":"kg","inventory_quantity":500,"sku":"3256805440029957_01 Black_S","barcode":"","position":1,"option1":"01 Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e0aaeb4c7244977789b6662171860b41.jpeg","path":"e0aaeb4c7244977789b6662171860b41.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":15.83,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"15.83","retail_price":"0","available":true,"url":"\/products\/fashion-nightclub-mens-see-through-basic-tees-streetwear-sexy-transparent-hollow-out-mesh-t-shirts-men-short-sleeve-o-neck-tops?variant=9893fce4-cadf-4fff-baab-ca7cd9854a40","available_quantity":999999999,"options":[{"name":"Color","value":"01 Black"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":31};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}