Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    already considering new customers as verified

    General Discussion
    3
    3
    228
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      dsharma last edited by

      Hello,

      When i register new customers they get registered as verified by default. I have asked this question before according to you when customers are registered from admin then only it will be verified but from frontend also it is taking new customers as verified.

      And profile menu is coming from config/menu but it is still showing undefined even when i have added customer menu array in config/menu.

      Please reply

      Regards
      Deepak Sharma

      1 Reply Last reply Reply Quote 0
      • R
        rahul last edited by

        Hi @dsharma

        If you are creating your package then you need to merge your menu file with this one & can do it as -

        $this->mergeConfigFrom(
                    dirname(__DIR__) . '/Config/menu.php', 'your file'
             );
        

        In your service providers register method & recommend you to take pull from master branch to solve above error.

        Thanks

        1 Reply Last reply Reply Quote 0
        • O
          oliverjames666 last edited by

          it is still showing undefined even when i have added customer menu array in config/menu.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post