• Welcome to KonaKart Community Forum. Please login or sign up.
 

Edit Product panel max images has no effect

Started by ipapachristoudis, September 30, 2015, 09:37:53 am

Previous topic - Next topic

ipapachristoudis

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?

ipapachristoudis

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?

ming

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.

ipapachristoudis

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???

ming


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