${function() {
const variantData = data.variant || {"id":"a5087c66-f075-4830-8667-f1aad1bd6f93","product_id":"6b9cf168-ff8b-4e49-9430-97d6caed1168","title":"yellow-6.5","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"yellow","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/eeea335660776bcc16e28c97d6b62779.jpeg","path":"eeea335660776bcc16e28c97d6b62779.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":68.88,"min_quantity":1}],"weight":"0","compare_at_price":"88.88","price":"68.88","retail_price":"88.88","available":true,"url":"\/products\/mens-comfortable-non-slip-leather-ankle-boots?variant=a5087c66-f075-4830-8667-f1aad1bd6f93","available_quantity":999999999,"options":[{"name":"Color","value":"yellow"},{"name":"Shoe Size","value":"6.5"}],"off_ratio":23,"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
: yellow
${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}
`
}()}
Shoe Size
: 6.5
${function(){
const optName = "Shoe 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":"a5087c66-f075-4830-8667-f1aad1bd6f93","product_id":"6b9cf168-ff8b-4e49-9430-97d6caed1168","title":"yellow-6.5","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"yellow","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/eeea335660776bcc16e28c97d6b62779.jpeg","path":"eeea335660776bcc16e28c97d6b62779.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":68.88,"min_quantity":1}],"weight":"0","compare_at_price":"88.88","price":"68.88","retail_price":"88.88","available":true,"url":"\/products\/mens-comfortable-non-slip-leather-ankle-boots?variant=a5087c66-f075-4830-8667-f1aad1bd6f93","available_quantity":999999999,"options":[{"name":"Color","value":"yellow"},{"name":"Shoe Size","value":"6.5"}],"off_ratio":23,"flashsale_info":[],"sales":0};
return `
`
}()}