${function() {
const variantData = data.variant || {"id":"58fd8400-e260-42f3-b49f-cb096e9a6696","product_id":"b46560fe-059f-4bcc-b553-8123a78f565e","title":"Orange-6.5","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Orange","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5a95aad497258b08da62be5ff2a9f5b7.jpeg","path":"5a95aad497258b08da62be5ff2a9f5b7.jpeg","width":720,"height":720,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":63.99,"min_quantity":1}],"weight":"0","compare_at_price":"83.99","price":"63.99","retail_price":"83.99","available":true,"url":"\/products\/mens-hip-hop-style-chunky-mesh-sneakers?variant=58fd8400-e260-42f3-b49f-cb096e9a6696","available_quantity":999999999,"options":[{"name":"Color","value":"Orange"},{"name":"Shoe Size","value":"6.5"}],"off_ratio":24,"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
: Orange
${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":"58fd8400-e260-42f3-b49f-cb096e9a6696","product_id":"b46560fe-059f-4bcc-b553-8123a78f565e","title":"Orange-6.5","weight_unit":"","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Orange","option2":"6.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5a95aad497258b08da62be5ff2a9f5b7.jpeg","path":"5a95aad497258b08da62be5ff2a9f5b7.jpeg","width":720,"height":720,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":63.99,"min_quantity":1}],"weight":"0","compare_at_price":"83.99","price":"63.99","retail_price":"83.99","available":true,"url":"\/products\/mens-hip-hop-style-chunky-mesh-sneakers?variant=58fd8400-e260-42f3-b49f-cb096e9a6696","available_quantity":999999999,"options":[{"name":"Color","value":"Orange"},{"name":"Shoe Size","value":"6.5"}],"off_ratio":24,"flashsale_info":[],"sales":0};
return `
`
}()}