KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: sureshbabubv on March 26, 2010, 11:35:03 am

Title: Different Look And Feel
Post by: sureshbabubv on March 26, 2010, 11:35:03 am
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
Title: Re: Different Look And Feel
Post by: julie on March 26, 2010, 01:12:55 pm
Are you running the enterprise version of KonaKart that supports multi-store ?
Title: Re: Different Look And Feel
Post by: sureshbabubv on March 27, 2010, 06:50:56 am
yes, I am running the trail version of konakart enterprise version.
Title: Re: Different Look And Feel
Post by: trevor on March 27, 2010, 11:12:44 am
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.