Add a customer from admin?
Posted: Sat Apr 13, 2024 2:50 pm
What would be the best way to proceed about doing that?
I want to allow customer registration only via the admin area.
Currently customers have an edit action associated with an update but how can I add an 'add' action associated with create? I was able to "repurpose" the form that was made for editing, in such a way to allow an extra action=add in the url. So in this case the customers.php POST method will have action=create instead of update in the FORM but I don't know where processing of the form for "create" should take place. I am using v1.0.9.0
Any help would be appreciated.
I want to allow customer registration only via the admin area.
Currently customers have an edit action associated with an update but how can I add an 'add' action associated with create? I was able to "repurpose" the form that was made for editing, in such a way to allow an extra action=add in the url. So in this case the customers.php POST method will have action=create instead of update in the FORM but I don't know where processing of the form for "create" should take place. I am using v1.0.9.0
Any help would be appreciated.