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

multi-store with different page layout or skin

Started by JoeiAtreides, March 14, 2010, 10:58:04 am

Previous topic - Next topic

JoeiAtreides

Hi all,

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

Thank you  ;D

heidi

Yes, you are free to make each store look completely different if you wish.

JoeiAtreides

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.

JoeiAtreides

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 :)

trevor

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.