${function() {
const variantData = data.variant || {"id":"ab551030-ad20-45b0-887f-27c8ec278538","product_id":"5b64c1bb-8ca1-47bb-8617-300fc0331007","title":"Black-S","weight_unit":"kg","inventory_quantity":999,"sku":"K587949471067152384","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3ebaffda9764a074c93271e44ea1dc97.jpeg","path":"3ebaffda9764a074c93271e44ea1dc97.jpeg","width":600,"height":800,"alt":"Men's Cheers Beers Shamrocks St. Patrick's Day Print Casual Sweatshirt","aspect_ratio":0.75},"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"44.99","price":"24.99","retail_price":"44.99","available":true,"url":"\/products\/mens-cheers-beers-shamrocks-st-patricks-day-print-casual-sweatshirt?variant=ab551030-ad20-45b0-887f-27c8ec278538","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":44,"flashsale_info":[],"sales":419};
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":"ab551030-ad20-45b0-887f-27c8ec278538","product_id":"5b64c1bb-8ca1-47bb-8617-300fc0331007","title":"Black-S","weight_unit":"kg","inventory_quantity":999,"sku":"K587949471067152384","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3ebaffda9764a074c93271e44ea1dc97.jpeg","path":"3ebaffda9764a074c93271e44ea1dc97.jpeg","width":600,"height":800,"alt":"Men's Cheers Beers Shamrocks St. Patrick's Day Print Casual Sweatshirt","aspect_ratio":0.75},"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"44.99","price":"24.99","retail_price":"44.99","available":true,"url":"\/products\/mens-cheers-beers-shamrocks-st-patricks-day-print-casual-sweatshirt?variant=ab551030-ad20-45b0-887f-27c8ec278538","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":44,"flashsale_info":[],"sales":419};
return `
`
}()}