jordiob Posted July 2, 2011 Share Posted July 2, 2011 Is there a way to display product_name field in AdminOrders, let's say, next to customers name?Thx! Link to comment Share on other sites More sharing options...
shokinro Posted July 2, 2011 Share Posted July 2, 2011 you are assume that one order has only one products.if there are multiple, how should it appear?you can change code of AdminOrders.php to meet your requirements by adding new fields and join tables to do that.but it require some SQL skills. But consider of performance, it is better not to do that. Link to comment Share on other sites More sharing options...
mareksmareks Posted July 1, 2013 Share Posted July 1, 2013 you are assume that one order has only one products. if there are multiple, how should it appear? you can change code of AdminOrders.php to meet your requirements by adding new fields and join tables to do that. but it require some SQL skills. But consider of performance, it is better not to do that. Hi! Im looking for this too. I think it could be like this: - if 1 product, just show it next to name - if 2 or more, then show first product name and add some symbol behind it. for example "+" (productname+) Can someone help here with some codes for 1.4.9 ? Link to comment Share on other sites More sharing options...
SmartDataSoft Posted July 1, 2013 Share Posted July 1, 2013 If you show screen shot how you like than i can try to do. I am still not able to understand where you like to show. Link to comment Share on other sites More sharing options...
mareksmareks Posted July 2, 2013 Share Posted July 2, 2013 If you show screen shot how you like than i can try to do. I am still not able to understand where you like to show. Like this Uploaded with ImageShack.us Hope you can understand - its translated version, but i would like to to be after name surname Link to comment Share on other sites More sharing options...
SmartDataSoft Posted July 2, 2013 Share Posted July 2, 2013 In that case it need to edit the code order page.And have to fetch the product name from product table and it need some hours of work to solve. Link to comment Share on other sites More sharing options...
Recommended Posts