Jump to content

(RISOLTO) Azzerare gli ordini


cyber

Recommended Posts

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

Ho risolto in questo modo andate nel vostro DB

e 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 :P

Link to comment
Share on other sites

  • 8 months later...
  • 1 year later...

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

  • 1 month later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...