Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to add product quantity in admin product listing


dspeak

Recommended Posts

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

 

<td class="dataTableContent" align="center"><?php echo '[' . $products['products_quantityl'] . ']'; ?></td>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...