- Berichten: 59
- Ontvangen bedankjes 3
Show product quantities on admin Categories
13 jaren 8 maanden geleden #305
door Simpel
Show product quantities on admin Categories werd gestart door 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>
Graag Inloggen of een account aanmaken deelnemen aan het gesprek.
- Support Team
- Offline
- Moderator
Minder
Meer
- Berichten: 106
- Ontvangen bedankjes 10
13 jaren 8 maanden geleden - 13 jaren 8 maanden geleden #306
door Support Team
Beantwoord door Support Team in topic Re: Show product quantities on admin Categories
Laatst bewerkt 13 jaren 8 maanden geleden doorSupport Team.
Graag Inloggen of een account aanmaken deelnemen aan het gesprek.