Seite 1 von 1

delete customer (front-end)

Verfasst: Mo 7. Aug 2006, 11:56
von ikbenivo
Is it possible to delete a customer on the front-end?
(just like it's possible to delete objects through front-end edit)
Thanks

Verfasst: Mo 7. Aug 2006, 14:15
von Creutzburg
you can delete customers via frontend. But there are no we:tags for this purpose. You have to build a PHP/MySQL-Script which deletes the customer in your MySQL table "tblWebUser".

Try an SQL operation like "DELETE FROM tblWebuser WHERE ID = XYZ". There is no other table where web user information is stored. You only have to delete the entry in "tblWebUser".

Alex