'+item.label+'
'; if(item.model){ html += '';
html += 'Модель: '+ item.model;
html += '
';
}
if(item.manufacturer){
html += '';
html += 'Производитель: '+ item.manufacturer;
html += '
';
}
if(item.stock_status){
html += '';
html += 'Наличие: '+ item.stock_status;
html += '
';
}
if(item.price){
html += ' ';
if (!item.special) {
html += item.price;
} else {
html += ''+ item.price +' '+ item.special +'';
}
html += '
';
}
if (item.rating) {
html += ' ';
}
html +='