I configured ubercart to permit anonymous checkout.
The problem is in the case mail from the server are blocked by antispam software.
If the password is automatically generated, the customer will never receive it and can’t track the order status, so i want to require the password and not only to allow it.
How can i do it?
I configured ubercart to permit anonymous checkout. The problem is in the case mail
Share
The solution is relatively simple.
In a new module, to define a function like the following:
eventually in a try – catch block to prevent notices if you will change the configuration in future.