${function() {
const variantData = data.variant || {"id":"1fbeb7b2-6487-4f04-8101-555cced848c5","product_id":"2b13c61a-fe3b-4109-b674-7a0336824755","title":"Yellow-6","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Yellow","option2":"6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b0eb675ea16c573e962cb03d3fe66c29.jpeg","path":"b0eb675ea16c573e962cb03d3fe66c29.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":55.99,"min_quantity":1}],"weight":"0","compare_at_price":"85.99","price":"55.99","retail_price":"85.99","available":true,"url":"\/products\/2020-newest-large-size-mens-casual-leather-shoes?variant=1fbeb7b2-6487-4f04-8101-555cced848c5","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"name":"Shoe Size","value":"6"}],"off_ratio":35,"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
${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":"1fbeb7b2-6487-4f04-8101-555cced848c5","product_id":"2b13c61a-fe3b-4109-b674-7a0336824755","title":"Yellow-6","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Yellow","option2":"6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b0eb675ea16c573e962cb03d3fe66c29.jpeg","path":"b0eb675ea16c573e962cb03d3fe66c29.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":55.99,"min_quantity":1}],"weight":"0","compare_at_price":"85.99","price":"55.99","retail_price":"85.99","available":true,"url":"\/products\/2020-newest-large-size-mens-casual-leather-shoes?variant=1fbeb7b2-6487-4f04-8101-555cced848c5","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"name":"Shoe Size","value":"6"}],"off_ratio":35,"flashsale_info":[],"sales":0};
return `
`
}()}