${function() {
const variantData = data.variant || {"id":"faed48ea-dd77-4fc7-a317-59a7ec6139f6","product_id":"85841590-f7ac-48db-9d16-a0eb9189a035","title":"01 Black-S","weight_unit":"kg","inventory_quantity":500,"sku":"3256805314643469_01 Black_S","barcode":"","position":1,"option1":"01 Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/108b0578b25b421c401d337753e22ec3.jpeg","path":"108b0578b25b421c401d337753e22ec3.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.7,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"19.7","retail_price":"0","available":true,"url":"\/products\/2023-summer-short-sleeve-see-through-sexy-shirt-men-streetwear-fashion-loose-open-stitch-mesh-tops-solid-color-patchwork-shirts?variant=faed48ea-dd77-4fc7-a317-59a7ec6139f6","available_quantity":999999999,"options":[{"name":"Color","value":"01 Black"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":15};
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 : 3256805314643469_01 Black_S
${function(){
const variantData = data.variant || {"id":"faed48ea-dd77-4fc7-a317-59a7ec6139f6","product_id":"85841590-f7ac-48db-9d16-a0eb9189a035","title":"01 Black-S","weight_unit":"kg","inventory_quantity":500,"sku":"3256805314643469_01 Black_S","barcode":"","position":1,"option1":"01 Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/108b0578b25b421c401d337753e22ec3.jpeg","path":"108b0578b25b421c401d337753e22ec3.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.7,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"19.7","retail_price":"0","available":true,"url":"\/products\/2023-summer-short-sleeve-see-through-sexy-shirt-men-streetwear-fashion-loose-open-stitch-mesh-tops-solid-color-patchwork-shirts?variant=faed48ea-dd77-4fc7-a317-59a7ec6139f6","available_quantity":999999999,"options":[{"name":"Color","value":"01 Black"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":15};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}