Active
Project:
Tripletex
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
3 Mar 2012 at 09:06 UTC
Updated:
14 Mar 2012 at 08:10 UTC
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
Comment #1
stenjo commentedStill 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?