Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Back in the game again after a long time away


chimol

Recommended Posts

Posted

Long time no see everybody. Well, I'm back in the on-line store game and need some help. I've installed my

OsCommerce into my hosting provider and when I goto check the website, after my successful installation, all

the pictures that are on the main demo page are small red "x's" and aren not showing up. So, I'm sure it's just

a matter of changing something in one of the files.

This is a brand new fresh install, so what do you think I need to change in order to get the pictures to show up?

Thanks everyone,

Steve

Steve

I appreciate all the help that everyone on this site has given me!

Posted

A good place to start would be to check the html for an image and see what the path states. Should be something like:

img src="images/dvd/theres_something_about_mary.gif"

 

If the path is right then check the appropriate folder - is the image there?

 

If the path is wrong then check the 'catalog/includes/configure.php''

 

If the path is non-existant than you should check the database to see if the entry is there:

Table 'products', column 'products_image'. Find the product id in your html than check this product_id for the 'products_image'..

 

<a href="http://localhost/osC-2.2rc2/catalog/product_reviews_info.php?products_id=19&reviews_id=1&osCsid=19158104308c25face6dd514b48036fc"><img src="images/dvd/theres_something_about_mary.gif"

 

If all these things are correct, your images should show..

Lloyd

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...