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

Topics - serega_sheypak

1
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.
2
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.
3
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)?