${function() {
const variantData = data.variant || {"id":"ae889980-d1ac-4761-ac87-d2fb7d0d8348","product_id":"587c0da8-0a4f-42b0-8d2f-3d383f0b4bc1","title":"Yellow-6","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Yellow","option2":"6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/cb99c9258274c22f84782ff8b74bbdfe.jpeg","path":"cb99c9258274c22f84782ff8b74bbdfe.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":68.98,"min_quantity":1}],"weight":"0","compare_at_price":"78.98","price":"68.98","retail_price":"78.98","available":true,"url":"\/products\/mens-air-cushion-casual-sport-running-shoes?variant=ae889980-d1ac-4761-ac87-d2fb7d0d8348","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"name":"Shoe Size","value":"6"}],"off_ratio":13,"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 + '%'
: ` `
)}
`;
}()}
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
${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":"ae889980-d1ac-4761-ac87-d2fb7d0d8348","product_id":"587c0da8-0a4f-42b0-8d2f-3d383f0b4bc1","title":"Yellow-6","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Yellow","option2":"6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/cb99c9258274c22f84782ff8b74bbdfe.jpeg","path":"cb99c9258274c22f84782ff8b74bbdfe.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":68.98,"min_quantity":1}],"weight":"0","compare_at_price":"78.98","price":"68.98","retail_price":"78.98","available":true,"url":"\/products\/mens-air-cushion-casual-sport-running-shoes?variant=ae889980-d1ac-4761-ac87-d2fb7d0d8348","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"name":"Shoe Size","value":"6"}],"off_ratio":13,"flashsale_info":[],"sales":1};
return `
`
}()}