${function() {
const variantData = data.variant || {"id":"93a0b3ba-24c6-4e5a-b400-1f98dfc5cc7f","product_id":"90e28faa-3184-4206-959f-b84327341a37","title":"Yellow-6.5","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Yellow","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c12cc8ac34ba72f003df3421fcee7e47.png","path":"c12cc8ac34ba72f003df3421fcee7e47.png","width":640,"height":640,"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\/mens-breathable-sock-casual-outdoor-high-top-jogging-shoes?variant=93a0b3ba-24c6-4e5a-b400-1f98dfc5cc7f","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"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
: Yellow
${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":"93a0b3ba-24c6-4e5a-b400-1f98dfc5cc7f","product_id":"90e28faa-3184-4206-959f-b84327341a37","title":"Yellow-6.5","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Yellow","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c12cc8ac34ba72f003df3421fcee7e47.png","path":"c12cc8ac34ba72f003df3421fcee7e47.png","width":640,"height":640,"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\/mens-breathable-sock-casual-outdoor-high-top-jogging-shoes?variant=93a0b3ba-24c6-4e5a-b400-1f98dfc5cc7f","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"name":"Shoe Size","value":"6.5"}],"off_ratio":22,"flashsale_info":[],"sales":0};
return `
`
}()}