Forums

product image is not displaying on webpage.

i have set static root and static URL but as i have uploaded product images into my DataBase (sqlite3) that default DB . but images is not displaying to my customer but my static files is showing

Just to clarify -- the problem is that your static files (as set up on the "Web" page) are working, but other images, which you've stored in a database, are not. Is that right?

If so, what code are you using to serve up those images?