Copied to clipboard

Flag this post as spam?

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


  • Fabian 68 posts 172 karma points
    Sep 26, 2016 @ 18:01
    Fabian
    0

    FastTrack RegisterForm not saving first and last name

    I have a weird issue were when making use of the RegisterForm in FastTrack the first name and last name are not being saved in the Merchello Customer but they are being saved in the Umbraco Member.

    Please note that I have installed fast track as a nuget package.

    Can someone enlighten me on such strange issue?

    Thanks

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Sep 26, 2016 @ 18:52
    Rusty Swayne
    0

    Hi Fabian,

    You probably don't have the event handler in your install:

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

    We can't add this to the Core since people have different notions of what the MemberType properties should be.

  • Fabian 68 posts 172 karma points
    Sep 27, 2016 @ 08:03
    Fabian
    0

    Hi Rusty,

    Thanks a lot for your help, I am pretty sure that is my issue since the FastTrack.Ui library is not included in the nuget package.

    Is there somewhere documented what the nuget package has less than the umbraco package?

    That would become handy since if something works in the umbraco package and not in the nuget package, I will know where to look. Please note that I have another seperate project with a fresh umbraco install and the FastTrack umbraco package installed so that I can follow on it. Still since the events sort of happen in the background it was hard for me to pin point that that was the issue.

    Thanks a lot Rusty for you support, much appreciated.

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Sep 27, 2016 @ 15:04
    Rusty Swayne
    0

    Hi Fabian,

    Things are moving in the direction to make it possible to simply install from NuGet - but we're a ways out. At the moment

    Package

    • Merchello.Core - include Merchello.Core.dll, Merchello.Web.dll, Merchello.Examine and Merchello.Store binaries
    • Merchello.FastTrack - Merchello.FastTrack, Merchello AppPlugin views, FastTrack AppPlugin views.

    Also note, these packages do not have proper dependencies (meaning we are not forcing an Umbraco version dependency, AutoMapper ... etc - even though we should ... but there are a few reasons for now).

    Here is where we are heading (would love feedback)

    http://issues.merchello.com/youtrack/issue/M-1026

Please Sign in or register to post replies

Write your reply to:

Draft