Jump to content

Display product_name in AdminOrders?


Recommended Posts

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

  • 1 year later...

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

×
×
  • Create New...