${function() {
const variantData = data.variant || {"id":"0c7831c9-d46d-4c0e-bc40-300820d4da28","product_id":"e49ba66e-8d6e-43ed-bf4b-f8032752f40d","title":"Green-S","weight_unit":"kg","inventory_quantity":999,"sku":"K586111406786248704","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/cd3c24d2a7fc210a04e5fcec18deaedf.jpeg","path":"cd3c24d2a7fc210a04e5fcec18deaedf.jpeg","width":675,"height":900,"alt":"Men's Lucky Charmer Clover Print Long Sleeve Henley Shirt","aspect_ratio":0.75},"wholesale_price":[{"price":23.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"41.99","price":"23.99","retail_price":"41.99","available":true,"url":"\/products\/mens-lucky-charmer-clover-print-long-sleeve-henley-shirt?variant=0c7831c9-d46d-4c0e-bc40-300820d4da28","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":43,"flashsale_info":[],"sales":359};
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":"0c7831c9-d46d-4c0e-bc40-300820d4da28","product_id":"e49ba66e-8d6e-43ed-bf4b-f8032752f40d","title":"Green-S","weight_unit":"kg","inventory_quantity":999,"sku":"K586111406786248704","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/cd3c24d2a7fc210a04e5fcec18deaedf.jpeg","path":"cd3c24d2a7fc210a04e5fcec18deaedf.jpeg","width":675,"height":900,"alt":"Men's Lucky Charmer Clover Print Long Sleeve Henley Shirt","aspect_ratio":0.75},"wholesale_price":[{"price":23.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"41.99","price":"23.99","retail_price":"41.99","available":true,"url":"\/products\/mens-lucky-charmer-clover-print-long-sleeve-henley-shirt?variant=0c7831c9-d46d-4c0e-bc40-300820d4da28","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":43,"flashsale_info":[],"sales":359};
return `
`
}()}