Copied to clipboard

Flag this post as spam?

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


  • Naveed Ali 161 posts 426 karma points
    Jul 24, 2019 @ 18:35
    Naveed Ali
    0

    Merhello log in page

    I am using FastTrack Template and cannot get the login page to work.

    I am trying to register a new customer. But clicking the customer form does nothing.

    have added some checks and can see the mode state is not valid. But I do now know why.

    anybody got this to work. Every page i get too has an issue..is FastTrack really made for merchello or not..very very bad template to use as a base by the looks of it

    any help would be appreciated

  • Puck Holshuijsen 184 posts 727 karma points
    Jul 25, 2019 @ 05:46
    Puck Holshuijsen
    100
    foreach (ModelState state in ViewData.ModelState.Values.Where(x => x.Errors.Count > 0))
    {
    
    }
    

    With this code you can see why it is not valid.

  • Naveed Ali 161 posts 426 karma points
    Jul 25, 2019 @ 12:47
    Naveed Ali
    0

    Hi yh added something similar to that and I get "password invalid" on the registration form. I do not understand how it is in invalid have tried so many variations now.

  • Naveed Ali 161 posts 426 karma points
    Jul 29, 2019 @ 14:31
    Naveed Ali
    0

    any body any ideas??? still not got to the bottom of this.. it is driving me mad now.

    or does anybody know if it would be easier building our own login page and bolt it onto merchello? has anybody done this

  • Naveed Ali 161 posts 426 karma points
    Aug 15, 2019 @ 18:09
    Naveed Ali
    0

    still have this issue.. when trying to register i get an "invalid password" error on the model...have tried every password variation known to man still nothing..

    enter image description here

  • Naveed Ali 161 posts 426 karma points
    Aug 15, 2019 @ 18:28
    Naveed Ali
    0

    seems like the issue is within this call

     var member = Members.RegisterMember(registerModel, out status, model.PersistLogin);
    

    anybody know how or where I can find this controller. a google search wont ring up the git hub for it. Is there a way to view the merchello controllers..as it is all compiled into DLL's

  • Gary Winter 19 posts 160 karma points
    Aug 16, 2019 @ 09:02
    Gary Winter
    1

    Sourcecode is found here https://github.com/Merchello/Merchello/tree/merchello-dev/src

    Hope that helps

  • Naveed Ali 161 posts 426 karma points
    Aug 18, 2019 @ 11:31
    Naveed Ali
    0

    Ah actually on closer inspection this is an umbraco controller and method that it is hitting.

    do i need to add this merchello member type in the web config?

Please Sign in or register to post replies

Write your reply to:

Draft