${function() {
const variantData = data.variant || {"id":"fe4cd382-aead-4617-a08f-e7edda1aaa88","product_id":"484af99a-6d42-400e-9ca9-38a094dae1b5","title":"black-7","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"black","option2":"7","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d38e63d47a8670a87f96cf49bc624dff.jpeg","path":"d38e63d47a8670a87f96cf49bc624dff.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":45.98,"min_quantity":1}],"weight":"0","compare_at_price":"65.98","price":"45.98","retail_price":"65.98","available":true,"url":"\/products\/men-leather-shoes-casual-shoes-new-fashion-shoes?variant=fe4cd382-aead-4617-a08f-e7edda1aaa88","available_quantity":999999999,"options":[{"name":"color","value":"black"},{"name":"Shoe Size","value":"7"}],"off_ratio":30,"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
: black
${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":"fe4cd382-aead-4617-a08f-e7edda1aaa88","product_id":"484af99a-6d42-400e-9ca9-38a094dae1b5","title":"black-7","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"black","option2":"7","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d38e63d47a8670a87f96cf49bc624dff.jpeg","path":"d38e63d47a8670a87f96cf49bc624dff.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":45.98,"min_quantity":1}],"weight":"0","compare_at_price":"65.98","price":"45.98","retail_price":"65.98","available":true,"url":"\/products\/men-leather-shoes-casual-shoes-new-fashion-shoes?variant=fe4cd382-aead-4617-a08f-e7edda1aaa88","available_quantity":999999999,"options":[{"name":"color","value":"black"},{"name":"Shoe Size","value":"7"}],"off_ratio":30,"flashsale_info":[],"sales":0};
return `
`
}()}