- Beiträge: 59
- Dank erhalten: 3
Show product quantities on admin Categories
13 Jahre 8 Monate her #305
von Simpel
Show product quantities on admin Categories wurde erstellt von Simpel
I would like to be able to display the quantity of a product in the admin product listing page.
Example
product id product name product model qty status sort order action.
I was able to get the table heading done, but no luck in getting the data to show for quantity.
here is the code i entered.
admin/catagories
Example
product id product name product model qty status sort order action.
I was able to get the table heading done, but no luck in getting the data to show for quantity.
here is the code i entered.
admin/catagories
Code:
<td class="dataTableContent" align="center"><?php echo '[' . $products['products_quantityl'] . ']'; ?></td>
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- Support Team
- Offline
- Moderator
Weniger
Mehr
- Beiträge: 106
- Dank erhalten: 10
13 Jahre 8 Monate her - 13 Jahre 8 Monate her #306
von Support Team
Support Team antwortete auf Re: Show product quantities on admin Categories
Letzte Änderung: 13 Jahre 8 Monate her von Support Team.
Bitte Anmelden oder Registrieren um der Konversation beizutreten.