# Bulk Edit Products

Bulk edit helps you to edit multiple products at once and saves your time.

To edit multiple products follow the steps:

1. Go to Products -&gt; List Products
2. Select the products you want to edit by clicking on the checkbox present in each product row.
3. Scroll down you will find the **Bulk Edit** option, click on it and you can edit the selected products.
4. Also, in the bulk edit screen you can add any other products to edit them.

### <span id="bkmrk-how-to-enable-bulk-e-1">How to Enable Bulk Edit Option</span>

The **Bulk Edit** feature is disabled by default and needs to be enabled from the backend configuration.

Follow these steps to enable it:

1. Open the file: config/constants.php
2. Locate the following line: ‘enable\_product\_bulk\_edit’ =&gt; false,
3. Change it to: ‘enable\_product\_bulk\_edit’ =&gt; true,
4. Save the file.

Once enabled, the **Bulk Edit** option will be available in the **Product List** screen, allowing you to update multiple products at once.