View Full Version : Thumbnail image wont show up in Ecart
dan377928
04-30-2009, 02:57 PM
for some reason i cant get my images to show up in my shopping cart. Mysql has image in db
any ideas would be appreciated
Ray Borduin
04-30-2009, 03:15 PM
View the source code on the page where the image isn't showing but you think it could. Do you see what is wrong with the image path on that page?
dan377928
04-30-2009, 04:16 PM
Thanks for the tip. I think my problem is in mysql table. the image file name is showing in the cart now but not the picture
Ray Borduin
05-01-2009, 06:26 AM
So it may be a problem inserting the image into the cart on the add to cart page. Try displaying the image name in the cart display ouside of the image. Until it is correct there it wouldn't work as the image source.
dan377928
05-02-2009, 08:32 AM
Thaks for your help, the ecart image holder didnt have the correct path to the images
As you can probably tell I am a newbie to PHP, but am a fast learner, I do have another quick question about recordsets. I am struggling with trying to select different Database items inside a single recordset, is this possible? or do you need a separate recordset for all items?
Ray Borduin
05-05-2009, 09:55 AM
You would need a separate recordset for a separate database unless you replicated the tables from the one database to your database. You can have separate tables referenced in a single recordset using a JOIN.
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.