${function() {
const variantData = data.variant || {"id":"fb11105e-7247-4d23-b454-289d0b5d37f2","product_id":"44b723fa-f7b7-4710-b67c-36e9b51ca24c","title":"Blue-6.5","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"Blue","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9e74f562884feec0899ae5d079fc26e3.jpeg","path":"9e74f562884feec0899ae5d079fc26e3.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":69.99,"min_quantity":1}],"weight":"0","compare_at_price":"89.99","price":"69.99","retail_price":"89.99","available":true,"url":"\/products\/men-luxury-trainers-running-athletic-sneakers?variant=fb11105e-7247-4d23-b454-289d0b5d37f2","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"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
: Blue
${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":"fb11105e-7247-4d23-b454-289d0b5d37f2","product_id":"44b723fa-f7b7-4710-b67c-36e9b51ca24c","title":"Blue-6.5","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"Blue","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9e74f562884feec0899ae5d079fc26e3.jpeg","path":"9e74f562884feec0899ae5d079fc26e3.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":69.99,"min_quantity":1}],"weight":"0","compare_at_price":"89.99","price":"69.99","retail_price":"89.99","available":true,"url":"\/products\/men-luxury-trainers-running-athletic-sneakers?variant=fb11105e-7247-4d23-b454-289d0b5d37f2","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Shoe Size","value":"6.5"}],"off_ratio":22,"flashsale_info":[],"sales":0};
return `
`
}()}