${function() {
const variantData = data.variant || {"id":"cd0267ef-98af-4398-97fd-8115ee90b386","product_id":"58a0e28e-e137-4c84-a791-ec9f44014028","title":"red-6.5","weight_unit":"","inventory_quantity":998,"sku":"","barcode":"","position":1,"option1":"red","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fc177a470013e040739a5a5b0532bed5.jpeg","path":"fc177a470013e040739a5a5b0532bed5.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":69.98,"min_quantity":1}],"weight":"0","compare_at_price":"89.98","price":"69.98","retail_price":"89.98","available":true,"url":"\/products\/new-man-air-running-shoes?variant=cd0267ef-98af-4398-97fd-8115ee90b386","available_quantity":999999999,"options":[{"name":"Color","value":"red"},{"name":"Shoe Size","value":"6.5"}],"off_ratio":22,"flashsale_info":[],"sales":4};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Color
: red
${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":"cd0267ef-98af-4398-97fd-8115ee90b386","product_id":"58a0e28e-e137-4c84-a791-ec9f44014028","title":"red-6.5","weight_unit":"","inventory_quantity":998,"sku":"","barcode":"","position":1,"option1":"red","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fc177a470013e040739a5a5b0532bed5.jpeg","path":"fc177a470013e040739a5a5b0532bed5.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":69.98,"min_quantity":1}],"weight":"0","compare_at_price":"89.98","price":"69.98","retail_price":"89.98","available":true,"url":"\/products\/new-man-air-running-shoes?variant=cd0267ef-98af-4398-97fd-8115ee90b386","available_quantity":999999999,"options":[{"name":"Color","value":"red"},{"name":"Shoe Size","value":"6.5"}],"off_ratio":22,"flashsale_info":[],"sales":4};
return `
`
}()}