How to increase the price of all products
First off, we’ll illustrate the case of updating product pricing — a common scenario for e-commerce. You can either set a fixed value or increase it by a percentage. It’s an easy and user-friendly process, and there’s no need to enter anything manually — everything is done directly within the admin panel.
To leverage this method, you'd need to do the following:
-
Navigate to Catalog -> Products to access the product grid.
-
Select several products from your catalog.
-
Click Update Price at the bottom of your Magento panel.
Products grid -
Update the price value. You can define a fixed value or modify it by increasing or decreasing using a set amount or percentage.
Update price -
Click the Process button to immediately apply the update from the backend, or first select Execute by cron to add the action to the queue. If using the cron option, ensure your cron job is properly running to process the action.