${function() {
const variantData = data.variant || {"id":"9bd320d2-774b-4d91-922c-1ff45c1c2733","product_id":"803a1d80-d1c3-4cd8-9db1-8b493eec6045","title":"Light Green-US6","weight_unit":"kg","inventory_quantity":999,"sku":"L8113-Light Green-US6","barcode":"","position":1,"option1":"Light Green","option2":"US6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/26a8b361a6441ca718cd33bf343351be.webp","path":"26a8b361a6441ca718cd33bf343351be.webp","width":600,"height":750,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":43.99,"min_quantity":1}],"weight":"0.2","compare_at_price":"150.36","price":"43.99","retail_price":"150.36","available":true,"url":"\/products\/solid-round-neck-sexy-tank-top-1?variant=9bd320d2-774b-4d91-922c-1ff45c1c2733","available_quantity":999999999,"options":[{"name":"color","value":"Light Green"},{"name":"size","value":"US6"}],"off_ratio":71,"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 : L8113-Light Green-US6
Weight : 0.2kg
${function(){
const variantData = data.variant || {"id":"9bd320d2-774b-4d91-922c-1ff45c1c2733","product_id":"803a1d80-d1c3-4cd8-9db1-8b493eec6045","title":"Light Green-US6","weight_unit":"kg","inventory_quantity":999,"sku":"L8113-Light Green-US6","barcode":"","position":1,"option1":"Light Green","option2":"US6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/26a8b361a6441ca718cd33bf343351be.webp","path":"26a8b361a6441ca718cd33bf343351be.webp","width":600,"height":750,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":43.99,"min_quantity":1}],"weight":"0.2","compare_at_price":"150.36","price":"43.99","retail_price":"150.36","available":true,"url":"\/products\/solid-round-neck-sexy-tank-top-1?variant=9bd320d2-774b-4d91-922c-1ff45c1c2733","available_quantity":999999999,"options":[{"name":"color","value":"Light Green"},{"name":"size","value":"US6"}],"off_ratio":71,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}