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

Different Look And Feel

Started by sureshbabubv, March 26, 2010, 11:35:03 am

Previous topic - Next topic

sureshbabubv

Dear All,

I configure my kart with multiple stores and accessing them with different urls as show below, both are pointing to same application.

http://store1.localhost:8080/konakart/

http://store2.localhost:8080/konakart/

but I would like to have the different look and feel for these two stores, how can we place different style sheets for this requirements.


Thanks & Regards,
B.V.Suresh Babu

julie

Are you running the enterprise version of KonaKart that supports multi-store ?

sureshbabubv

yes, I am running the trail version of konakart enterprise version.

trevor

KonaKart multi store works by creating an engine instance passing it the store id of your store. In terms of UI you can have a completely different set of JSPs for each store or you can use the same ones and configure them differently based on the store id. i.e. Include different images and or different styles.