bsmeehan Posted November 18, 2004 Posted November 18, 2004 I have just opened our site at www.catholicshoponline.com - all is working well except for one annoying thing that I can not track down and that is that the images in the shopping cart are missing. The relvent part of the code is $products_name = '<table border="0" cellspacing="2" cellpadding="2">' . ' <tr>' . ' <td class="productListing-data" align="center"><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $products[$i]['id']) . '">' . tep_image(DIR_WS_IMAGES . $products[$i]['image'], $products[$i]['name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a></td>' . ' <td class="productListing-data" valign="top"><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $products[$i]['id']) . '"><b>' . $products[$i]['name'] . '</b></a>'; I have searched all of the forums and not found anything to repair this. If anyone can help that would be most appreciated. -Brian
Guest Posted November 18, 2004 Posted November 18, 2004 please dont change the code, it works well, it is most likely you have not set the properties for images directory at 777 or you are not using the correct file names, *nix is case sensitive . .
bsmeehan Posted November 18, 2004 Author Posted November 18, 2004 I could not see a damn thing wrong with the code.. thus making to more frustrating. I don't think it is a chmod issue because the images show up on other parts of the page. Just not the shopping cart.
Guest Posted November 18, 2004 Posted November 18, 2004 do u have a link to the site? i tried the one u posted, got an empty page
rinahatcher Posted November 18, 2004 Posted November 18, 2004 Hmm. The link worked for me; i copied and pasted into address bar. The front page seems to load all images okay. However, I clicked on a category and a new product for this month listing. All I got were blank pages. Not sure what the problem is, but thought you'd want to know what I experienced.
bsmeehan Posted November 18, 2004 Author Posted November 18, 2004 That was my fault.. It is fixed now.. I am working on search engine optimization stuff that screwed that up for a bit.. Works now.. Thanks for taking a look and providing feedback.. feel free to look again
Recommended Posts
Archived
This topic is now archived and is closed to further replies.