Page 1 of 1

No image tab

Posted: Wed Feb 18, 2009 9:54 pm
by allainc
Hi
I wanht to change thumbnail/image sizes, I found here on the forum that I need to do it in Configuration->Setting->Image tab
I don't have image tab there! I have Shop Option Local Cache
And that's it.
Downloaded open cart from the main page

Thanks

Re: No image tab

Posted: Wed Feb 18, 2009 10:26 pm
by fido-x
There is an image tab in 0.7.9 but not in version 1.x.

Version 1.x works differently in this area. Thumbnail/image sizes are hard coded into the controllers, so you'll have to look in the relevant controller to set the sizes yourself.

Fido-X.

Re: No image tab

Posted: Wed Feb 18, 2009 11:20 pm
by allainc
Ok thanks...where are the controllers?

Re: No image tab

Posted: Wed Feb 18, 2009 11:29 pm
by fido-x
In "catalog/controller/product" there are 4 files (category.php, manufacturer.php, product.php and search.php). Another file you might want to look at is "catalog/controller/checkout/cart.php".

Fido-X.

Re: No image tab

Posted: Wed Feb 18, 2009 11:37 pm
by allainc
Thanks!