Skip to content

Instantly share code, notes, and snippets.

@thurow
Forked from cagartner/chagen_status_order.sql
Created September 30, 2015 23:51
Show Gist options
  • Select an option

  • Save thurow/8c7f3d76b87a3637b0dc to your computer and use it in GitHub Desktop.

Select an option

Save thurow/8c7f3d76b87a3637b0dc to your computer and use it in GitHub Desktop.
Mudar status pedido magento
UPDATE sales_flat_order_grid SET status = 'canceled' WHERE increment_id = <order_increment_id>;
UPDATE sales_flat_order SET state='canceled', status='canceled' WHERE increment_id =<order_increment_id>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment