Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove Magento custom order status

I've added new order status in the Admin Panel. I need to remove it, but I can't find option like that.

Is that possible to do it without the database viewing?

like image 216
deem Avatar asked Dec 06 '13 08:12

deem


People also ask

How do I change my order status in Magento?

To change order status in Magento 2: Go to Catalog > Products and check all Products which statuses you want to change. Choose Change Status option іn Actions dropdown, and accordingly, the Order Status you want selected orders to have.

What are the different order statuses available in Magento?

In the Status column, you can see many types of the order status such as: Pending, Complete, Processing, etc.

What is order status in Magento 2?

Magento has the following pre-defined states: New, Pending Payment, Processing, Complete, Closed, Canceled, On Hold, Payment Review. Also, there is a number of pre-defined order statuses, like Processing, Pending Payment, Suspected Fraud, Payment Review, Pending, On Hold, Complete, Closed, Canceled, Pending PayPal.


1 Answers

There are no way to delete the custom order statuses from Magento admin but you can delete it from Database tables

sales_order_status
sales_order_status_label
like image 144
MagentoDiary Avatar answered Nov 01 '22 08:11

MagentoDiary