${function() {
const variantData = data.variant || {"id":"d1f52fcd-af4d-4a0f-b47c-1cfe7431933e","product_id":"a2b81bcf-6be0-499e-8167-4c6c353fb794","title":"Khaki-6.5","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Khaki","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b83b660def6dab4b6420cac43e5904b5.jpeg","path":"b83b660def6dab4b6420cac43e5904b5.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":43.99,"min_quantity":1}],"weight":"0","compare_at_price":"63.99","price":"43.99","retail_price":"63.99","available":true,"url":"\/products\/new-fashion-style-leather-casual-shoes?variant=d1f52fcd-af4d-4a0f-b47c-1cfe7431933e","available_quantity":999999999,"options":[{"name":"color","value":"Khaki"},{"name":"Shoe Size","value":"6.5"}],"off_ratio":31,"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
: Khaki
${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":"d1f52fcd-af4d-4a0f-b47c-1cfe7431933e","product_id":"a2b81bcf-6be0-499e-8167-4c6c353fb794","title":"Khaki-6.5","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Khaki","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b83b660def6dab4b6420cac43e5904b5.jpeg","path":"b83b660def6dab4b6420cac43e5904b5.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":43.99,"min_quantity":1}],"weight":"0","compare_at_price":"63.99","price":"43.99","retail_price":"63.99","available":true,"url":"\/products\/new-fashion-style-leather-casual-shoes?variant=d1f52fcd-af4d-4a0f-b47c-1cfe7431933e","available_quantity":999999999,"options":[{"name":"color","value":"Khaki"},{"name":"Shoe Size","value":"6.5"}],"off_ratio":31,"flashsale_info":[],"sales":0};
return `
`
}()}