${function() {
const variantData = data.variant || {"id":"ea9daee6-0eb8-409d-872e-3a84bae52b3d","product_id":"fa07208f-7c7a-4a57-ac24-d31cf04f568f","title":"Pink-S","weight_unit":"kg","inventory_quantity":999,"sku":"K633482381927444480","barcode":"","position":1,"option1":"Pink","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d23de589d3deecf5eed3551b3b00a673.jpeg","path":"d23de589d3deecf5eed3551b3b00a673.jpeg","width":1314,"height":1752,"alt":"Men's Collage Art Black Cat Love Yourself Print Half Button Short Sleeve Shirt","aspect_ratio":0.75},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"46.99","price":"26.99","retail_price":"46.99","available":true,"url":"\/products\/mens-collage-art-black-cat-love-yourself-print-half-button-short-sleeve-shirt?variant=ea9daee6-0eb8-409d-872e-3a84bae52b3d","available_quantity":999999999,"options":[{"name":"Color","value":"Pink"},{"name":"Size","value":"S"}],"off_ratio":43,"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
: Pink
${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":"ea9daee6-0eb8-409d-872e-3a84bae52b3d","product_id":"fa07208f-7c7a-4a57-ac24-d31cf04f568f","title":"Pink-S","weight_unit":"kg","inventory_quantity":999,"sku":"K633482381927444480","barcode":"","position":1,"option1":"Pink","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d23de589d3deecf5eed3551b3b00a673.jpeg","path":"d23de589d3deecf5eed3551b3b00a673.jpeg","width":1314,"height":1752,"alt":"Men's Collage Art Black Cat Love Yourself Print Half Button Short Sleeve Shirt","aspect_ratio":0.75},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"46.99","price":"26.99","retail_price":"46.99","available":true,"url":"\/products\/mens-collage-art-black-cat-love-yourself-print-half-button-short-sleeve-shirt?variant=ea9daee6-0eb8-409d-872e-3a84bae52b3d","available_quantity":999999999,"options":[{"name":"Color","value":"Pink"},{"name":"Size","value":"S"}],"off_ratio":43,"flashsale_info":[],"sales":0};
return `
`
}()}