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

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - ipapachristoudis

1
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???
2
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?
3
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?
4
Hello

I am an intermediate java developer and in the past I have successfully developed two e-shops based on konakart framework, community edition.
Currently, i am working on a new project and i have come up to a problem with an implementation requirement.
The e-shop must have various filters (search facets???) for showing products based on product-options quantities.
As an example, you can visit http://www.myshoe.gr/andrika/andrika-papoytsia_s-66911.aspx where you can see the "ΜΕΓΕΘΟΣ" filter, showing sizes available for all models (with quantities>0).
After reading the documentation, i though that this could be achieved by using custom attributes, but later i wasn't sure.
As an example, the store at the beginning will have 10 t-shirt models, four sizes (SM,M,L,XL) and 2 pieces per quantity for every model. I have understand the way to configure these is by using products options.
The requested search facet should have all sizes and when  the user selects one size, products should be searched and returned those that at that time have quantities>0 for that size.
I have understand that for using extra facets i need the products custom features, but i am not sure that the above functionality can be achieved, because (forgive me if i am wrong) quantities are not supported through custom attributes.
Can you give me some hints?