• 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 - serega_sheypak

2
It doesn't work. I did debug it. 
View products with tag "PRODUCTS_VIEWED" is always null.
It's true for logged in and for anonymous user.
3
Good day. I've used Apache 2.2 + konakart 6.0 on CentOS using ajp.
Here is a part of my Apache .2.2 httpd.conf config:
ProxyPass /konakart ajp://localhost:8789/konakart
ProxyPass / ajp://localhost:8789/konakart/

If use comes to mysite.com he will be redirected to mysite.com/konakart
Is there any possibility to avoid using /konakart in the URL? It seems to me useless.
4
So am I right that there is no way to configure storage path and url path for uploaded images? I have to modify the presentation layer? Or use some kind of proxy by Apache
5
I forgot to mention that I tried to change konakartadmin/images section.
I've set new storage path to uploaded images. That's great, they are stored to other folder. But it's impossible to specify url for them. Customization doesn't allow to specify separate url path to these images. Image url path is general for all images unfortunately.
6
Good day.
I want to separate uploaded images for products from other images used in design. All images are stored to some_file_path/konakart/images by default.
Is there any possibility to set uploaded images to other catalog (some_file_path/konakart/images/uploaded)?