${function() {
const variantData = data.variant || {"id":"e207ff86-3342-4be1-90a6-850cdfdaf474","product_id":"5dad09b9-cfd7-4c50-99f5-dbee3aa7f1b9","title":"Yellow-S","weight_unit":"kg","inventory_quantity":999,"sku":"K625585853683150848","barcode":"","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b8b81fdb0584f66710704f9bd1e1b816.jpeg","path":"b8b81fdb0584f66710704f9bd1e1b816.jpeg","width":1125,"height":1500,"alt":"Men's Retro Free American Letter Art Print Short Sleeve Shirt","aspect_ratio":0.75},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"0.19","compare_at_price":"44.99","price":"26.99","retail_price":"44.99","available":true,"url":"\/products\/mens-retro-free-american-letter-art-print-short-sleeve-shirt?variant=e207ff86-3342-4be1-90a6-850cdfdaf474","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"name":"Size","value":"S"}],"off_ratio":40,"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 + '%'
: ` `
)}
`;
}()}
Color
: Yellow
${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":"e207ff86-3342-4be1-90a6-850cdfdaf474","product_id":"5dad09b9-cfd7-4c50-99f5-dbee3aa7f1b9","title":"Yellow-S","weight_unit":"kg","inventory_quantity":999,"sku":"K625585853683150848","barcode":"","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b8b81fdb0584f66710704f9bd1e1b816.jpeg","path":"b8b81fdb0584f66710704f9bd1e1b816.jpeg","width":1125,"height":1500,"alt":"Men's Retro Free American Letter Art Print Short Sleeve Shirt","aspect_ratio":0.75},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"0.19","compare_at_price":"44.99","price":"26.99","retail_price":"44.99","available":true,"url":"\/products\/mens-retro-free-american-letter-art-print-short-sleeve-shirt?variant=e207ff86-3342-4be1-90a6-850cdfdaf474","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"name":"Size","value":"S"}],"off_ratio":40,"flashsale_info":[],"sales":0};
return `
`
}()}