cyber Posted May 5, 2010 Share Posted May 5, 2010 ciao amici ho un problema enorme, dovrei azzerare gli ordini dal mio db come posso fare ho letto delle guide in giro ma nulla da fare non ci riesco ad azzerare l'id degli ordini aiutoooooooooo Link to comment Share on other sites More sharing options...
vinoalvino Posted May 6, 2010 Share Posted May 6, 2010 Se hai pazienza sto realizzando un modulo che farà tutto questo e molto altro ancora. Link to comment Share on other sites More sharing options...
cyber Posted May 6, 2010 Author Share Posted May 6, 2010 a grazie mille te ne sarei davvero grato Link to comment Share on other sites More sharing options...
cyber Posted May 6, 2010 Author Share Posted May 6, 2010 Ho risolto in questo modo andate nel vostro DBe lanciate questa query TRUNCATE TABLE `ps_orders`;TRUNCATE TABLE `ps_order_detail`;TRUNCATE TABLE `ps_order_discount`;TRUNCATE TABLE `ps_order_history`;TRUNCATE TABLE `ps_order_return`;TRUNCATE TABLE `ps_order_return_detail`;TRUNCATE TABLE `ps_order_slip`;TRUNCATE TABLE `ps_order_slip_detail`;TRUNCATE TABLE `ps_cart`;TRUNCATE TABLE `ps_cart_discount`;TRUNCATE TABLE `ps_connections`;TRUNCATE TABLE `ps_message`;e tac si azzerano gli ordini Link to comment Share on other sites More sharing options...
giralatina Posted January 12, 2011 Share Posted January 12, 2011 Ciao io vorrei azzera anche le fatture come quali altre table devo aggiungere? Link to comment Share on other sites More sharing options...
fabiopia Posted January 23, 2012 Share Posted January 23, 2012 Ciao io vorrei azzera anche le fatture come quali altre table devo aggiungere? Io ho fatto questa e mi azzera anche le fatture oltre che gli ordini. Per la verità anche i clienti ! fate un backup prima della query: TRUNCATE TABLE `ps_customer`; TRUNCATE TABLE `ps_customer_group`; TRUNCATE TABLE `ps_address`; TRUNCATE TABLE `ps_orders`; TRUNCATE TABLE `ps_order_detail`; TRUNCATE TABLE `ps_order_discount`; TRUNCATE TABLE `ps_order_history`; TRUNCATE TABLE `ps_message`; TRUNCATE TABLE `ps_cart`; TRUNCATE TABLE `ps_cart_product`; TRUNCATE TABLE `ps_cart_discount`; l'ho provato 2 volte e funziona anche con le fatture ripartono da fat 000001 fatemi sapere Fabio Link to comment Share on other sites More sharing options...
DataService Posted January 30, 2012 Share Posted January 30, 2012 Salve, si azzerano anche i clienti o solo fatture e ordini ?? Grazie. Link to comment Share on other sites More sharing options...
fabiopia Posted January 30, 2012 Share Posted January 30, 2012 Salve, si azzerano anche i clienti o solo fatture e ordini ?? Grazie. Si azzerano anche i clienti e le loro registrazioni, me ne sono accorto dopo Link to comment Share on other sites More sharing options...
taceto32 Posted March 4, 2012 Share Posted March 4, 2012 http://www.webhostingmagazine.it/cancellare-azzerare-ordini-prestashop/# 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