${function() {
const variantData = data.variant || {"id":"e03976fd-b39a-4c0d-859c-1712bfb583ad","product_id":"974d02e5-80e9-40af-a251-1fc9d632fb17","title":"6.5-blue shoes","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"6.5","option2":"blue shoes","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/112498689b47e4e74b702f4e3a038227.jpeg","path":"112498689b47e4e74b702f4e3a038227.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":68.89,"min_quantity":1}],"weight":"0","compare_at_price":"88.89","price":"68.89","retail_price":"88.89","available":true,"url":"\/products\/men-steel-toe-air-safety-puncture-proof-work-sneakers?variant=e03976fd-b39a-4c0d-859c-1712bfb583ad","available_quantity":999999999,"options":[{"name":"size","value":"6.5"},{"name":"Color","value":"blue shoes"}],"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 + '%'
: ` `
)}
`;
}()}
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
: blue shoes
${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":"e03976fd-b39a-4c0d-859c-1712bfb583ad","product_id":"974d02e5-80e9-40af-a251-1fc9d632fb17","title":"6.5-blue shoes","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"6.5","option2":"blue shoes","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/112498689b47e4e74b702f4e3a038227.jpeg","path":"112498689b47e4e74b702f4e3a038227.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":68.89,"min_quantity":1}],"weight":"0","compare_at_price":"88.89","price":"68.89","retail_price":"88.89","available":true,"url":"\/products\/men-steel-toe-air-safety-puncture-proof-work-sneakers?variant=e03976fd-b39a-4c0d-859c-1712bfb583ad","available_quantity":999999999,"options":[{"name":"size","value":"6.5"},{"name":"Color","value":"blue shoes"}],"off_ratio":22,"flashsale_info":[],"sales":0};
return `
`
}()}