Bulk Edit Products Bulk edit helps you to edit multiple products at once and saves your time. To edit multiple products follow the steps: Go to Products -> List Products Select the products you want to edit by clicking on the checkbox present in each product row. Scroll down you will find the  Bulk Edit  option, click on it and you can edit the selected products. Also, in the bulk edit screen you can add any other products to edit them. How to Enable Bulk Edit Option The  Bulk Edit  feature is disabled by default and needs to be enabled from the backend configuration. Follow these steps to enable it: Open the file: config/constants.php Locate the following line: ‘enable_product_bulk_edit’ => false, Change it to: ‘enable_product_bulk_edit’ => true, 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.