${function() {
const variantData = data.variant || {"id":"af427904-3e5b-4803-af84-df4543590cd1","product_id":"4221b180-5a16-46a0-a809-21eda3428d72","title":"gray-6.5","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"gray","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/018c2808a576037fb69a92d8d584e6c0.jpeg","path":"018c2808a576037fb69a92d8d584e6c0.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":66.99,"min_quantity":1}],"weight":"0","compare_at_price":"78.99","price":"66.99","retail_price":"78.99","available":true,"url":"\/products\/mens-breathable-lightweight-outdoor-damping-sneaker-6aiy?variant=af427904-3e5b-4803-af84-df4543590cd1","available_quantity":999999999,"options":[{"name":"Color","value":"gray"},{"name":"Shoe Size","value":"6.5"}],"off_ratio":15,"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
: gray
${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":"af427904-3e5b-4803-af84-df4543590cd1","product_id":"4221b180-5a16-46a0-a809-21eda3428d72","title":"gray-6.5","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"gray","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/018c2808a576037fb69a92d8d584e6c0.jpeg","path":"018c2808a576037fb69a92d8d584e6c0.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":66.99,"min_quantity":1}],"weight":"0","compare_at_price":"78.99","price":"66.99","retail_price":"78.99","available":true,"url":"\/products\/mens-breathable-lightweight-outdoor-damping-sneaker-6aiy?variant=af427904-3e5b-4803-af84-df4543590cd1","available_quantity":999999999,"options":[{"name":"Color","value":"gray"},{"name":"Shoe Size","value":"6.5"}],"off_ratio":15,"flashsale_info":[],"sales":0};
return `
`
}()}