${function() {
const variantData = data.variant || {"id":"9df6dfab-56a5-4c7a-a5b1-5fc3562c7fae","product_id":"650ff37b-007c-4aef-9033-d1fd5c770035","title":"Black-S","weight_unit":"kg","inventory_quantity":999,"sku":"K586091099008413696","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6fb93e1ec82e5bf3a464881d8e4d5d70.jpeg","path":"6fb93e1ec82e5bf3a464881d8e4d5d70.jpeg","width":675,"height":900,"alt":"Men's Clover Letter Print Button Stand Collar Casual Sweatshirt","aspect_ratio":0.75},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"48.99","price":"26.99","retail_price":"48.99","available":true,"url":"\/products\/mens-clover-letter-print-button-stand-collar-casual-sweatshirt?variant=9df6dfab-56a5-4c7a-a5b1-5fc3562c7fae","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":45,"flashsale_info":[],"sales":647};
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":"9df6dfab-56a5-4c7a-a5b1-5fc3562c7fae","product_id":"650ff37b-007c-4aef-9033-d1fd5c770035","title":"Black-S","weight_unit":"kg","inventory_quantity":999,"sku":"K586091099008413696","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6fb93e1ec82e5bf3a464881d8e4d5d70.jpeg","path":"6fb93e1ec82e5bf3a464881d8e4d5d70.jpeg","width":675,"height":900,"alt":"Men's Clover Letter Print Button Stand Collar Casual Sweatshirt","aspect_ratio":0.75},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"48.99","price":"26.99","retail_price":"48.99","available":true,"url":"\/products\/mens-clover-letter-print-button-stand-collar-casual-sweatshirt?variant=9df6dfab-56a5-4c7a-a5b1-5fc3562c7fae","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":45,"flashsale_info":[],"sales":647};
return `
`
}()}