superjtron
Dec 24 2007, 08:18 AM
Anyone know how to do this or where I can find this info. I have looked over tons of message boards and cant find an answer.
When I view a customers order in admin/orders.php. It shows me the quantity, product name, model number, and price. But I have a million similar products. Is there anyway to insert a column that show a small thumbnail image of the product ordered. That would be nice and help me out so much.
Or even just have a link, so when I click the product name, it takes me right to the product on my website. I would be thrilled with either.
Please help. Thank you!
geoffreywalton
Dec 24 2007, 10:42 AM
What needs to be done is as follows:
You would need to change the sql that extracts the order detail so it contains the image id.
Add an extra column to display the image.
Add code to display the image
You could even add a link to the product info from the image.
How to do it needs programming skills
http://www.w3schools.com/html/default.asphttp://www.w3schools.com/php/default.asphttp://www.w3schools.com/sql/default.aspAn easier solution would be to get the product_id in the sql and using that add a link from one of the fields to the product info.