'+item.label+'
'; if(item.model){ html += '';
html += 'Model : '+ item.model;
html += '
';
}
if(item.manufacturer){
html += '';
html += 'Manufacturer : '+ item.manufacturer;
html += '
';
}
if(item.price){
html += ' Price : ';
if (!item.special) {
html += item.price;
} else {
html += ''+ item.price +' '+ item.special +'';
}
html += '
';
}
if(item.stock_status){
html += '';
html += 'Stock status : '+ item.stock_status;
html += '
';
}
if(item.quantity){
html += '';
html += 'Quantity : '+ item.quantity;
html += '
';
}
if (item.rating) {
html += ' ';
}
if (item.allresults) {
html += ''+allRequest.term.trim()+'
';
}
html +='