${function() {
const variantData = data.variant || {"id":"501876cd-4332-4187-a497-b98b57a67160","product_id":"a5104bce-7bca-45c5-9cb1-025230f00c10","title":"yellow hole-7","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"yellow hole","option2":"7","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/06b8ca68e264f85e32de06be53f2fd54.jpeg","path":"06b8ca68e264f85e32de06be53f2fd54.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":65.89,"min_quantity":1}],"weight":"0","compare_at_price":"85.89","price":"65.89","retail_price":"85.89","available":true,"url":"\/products\/2020-newest-men-handmade-hole-shoes?variant=501876cd-4332-4187-a497-b98b57a67160","available_quantity":999999999,"options":[{"name":"Color","value":"yellow hole"},{"name":"Shoe Size","value":"7"}],"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 hole
${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
: 7
${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":"501876cd-4332-4187-a497-b98b57a67160","product_id":"a5104bce-7bca-45c5-9cb1-025230f00c10","title":"yellow hole-7","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"yellow hole","option2":"7","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/06b8ca68e264f85e32de06be53f2fd54.jpeg","path":"06b8ca68e264f85e32de06be53f2fd54.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":65.89,"min_quantity":1}],"weight":"0","compare_at_price":"85.89","price":"65.89","retail_price":"85.89","available":true,"url":"\/products\/2020-newest-men-handmade-hole-shoes?variant=501876cd-4332-4187-a497-b98b57a67160","available_quantity":999999999,"options":[{"name":"Color","value":"yellow hole"},{"name":"Shoe Size","value":"7"}],"off_ratio":23,"flashsale_info":[],"sales":0};
return `
`
}()}