${function() {
const variantData = data.variant || {"id":"ae686dc2-2912-4245-8a29-7974d460f943","product_id":"b7bf6bb3-b844-4eb8-831f-a4fe55eabd40","title":"Yellow-6.5","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"Yellow","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6bdd834a2bf2741cd4e685006b635430.jpeg","path":"6bdd834a2bf2741cd4e685006b635430.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":68.99,"min_quantity":1}],"weight":"0","compare_at_price":"88.99","price":"68.99","retail_price":"88.99","available":true,"url":"\/products\/men-formal-office-oxford-business-formal-dress-shoes?variant=ae686dc2-2912-4245-8a29-7974d460f943","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"name":"Shoe Size","value":"6.5"}],"off_ratio":22,"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":"ae686dc2-2912-4245-8a29-7974d460f943","product_id":"b7bf6bb3-b844-4eb8-831f-a4fe55eabd40","title":"Yellow-6.5","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"Yellow","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6bdd834a2bf2741cd4e685006b635430.jpeg","path":"6bdd834a2bf2741cd4e685006b635430.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":68.99,"min_quantity":1}],"weight":"0","compare_at_price":"88.99","price":"68.99","retail_price":"88.99","available":true,"url":"\/products\/men-formal-office-oxford-business-formal-dress-shoes?variant=ae686dc2-2912-4245-8a29-7974d460f943","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"name":"Shoe Size","value":"6.5"}],"off_ratio":22,"flashsale_info":[],"sales":0};
return `
`
}()}