KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: Ayyappan Manickam on March 06, 2015, 01:10:01 pm

Title: Multistore - shared customer: combined order history
Post by: Ayyappan Manickam on March 06, 2015, 01:10:01 pm
Hi,

I'm using a mutlistore single DB with shared customers. I have a requirement that irrespective of the store customer has logge into, the order history should be displayed from both the stores. Could you please advise me an API or configuration to acheive this.

Thanks!!
Ayyappan M
Title: Re: Multistore - shared customer: combined order history
Post by: julie on March 11, 2015, 07:53:39 pm
In order to do this you would have to instantiate a KKEng for both stores, make the API call on each one and merge the results on the UI.