${function() {
const variantData = data.variant || {"id":"d3e0adda-bcea-447e-9a5b-d540eeafc49c","product_id":"40317418-91f2-47a6-9c47-8ad658965741","title":"Orange-S","weight_unit":"kg","inventory_quantity":999,"sku":"K562098613285879808","barcode":"","position":1,"option1":"Orange","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3fe54ce70392821a9aa62d7df2c52d22.png","path":"3fe54ce70392821a9aa62d7df2c52d22.png","width":675,"height":900,"alt":"Women's Thanksgiving Print Sweatshirt","aspect_ratio":0.75},"wholesale_price":[{"price":22.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"39.89","price":"22.99","retail_price":"39.89","available":true,"url":"\/products\/womens-thanksgiving-print-sweatshirt-64cc?variant=d3e0adda-bcea-447e-9a5b-d540eeafc49c","available_quantity":999999999,"options":[{"name":"Color","value":"Orange"},{"name":"Size","value":"S"}],"off_ratio":42,"flashsale_info":[],"sales":302};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Color
: Orange
${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":"d3e0adda-bcea-447e-9a5b-d540eeafc49c","product_id":"40317418-91f2-47a6-9c47-8ad658965741","title":"Orange-S","weight_unit":"kg","inventory_quantity":999,"sku":"K562098613285879808","barcode":"","position":1,"option1":"Orange","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3fe54ce70392821a9aa62d7df2c52d22.png","path":"3fe54ce70392821a9aa62d7df2c52d22.png","width":675,"height":900,"alt":"Women's Thanksgiving Print Sweatshirt","aspect_ratio":0.75},"wholesale_price":[{"price":22.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"39.89","price":"22.99","retail_price":"39.89","available":true,"url":"\/products\/womens-thanksgiving-print-sweatshirt-64cc?variant=d3e0adda-bcea-447e-9a5b-d540eeafc49c","available_quantity":999999999,"options":[{"name":"Color","value":"Orange"},{"name":"Size","value":"S"}],"off_ratio":42,"flashsale_info":[],"sales":302};
return `
`
}()}