${function() {
const variantData = data.variant || {"id":"db9eb98e-2f6d-434c-8211-e4db120d66a0","product_id":"20e369dd-512a-4ddb-bf96-bae7cee1af61","title":"Green-S","weight_unit":"kg","inventory_quantity":999,"sku":"K573787937951801344","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/15ae4761525df4c4f6fe2b17dc7b41a0.jpeg","path":"15ae4761525df4c4f6fe2b17dc7b41a0.jpeg","width":600,"height":800,"alt":"Men's St Patrick's Day Doughnut Shark Print Casual T-Shirt","aspect_ratio":0.75},"wholesale_price":[{"price":21.99,"min_quantity":1}],"weight":"0.19","compare_at_price":"38.99","price":"21.99","retail_price":"38.99","available":true,"url":"\/products\/mens-st-patricks-day-doughnut-shark-print-casual-t-shirt?variant=db9eb98e-2f6d-434c-8211-e4db120d66a0","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":44,"flashsale_info":[],"sales":248};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Color
: Green
${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":"db9eb98e-2f6d-434c-8211-e4db120d66a0","product_id":"20e369dd-512a-4ddb-bf96-bae7cee1af61","title":"Green-S","weight_unit":"kg","inventory_quantity":999,"sku":"K573787937951801344","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/15ae4761525df4c4f6fe2b17dc7b41a0.jpeg","path":"15ae4761525df4c4f6fe2b17dc7b41a0.jpeg","width":600,"height":800,"alt":"Men's St Patrick's Day Doughnut Shark Print Casual T-Shirt","aspect_ratio":0.75},"wholesale_price":[{"price":21.99,"min_quantity":1}],"weight":"0.19","compare_at_price":"38.99","price":"21.99","retail_price":"38.99","available":true,"url":"\/products\/mens-st-patricks-day-doughnut-shark-print-casual-t-shirt?variant=db9eb98e-2f6d-434c-8211-e4db120d66a0","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":44,"flashsale_info":[],"sales":248};
return `
`
}()}