${function() {
const variantData = data.variant || {"id":"10f21a03-c52c-46f0-b3b0-2af758e39e10","product_id":"28cb91cf-c75d-41f1-9ab8-bd4492eaeb1e","title":"Green-S","weight_unit":"kg","inventory_quantity":999,"sku":"K585055289548169216","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/20faa8f3db39deb0140eebef30d258e6.png","path":"20faa8f3db39deb0140eebef30d258e6.png","width":498,"height":666,"alt":"Women's Plaid Pattern Print Drawstring Casual Sweatpants","aspect_ratio":0.7477477477477478},"wholesale_price":[{"price":30.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"55.99","price":"30.99","retail_price":"55.99","available":true,"url":"\/products\/womens-plaid-pattern-print-drawstring-casual-sweatpants?variant=10f21a03-c52c-46f0-b3b0-2af758e39e10","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":45,"flashsale_info":[],"sales":582};
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":"10f21a03-c52c-46f0-b3b0-2af758e39e10","product_id":"28cb91cf-c75d-41f1-9ab8-bd4492eaeb1e","title":"Green-S","weight_unit":"kg","inventory_quantity":999,"sku":"K585055289548169216","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/20faa8f3db39deb0140eebef30d258e6.png","path":"20faa8f3db39deb0140eebef30d258e6.png","width":498,"height":666,"alt":"Women's Plaid Pattern Print Drawstring Casual Sweatpants","aspect_ratio":0.7477477477477478},"wholesale_price":[{"price":30.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"55.99","price":"30.99","retail_price":"55.99","available":true,"url":"\/products\/womens-plaid-pattern-print-drawstring-casual-sweatpants?variant=10f21a03-c52c-46f0-b3b0-2af758e39e10","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":45,"flashsale_info":[],"sales":582};
return `
`
}()}