africano53 Posted November 22, 2007 Posted November 22, 2007 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? :(
Guest Posted November 22, 2007 Posted November 22, 2007 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.
africano53 Posted November 22, 2007 Author Posted November 22, 2007 Yeh but atleast i would like to look at the product image i am trying to update not just the text name.
Guest Posted November 22, 2007 Posted November 22, 2007 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.
africano53 Posted December 5, 2007 Author Posted December 5, 2007 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!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.