Copied to clipboard

Flag this post as spam?

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


  • Martin 81 posts 246 karma points
    Dec 20, 2014 @ 16:13
    Martin
    0

    Signed In Member being treated as AnonymousCustomer

    This was working correctly prior to 1.6.0 but now my signed in member who is of type 'Customer' which matches to the following merchelloConfig value:

    <!-- A comma delimited list of Umbraco MemberTypes to be considered as Merchello Customers -->
      <customer memberTypes="Customer" />
    

    is not being recognised as an ICustomer.

    Just FYI before when this was working at no point had I used CreateCustomerWithKey() or anything like that, signed in users of type 'Customer' were automatically treated as customers with the flag 'IsAnonymous' showing as false.

    Is this a bug?

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Dec 20, 2014 @ 17:36
    Rusty Swayne
    0

    I'll bet this is an issue and/or revision in 7.2.x with the MembershipHelper - but it's a critical issue so I'll replicate it and figure out what's goingon 100% and get it revised pronto. Z

    If you want to step through it in your solution, look at Merchello.Web.CustomerContext

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Dec 30, 2014 @ 19:16
    Rusty Swayne
    100

    Martin can you verify that this was fixed now that you've added reference to the merchello.config back into your web.config? It makes sense that having the missing reference would not create Customers on membership signup as we do a check that the MemberType matches a value in the merchello.config file.

  • Martin 81 posts 246 karma points
    Jan 05, 2015 @ 03:37
    Martin
    0

    Hi Rusty,

    Verified, signed in member of type 'Customer' is now recognised as persisted customer.

    I have a few other issues that hopefully I'll chat to you about on Skype this week.

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Jan 05, 2015 @ 17:11
    Rusty Swayne
    0

    Great, and looking forward to it.

Please Sign in or register to post replies

Write your reply to:

Draft