KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: thor on April 28, 2012, 01:35:35 pm

Title: Persist the Store the Customer Registered with
Post by: thor on April 28, 2012, 01:35:35 pm
I am currently working in Multi-Store Single Database (Engine Mode 2) with shared customers and products.  I am looking for a way to determine which store the customer originally registered with so, for example, when newsletters are sent out they come from the store they have a relationship with and not some generic organization.
Title: Re: Persist the Store the Customer Registered with
Post by: thor on April 28, 2012, 01:40:48 pm
To be clear... my preference is to house the customers together for the benefits like single sign on...   I'd just like to maintain the store-customer relationship.
Title: Re: Persist the Store the Customer Registered with
Post by: ryan on April 28, 2012, 02:09:14 pm
You could save the store id in a customer custom field .
Title: Re: Persist the Store the Customer Registered with
Post by: thor on April 30, 2012, 01:18:13 pm
Thanks, again, Ryan.  Yes, I realize that I could do it - I was asking if it was being done and I just didn't realize it.  In this mode it seems like a reasonable core feature.

John