Anyone?
-
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.
-
Hello RK REZA,
Yes, it is possible.You have to make some changes
-
Create a package and make same name of route as RegistrationController(in customer package) route.
-
After writing code of customer registration in your package controller, you need to login the user (you may use auth facade) from code end.
-
After successful login, you need to add check whether the customer is verified or not.
Thanks
-
-
Thanks. I have done it.