Currently a new customer is created if the customer name is slightly different between one invoice and the other. Keeping track of the customer id will solve this issue too.
Could we use the uid + an offset set on the settings page?

Comments

stenjo’s picture

Assigned: Unassigned » stenjo

Still pondering this issue. How to best handle customers?
In Ubercart, all customers are users too, right?
I suppose this is also the case with commerce?
This is not the case with all situations where we need a payment. Like in signup, it allows for anonymous user signup, leaving only their e-mail address, phone and name.
One option is to add logic to handle anonymous users separately - mapping into registered users if they choose to register later or if they are already registered?
This requires a customer-list handled by this module. Then a link to the user base, and then a synchronization between the users and the tripletex customers.
Any ideas?