حب نازایی وضدلاغری مفرط
';
html += '';
html += ''+item.label+'';
if(item.model){
html += '';
html += 'Model : '+ item.model;
html += '';
}
if(item.manufacturer){
html += '';
html += 'Manufacturer : '+ item.manufacturer;
html += '';
}
if(item.price){
html += ' قیمت : ';
if (!item.special) {
html += item.price;
} else {
html += ''+ item.price +' '+ item.special +'';
}
html += '';
}
if(item.stock_status){
html += '';
html += 'Stock : '+ item.stock_status;
html += '';
}
if (item.rating) {
html += ' Rating : ';
}
html +='';
}
html += '';
return $('')
.data('item.autocomplete', item)
.append('' +...
تاریخ 25 شهریور 1398