${function() {
const variantData = data.variant || {"id":"3b339c53-9666-4473-81ef-654112e159cf","product_id":"066897e7-c7e5-40b3-94d6-be73cf735803","title":"camel-6.5","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"camel","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/eac9a45cfea92fcf3d11c955bf9e37c2.jpeg","path":"eac9a45cfea92fcf3d11c955bf9e37c2.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":63.89,"min_quantity":1}],"weight":"0","compare_at_price":"83.89","price":"63.89","retail_price":"83.89","available":true,"url":"\/products\/luminous-mens-outdoor-lightweight-walking-running-sneakers?variant=3b339c53-9666-4473-81ef-654112e159cf","available_quantity":999999999,"options":[{"name":"Color","value":"camel"},{"name":"Shoe Size","value":"6.5"}],"off_ratio":24,"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
: camel
${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":"3b339c53-9666-4473-81ef-654112e159cf","product_id":"066897e7-c7e5-40b3-94d6-be73cf735803","title":"camel-6.5","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"camel","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/eac9a45cfea92fcf3d11c955bf9e37c2.jpeg","path":"eac9a45cfea92fcf3d11c955bf9e37c2.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":63.89,"min_quantity":1}],"weight":"0","compare_at_price":"83.89","price":"63.89","retail_price":"83.89","available":true,"url":"\/products\/luminous-mens-outdoor-lightweight-walking-running-sneakers?variant=3b339c53-9666-4473-81ef-654112e159cf","available_quantity":999999999,"options":[{"name":"Color","value":"camel"},{"name":"Shoe Size","value":"6.5"}],"off_ratio":24,"flashsale_info":[],"sales":0};
return `
`
}()}