Show Product Code on Orders Manage Page, How?

How to make orders manage product code?



admin.php?dispatch=orders.manage

Your question is not clear, please rephrase.

http://i.hizliresim.com/d20XNV.png This is image. I see orders manage page in product code.

Additional code modifications are required to do it. Note that the order can contain more than 5 items. In this case, the table will look ugly

which is in the php?

We suggest you to use the get_orders_post hook in the fn_get_orders function (app/functions/fn.cart.php) to make additional requests to the cscart_order_items table and get necessary product codes

You can use hooks for gathering the data as well as presenting it. I would suggest that you list the first product code and then have a hover event display the others in a popup. Otherwise you will need to have them stacked to preserve the table layout properly.