Joomshopping client list in back end, how can I add additional field 3?

17.11.2014 21:17
#1
esterflore1@yahoo.it
Joomshopping forum user no avatar
Name: Ester
04.11.2014
Posts: 1
Quote
Joomshopping client list in back end, how can I add additional field 3?

Hello,
I have Joomshopping,
I need to add the column additional field 3 in the back end in the list of clients

I added the following code in the file
\administrator\components\com_jshopping\views\users\tmpl\list.php

<th>
<?php echo JHTML::_('grid.sort', _JSHOP_EXT_FIELD_3, 'ext_field_3', $this->filter_order_Dir, $this->filter_order)?>
</th>


<td>
<?php echo $row->ext_field_3;?>
</td>


But it only shows the title and not the values for each user

Can you help me please?
Thanks


Joomla: 3.3.6
JoomShopping: 4.7.1
PHP: 5.4.24
MySQL: 5.6.15
Website Url: local
 
18.11.2014 15:00
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Joomshopping client list in back end, how can I add additional field 3?

Change DB Query

administrator\components\com_jshopping\models\users.php

Add in query
,U.ext_field_3

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.