${function() {
const variantData = data.variant || {"id":"2aaf29d0-a2c8-4adb-bd15-318affe5cf88","product_id":"1acf590a-b917-4824-a4d7-853a3afdb030","title":"Black-S","weight_unit":"kg","inventory_quantity":999,"sku":"K585274014887915520","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8fec4617d6bc25757e5839f11a508881.jpeg","path":"8fec4617d6bc25757e5839f11a508881.jpeg","width":1200,"height":1600,"alt":"Men's Saint Patrick's Day Guitar Clover Print Short Sleeve Shirt","aspect_ratio":0.75},"wholesale_price":[{"price":22.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"40.99","price":"22.99","retail_price":"40.99","available":true,"url":"\/products\/mens-saint-patricks-day-guitar-clover-print-short-sleeve-shirt?variant=2aaf29d0-a2c8-4adb-bd15-318affe5cf88","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":44,"flashsale_info":[],"sales":300};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Color
: Black
${function(){
const optName = "Color";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (': ' + optionValue) : '';
return `
${optionValueText}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Size
: S
${function(){
const optName = "Size";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (': ' + optionValue) : '';
return `
${optionValueText}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Add to cart
Buy now
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"2aaf29d0-a2c8-4adb-bd15-318affe5cf88","product_id":"1acf590a-b917-4824-a4d7-853a3afdb030","title":"Black-S","weight_unit":"kg","inventory_quantity":999,"sku":"K585274014887915520","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8fec4617d6bc25757e5839f11a508881.jpeg","path":"8fec4617d6bc25757e5839f11a508881.jpeg","width":1200,"height":1600,"alt":"Men's Saint Patrick's Day Guitar Clover Print Short Sleeve Shirt","aspect_ratio":0.75},"wholesale_price":[{"price":22.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"40.99","price":"22.99","retail_price":"40.99","available":true,"url":"\/products\/mens-saint-patricks-day-guitar-clover-print-short-sleeve-shirt?variant=2aaf29d0-a2c8-4adb-bd15-318affe5cf88","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":44,"flashsale_info":[],"sales":300};
return `
`
}()}