- Posts: 59
- Thank you received: 3
Show product quantities on admin Categories
13 years 9 months ago #305
by Simpel
Show product quantities on admin Categories was created by 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>
Please Log in or Create an account to join the conversation.
- Support Team
- Offline
- Moderator
Less
More
- Posts: 106
- Thank you received: 10
13 years 9 months ago - 13 years 9 months ago #306
by Support Team
Replied by Support Team on topic Re: Show product quantities on admin Categories
Last edit: 13 years 9 months ago by Support Team.
Please Log in or Create an account to join the conversation.