Bagisto Forum

    Bagisto

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

    Anyone?

    General Discussion
    2
    3
    357
    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.
    • R
      RK REZA last edited by

      Is this possible that a customer can access to their panel after registration, but can't see the price or buy anything without verification? Because I'm using ShowPriceAfterLogin plugin.

      1 Reply Last reply Reply Quote 0
      • P
        prateek-webkul last edited by

        Hello RK REZA,

        Yes, it is possible.You have to make some changes

        1. Create a package and make same name of route as RegistrationController(in customer package) route.

        2. After writing code of customer registration in your package controller, you need to login the user (you may use auth facade) from code end.

        3. After successful login, you need to add check whether the customer is verified or not.

        Thanks

        1 Reply Last reply Reply Quote 0
        • R
          RK REZA last edited by

          Thanks. I have done it.

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