Copied to clipboard

Flag this post as spam?

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


  • PierreD Savard 183 posts 290 karma points
    Sep 06, 2016 @ 18:10
    PierreD Savard
    1

    Merchello Customer FirstName-LastName

    Hi, I try to replicate the FastTrack starterKit. I see that in the Member Type, a new type MerchelloCustomer was created. I then create one. Then I add a new tab named Generic Properties and to TextString properties (firstName, lastName) like the starter kit does.

    When I use the RegisterForm from FastTrack/Views and enter all the information, I can see the FirstName/LastName in the Members section /merchello Customer/userTest in the "Generics Properties" tab (not in the "properties" tabs, like in the StarterKit demo) but in merchello/Customers, the FirstName-LastName are not filled.

    What I am missing?

    PS: I am using umbraco 7.5 and merchello 2.2

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Sep 06, 2016 @ 18:17
    Rusty Swayne
    101

    You just need to add the event handler

    See: https://github.com/rustyswayne/Merchello/blob/merchello-dev/src/Merchello.FastTrack.Ui/UmbracoEventHandler.cs#L53

    We can't do that in Merchello itself as we don't want to require implementations to have specific property aliases on their member types =)

  • PierreD Savard 183 posts 290 karma points
    Sep 06, 2016 @ 18:33
    PierreD Savard
    1

    Thank for pointing me out! All working now!

Please Sign in or register to post replies

Write your reply to:

Draft