Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Images in Admin not showing


africano53

Recommended Posts

Posted

All the images of the products and categories in the admin section are not showing as i keep using the admin, however they show in the catalog but this makes it had to update them without having to view the actual images I am updating in the admin section. Any suggestions? :(

Posted
All the images of the products and categories in the admin section are not showing as i keep using the admin, however they show in the catalog but this makes it had to update them without having to view the actual images I am updating in the admin section. Any suggestions? :(

Don't worry about it. You do not have to update the image each time you update the product.

Posted
Yeh but atleast i would like to look at the product image i am trying to update not just the text name.

I suppose you could work out some code to do it, no one else has a concern with it.

  • 2 weeks later...
Posted
I suppose you could work out some code to do it, no one else has a concern with it.

 

:thumbsup: I found it and its quite simple really if you know what to look for.

 

Firstly, go to catalog/admin/includes/configure.php and find this line: define('DIR_WS_CATALOG', 'catalog/');

then notice that the "/" is not at the front of the word 'catalog/' this means the system does not read catalog as a directory thus not finding an image to link to the your store admin section.

 

Correct this by just adding the "/" before catalog.

Your new line should look like this: define('DIR_WS_CATALOG', '/catalog/');

 

Simple but Effective!

Archived

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

×
×
  • Create New...