dspeak Posted February 10, 2011 Share Posted February 10, 2011 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 More sharing options...
blr044 Posted February 10, 2011 Share Posted February 10, 2011 I would like to be able to display the quantity of a product in the admin product listing page. Go to admin -> configuration -> product listing -> Display Product Quantity Link to comment Share on other sites More sharing options...
pdcelec Posted February 10, 2011 Share Posted February 10, 2011 Try this one. The add products quantity was written by gregp and I added products price to the same http://addons.oscommerce.com/info/7513 Link to comment Share on other sites More sharing options...
dspeak Posted February 10, 2011 Author Share Posted February 10, 2011 Try this one. The add products quantity was written by gregp and I added products price to the same http://addons.oscommerce.com/info/7513 Thank you exactly what I needed. Works great. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.