${function() {
const variantData = data.variant || {"id":"e485a1be-1178-488d-9f4d-0a674e395905","product_id":"f8bad210-a0c7-4011-b7ef-6a18e71002d3","title":"Green-S","weight_unit":"kg","inventory_quantity":999,"sku":"K633191710508314624","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/79c1a967da69f8c2a4510ae3ff39d719.jpeg","path":"79c1a967da69f8c2a4510ae3ff39d719.jpeg","width":750,"height":1000,"alt":"Men's Wine Black Cat Print Loose Drawstring Waist Sweatpants","aspect_ratio":0.75},"wholesale_price":[{"price":30.99,"min_quantity":1}],"weight":"0.25","compare_at_price":"55.99","price":"30.99","retail_price":"55.99","available":true,"url":"\/products\/mens-wine-black-cat-print-loose-drawstring-waist-sweatpants?variant=e485a1be-1178-488d-9f4d-0a674e395905","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":45,"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":"e485a1be-1178-488d-9f4d-0a674e395905","product_id":"f8bad210-a0c7-4011-b7ef-6a18e71002d3","title":"Green-S","weight_unit":"kg","inventory_quantity":999,"sku":"K633191710508314624","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/79c1a967da69f8c2a4510ae3ff39d719.jpeg","path":"79c1a967da69f8c2a4510ae3ff39d719.jpeg","width":750,"height":1000,"alt":"Men's Wine Black Cat Print Loose Drawstring Waist Sweatpants","aspect_ratio":0.75},"wholesale_price":[{"price":30.99,"min_quantity":1}],"weight":"0.25","compare_at_price":"55.99","price":"30.99","retail_price":"55.99","available":true,"url":"\/products\/mens-wine-black-cat-print-loose-drawstring-waist-sweatpants?variant=e485a1be-1178-488d-9f4d-0a674e395905","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":45,"flashsale_info":[],"sales":0};
return `
`
}()}