${function() {
const variantData = data.variant || {"id":"a4c97120-b6b9-4c9c-bda0-d80ef6e81b06","product_id":"f3caffa0-70e7-4a73-9616-e71454594211","title":"6.5-Yellow","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"6.5","option2":"Yellow","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0e77e851e9f11fa4a5d5f36814fcfce7.png","path":"0e77e851e9f11fa4a5d5f36814fcfce7.png","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":65.88,"min_quantity":1}],"weight":"0","compare_at_price":"85.88","price":"65.88","retail_price":"85.88","available":true,"url":"\/products\/mens-stylish-outdoor-sports-blade-sneakers?variant=a4c97120-b6b9-4c9c-bda0-d80ef6e81b06","available_quantity":999999999,"options":[{"name":"Size","value":"6.5"},{"name":"Color","value":"Yellow"}],"off_ratio":23,"flashsale_info":[],"sales":1};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Size
: 6.5
${function(){
const optName = "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}
`
}()}
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}
`
}()}
Add to cart
Buy now
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"a4c97120-b6b9-4c9c-bda0-d80ef6e81b06","product_id":"f3caffa0-70e7-4a73-9616-e71454594211","title":"6.5-Yellow","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"6.5","option2":"Yellow","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0e77e851e9f11fa4a5d5f36814fcfce7.png","path":"0e77e851e9f11fa4a5d5f36814fcfce7.png","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":65.88,"min_quantity":1}],"weight":"0","compare_at_price":"85.88","price":"65.88","retail_price":"85.88","available":true,"url":"\/products\/mens-stylish-outdoor-sports-blade-sneakers?variant=a4c97120-b6b9-4c9c-bda0-d80ef6e81b06","available_quantity":999999999,"options":[{"name":"Size","value":"6.5"},{"name":"Color","value":"Yellow"}],"off_ratio":23,"flashsale_info":[],"sales":1};
return `
`
}()}