| Previous topic :: Next topic |
| Author |
Message |
ses
Joined: 12 Jul 2007
Posts: 10
|
| Posted: Tue Jul 24, 2007 5:40 am Post subject: Product popup without heading line - BUG ? |
|
|
Hi,
I wanted to modify the products search and modified in Products.php
var $search_fields = Array(
'Product Name'=>Array('products'=>'productname'),
//'Part Number'=>Array('products'=>'productcode'),
'Serial No'=>Array('products'=>'serialno'),
'Name1'=>Array('productcf'=>'cf_452')
//'Unit Price'=>Array('products'=>'unit_price')
);
var $search_fields_name = Array(
'Product Name'=>'productname',
//'Part Number'=>'productcode',
'Serial No'=>'serial_no',
//'Unit Price'=>'unit_price'
'Name1'=>'cf_452'
);
But the header of the table is not shown (see attachment). I have added the Serial No and Name1 also the the $list_fields and $list_fields_name. There are the values displayed correctly. So I assume this must be a bug.
Which function in which file does build this table? Do you have any hints?
Thanks
Sebastian |
|
| Back to top |
|
digitalbill
Joined: 28 Mar 2008
Posts: 85
|
| Posted: Tue Apr 22, 2008 7:41 pm Post subject: Re: Product popup without heading line - BUG ? |
|
|
| I wanted to modify this search also in 5.0.4. Did you figure out how to add the columns along with advanced search , would be nice. |
|
| Back to top |
|
ses
Joined: 12 Jul 2007
Posts: 10
|
| Posted: Wed Apr 23, 2008 6:15 am Post subject: Re: Product popup without heading line - BUG ? |
|
|
I had to add some lines in the file include\language\YOURLANG.lang.php
'Serial No'=>'Seriennummer',
'Name1'=>'Name1',
Than I saw the headlines.
Regards
ses |
|
| Back to top |
|
digitalbill
Joined: 28 Mar 2008
Posts: 85
|
| Posted: Fri Apr 25, 2008 8:09 pm Post subject: Re: Product popup without heading line - BUG ? |
|
|
| good deal, Thanks ses |
|
| Back to top |
|
| |