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
Are you running the enterprise version of KonaKart that supports multi-store ?
yes, I am running the trail version of konakart enterprise version.
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.