I would like to store a new property into the customer object. Is it possible to extend the existing EntitiesV2.Customer object like it is possible in the order?
Or are the other possiblities to store values in UCommerce?
Thanks for the help. I would like to store a flag whether the customer wants to receive a mail with new offers or not. In this case I have no member, because
we want to provide the user the possibility to order without creating an account.
I usually move that kind of data to an external mailing service with an async call, before sending the customer to the payment gateway. That way the data is located where it belongs.
If that, for some reason, is not an option, I would store the information on the umbraco-member that uCommerce (if ask to), will create for the customer entity.
This doesn't require the customer to login, and im pretty sure if a customer returns and use the same email, the umbraco-member will be the same.
How to add new Property to customer object?
Hello,
I would like to store a new property into the customer object. Is it possible to extend the existing EntitiesV2.Customer object like it is possible in the order?
Or are the other possiblities to store values in UCommerce?
Thanks for your help,
Stefan
What kind of property do you want to store? Maybe the linked umbraco member is the correct place to store that information?
Hi,
Thanks for the help. I would like to store a flag whether the customer wants to receive a mail with new offers or not. In this case I have no member, because
we want to provide the user the possibility to order without creating an account.
Stefan
I usually move that kind of data to an external mailing service with an async call, before sending the customer to the payment gateway. That way the data is located where it belongs.
If that, for some reason, is not an option, I would store the information on the umbraco-member that uCommerce (if ask to), will create for the customer entity. This doesn't require the customer to login, and im pretty sure if a customer returns and use the same email, the umbraco-member will be the same.
is working on a reply...