nopSolutions / nopCommerce

ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
https://www.nopcommerce.com
Other
9.21k stars 5.29k forks source link

Bulk edit products #7228

Open AndreiMaz opened 3 months ago

AndreiMaz commented 3 months ago

Usually, when you want to edit a product you go to the edit page of that product. It doesn’t matter with a small change but will become complicated and time-consuming when you need to modify a bunch of products.

Let's add support for a simple and easy way to bulk edit products. There will be a new page with standard filters - similar to the product list page:

The grid will have the following columns:

And there will be a "Bulk save (selected)" button and a "Bulk save (all)" at the top left corner of the page. Once clicked all new entered values will be saved to the database.

A similar functionality already existed in old versions of nopCommerce (e.g. 1.90). But we had to remove it because of the limitations of the new KendoUI grid (we don't use it anymore)

danFbach commented 3 months ago

it would be great if the picture was part of the editable fields here. It'd save both time and disk space.

ahmadkq commented 3 months ago

What if the product has combination attributes and the admin defines prices and stock there?

AndreiMaz commented 3 months ago

@ahmadkq Combinations won't be supported in bulk edit