shopping.uk Posted August 10, 2009 Share Posted August 10, 2009 Tried searching but couldn't find the answer.I have managed to delete the default install 'customer' and default 'order',But in Back Office > Stats in the Carts section, it still displays the average / largest /smallest carts as 601.15How do i delete this 'sale' from here please?ThanksRussell Link to comment Share on other sites More sharing options...
adiaz Posted August 10, 2009 Share Posted August 10, 2009 Hi,The problem is that all carts are stored in the database and you can only delete them manually. That's why I'd prefer to do "Simple mode" installations. However, this mode has some problems I've reported in two of my posts so I keep installing it the "Full mode" way.Well, if you have access to the db, you have to delete all entries in these tables: 'ps_cart', 'ps_cart_discount' and 'ps_cart_product'. This should solve your problem. Link to comment Share on other sites More sharing options...
bovill Posted August 10, 2009 Share Posted August 10, 2009 Or delete your cookies and history and restart your browser usually works for me if you have deleted the customer and order. Link to comment Share on other sites More sharing options...
sperio Posted August 31, 2009 Share Posted August 31, 2009 add the below line in admin\tabs\Admincarts.php public function __construct(){$this->table = 'cart';$this->className = 'Cart';$this->lang = false;$this->edit = false;$this->view = true;$this->delete = true; Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now