kristoz Posted November 6, 2016 Share Posted November 6, 2016 Since I moved opencart to prestashop my question is about customer service, is it possible to close all threads? I have over 35 000 open threads and I would like to close pervious threads is it possible to do all together? Link to comment Share on other sites More sharing options...
tuk66 Posted November 7, 2016 Share Posted November 7, 2016 Try this query to close all open threads: UPDATE ps_customer_thread SET status = 'closed' WHERE status = 'open' but firstly backup the database. Link to comment Share on other sites More sharing options...
kristoz Posted November 7, 2016 Author Share Posted November 7, 2016 Super it worked thank you so much!! 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