${function() {
const variantData = data.variant || {"id":"b2e4152f-3f91-4b22-8bf1-1183d5e35591","product_id":"3eae93c9-51bc-4601-b0e3-d62275be35e4","title":"Green-S","weight_unit":"kg","inventory_quantity":999,"sku":"K563566641534095360","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/568d7457edf7cdc4b95c2453dd82f004.jpeg","path":"568d7457edf7cdc4b95c2453dd82f004.jpeg","width":675,"height":900,"alt":"Women's Pinecone Leaf Embroidery Pattern Print Casual Sweatshirt","aspect_ratio":0.75},"wholesale_price":[{"price":25.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"25.99","price":"25.99","retail_price":"25.99","available":true,"url":"\/products\/womens-pinecone-leaf-embroidery-pattern-print-casual-sweatshirt?variant=b2e4152f-3f91-4b22-8bf1-1183d5e35591","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":0,"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
: 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":"b2e4152f-3f91-4b22-8bf1-1183d5e35591","product_id":"3eae93c9-51bc-4601-b0e3-d62275be35e4","title":"Green-S","weight_unit":"kg","inventory_quantity":999,"sku":"K563566641534095360","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/568d7457edf7cdc4b95c2453dd82f004.jpeg","path":"568d7457edf7cdc4b95c2453dd82f004.jpeg","width":675,"height":900,"alt":"Women's Pinecone Leaf Embroidery Pattern Print Casual Sweatshirt","aspect_ratio":0.75},"wholesale_price":[{"price":25.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"25.99","price":"25.99","retail_price":"25.99","available":true,"url":"\/products\/womens-pinecone-leaf-embroidery-pattern-print-casual-sweatshirt?variant=b2e4152f-3f91-4b22-8bf1-1183d5e35591","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
`
}()}