abetts Posted June 24, 2009 Share Posted June 24, 2009 I'm done now and wish to reset all my stats to zero. I can't find any options in the admin area nor can I see what I need to delete in phpmyadmin.Any help please? Link to comment Share on other sites More sharing options...
abetts Posted June 24, 2009 Author Share Posted June 24, 2009 Sorted I think.Ran this in phpmyadmin.TRUNCATE TABLE `ps_customer`;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`; Link to comment Share on other sites More sharing options...
Recommended Posts