Quote Originally Posted by bislewl View Post
Ok, Here is a rough idea. If you don't feel comfortable you may need to hire someone.
Using file-set for version 1.9.0
Line 114: you will need to add p.products_image into the sql select statment

somewhere between 200-210
your's need to add a table header perhaps
HTML Code:
<td class="dataTableHeadingContent" align="center">Image Link</td>
between 235-245 as position as above
you will want to add something like:
PHP Code:
<td class="dataTableContent" align="center"><a href="<?php echo DIR_WS_IMAGES.$products->fields['products_image']; ?>" target="_blank">Link</a></td>
I haven't verified if that works, but that should get you pretty close.
Hi,
I did just as suggested by you.
Now, I am able to see a column in the report with Product image heading and LINK for all the images, but on clicking on the LINK, it shows the XXXXX.com/admin/images page for all the links

Moreover, on downloading the ACTIVE products report, the products image column in present, but it does not show any link. it has blank values.