KonaKart Community Forum

Installation / Configuration => Configuration of KonaKart => Topic started by: JoeiAtreides on March 14, 2010, 10:58:04 am

Title: multi-store with different page layout or skin
Post by: JoeiAtreides on March 14, 2010, 10:58:04 am
Hi all,

I would like to ask whether multi-store in Konakart support different page layout or skin on each store.

Thank you  ;D
Title: Re: multi-store with different page layout or skin
Post by: heidi on March 14, 2010, 12:03:51 pm
Yes, you are free to make each store look completely different if you wish.
Title: Re: multi-store with different page layout or skin
Post by: JoeiAtreides on March 15, 2010, 03:20:47 am
Cool! ;D
Is it included in the free 30-day trial of the KonaKart Enterprise Extensions?
I would like to take a look if it's possible :)

Meanwhile, I will request the free trial to enquiries@konakart.com. Thank you.
Title: Re: multi-store with different page layout or skin
Post by: JoeiAtreides on March 15, 2010, 07:10:58 am
Meanwhile, i would like to know how the multi-store works.
Does it mean that each store has its' own JSPs and actions class?
In single store, the JSP and action class will be put in folder:
               /usr/local/konakart/webapps/konakart/WEB-INF/jsp/
               /usr/local/konakart/webapps/konakart/WEB-INF/lib/
How's the folder configuration in multi-store?

Thank you :)
Title: Re: multi-store with different page layout or skin
Post by: trevor on March 15, 2010, 08:19:44 am
The solution is extremely flexible enabling you to structure it as you wish. It is the KonaKart engine that manages the multistore logic.

Regarding the JSPs you could have only one set, with if/else logic to do things differently based on the store. Alternatively you could have one set for each store enabling you to make the stores completely different and independent.

Also, all the stores could share the same web app or you could have different web apps per store, all communicating to the KonaKart engine via SOAP.