chakery Posted September 14, 2005 Share Posted September 14, 2005 I built a shopping cart for a customer, the customer received an order and accidently deleted it from the admin side of the cart. Is there anyway on the backend to find that order??? Thanks! Link to comment Share on other sites More sharing options...
FalseDawn Posted September 14, 2005 Share Posted September 14, 2005 Not really, you would need to ask your host to provide you with a database backup script which you could restore locally. You could ask them to restore your database and overwrite your exisitng one - depends is this is acceptable or not, and how important that order was! You might be lucky and be able to retrieve the order info from the session data if it hasn't been garbage collected yet. Depends what info you need. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.