-
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Actually we can't reconcile the licensee number and the client in our system
The use case is :
as a client I create an account in our marketing/ecommerce website let's assume this user is :
name = John
Lastname = Doe
mail = john@doe.com
then he decides to by a product
as this is a new client we generate for him a shop link based on product number
Then client has to fulfill his personal info for transaction
Here he can put something else than
name = John
Lastname = Doe
mail = john@doe.com
so if he puts another email (if we assume that mail is our reconciliation key)
we can't link the licenseeNumber generated with this particular client.
So it there a way to :
- prefill user info in the shop form (it would improve UX)
- pass in the shop form an hidden value with our reconciliation key as hidden tag
With this tag we can then link our client and the licensee number
Do you have any example for such integration ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested