Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • Stefan 13 posts 53 karma points
    Jan 16, 2014 @ 14:11
    Stefan
    0

    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

  • Nickolaj Lundgreen 233 posts 1132 karma points
    Jan 17, 2014 @ 09:37
    Nickolaj Lundgreen
    0

    What kind of property do you want to store? Maybe the linked umbraco member is the correct place to store that information?

  • Stefan 13 posts 53 karma points
    Jan 17, 2014 @ 09:40
    Stefan
    0

    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

  • Nickolaj Lundgreen 233 posts 1132 karma points
    Jan 17, 2014 @ 10:28
    Nickolaj Lundgreen
    100

    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.

Please Sign in or register to post replies

Write your reply to:

Draft