Jump to content

Riportare prestashop allo stato iniziale


zklid

Recommended Posts

Come da titolo vorrei sapere se è possibile riportare prestashop allo stato iniziale e cancellare così tutti gli acquisti fatti per testare il sito.
cancellare, le registrazioni, gli ordini fatti, ripartire da zero.

Link to comment
Share on other sites

semplice vai nel db e digita questo comando :)

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`;
TRUNCATE TABLE `ps_customer`;
TRUNCATE TABLE `ps_customer_group`;
TRUNCATE TABLE `ps_page_viewed`;

Link to comment
Share on other sites

  • 2 weeks 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...