Home » Item #497
I wish to delete test data from my store - how can I do this?
In v5, there are back end tools that let you delete customers and associated orders and invoice rows.
In 4.x, you will need to open up the database directly and delete records in the following tables:
tblCactuShopCardholderDetails
tblCactuShopOrders
tblCactuShopInvoiceRows
If you delete a cardholder with ID 123, ensure you delete orders that link to that customer ID, and make a record of those order numbers. Finally, delete invoice rows that link to those orders.