KonaKart Community Forum

Installation / Configuration => Configuration of KonaKart => Topic started by: ipapachristoudis on September 30, 2015, 09:37:53 am

Title: Edit Product panel max images has no effect
Post by: ipapachristoudis on September 30, 2015, 09:37:53 am
Hello

In file konakartadmin_gwt.properties file, i have set fbc.kk_panel_editProduct.images.max = 4, with no effect. In the edit product panel, images to edit still count to 8. How can i set it?
Title: Image Scalling Not Supported???
Post by: ipapachristoudis on September 30, 2015, 10:19:38 am
Excuse me for not making a proper search in the forum

I just show https://www.konakart.com/forum/index.php?topic=1925.0

I understand that fbc.kk_panel_editProduct.images.options and fbc.kk_panel_editProduct.images.max are not "fbc.g" parameters, so they would not have an effect in the community edition.

The question now becomes how can i change the images dimensions? Is it possible through a db entry?
Title: Re: Edit Product panel max images has no effect
Post by: ming on September 30, 2015, 02:02:48 pm
No, not if you load the images through the Admin Console.

The images created are defined by the following key:

fbc.kk_panel_editProduct.images.options

This defaults to:

big;360;360 medium;150;150 small;80;80 tiny;60;60

This is an Enterprise-only configuration.
Title: Re: Edit Product panel max images has no effect
Post by: ipapachristoudis on September 30, 2015, 02:18:22 pm
I see

Is there a way to completely disable product images resize?

Otherwise, it means that by using community edition with the provided admin app you are stuck to max image size of 360x360???
Title: Re: Edit Product panel max images has no effect
Post by: ming on September 30, 2015, 02:41:41 pm

You can't disable the image scaling if you use that image tab of the Admin Console.


If you load your images some other way than through the Admin Console you can use whatever images you like... but the Admin Console will only show them if they use the naming convention defined.


Another option is that you can choose to use the previous images tab by setting:

fbc.g.kk_panel_editProduct.images.tab.version = 1