OSCOMMERCE SUPPORT CALL 702-453-3332

 

Help - Search - Members - Calendar
Full Version: admin/orders.php
osCommerce Community Support Forums > osCommerce Online Merchant v2.x > General Support
superjtron
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
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.asp
http://www.w3schools.com/php/default.asp
http://www.w3schools.com/sql/default.asp

An 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.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.