Image
[QUOTE=Jason Byrnes;145076]1) the products table should store the image names in column, then on the details page set an image tag to use the column from the recordset:
<?img src="path/to/images/<?php echo $row_recordsetName['imageColumn'] ?>" />
QUOTE]
Hi,
I copied the link like you said on the menu and it works thanks. I still have the issue with the image not being displayed. I copied the link as above (quote) but it does not show the image on the product detail page or result page.
Thanks