magento / community-features

Magento Features Development is an Initiative to Allows Community Memebers Join to Development of Magento Features
46 stars 18 forks source link

Ability to change if Product has weight during "Update Attributes" in admin #95

Open navarr opened 5 years ago

navarr commented 5 years ago

Description (*)

When updating attributes for multiple products in the admin, I expect to be able to change whether or not the products have a weight.

Expected behavior (*)

On the "Update Attributes" form in the admin (admin/catalog/product_action_attribute/edit)

A "Has Weight" checkbox should be shown around the area in the screenshot. When changed and the form saved, it updates whether or not the products being edited have weight or not (simple v virtual)

Benefits

Mass assignment of whether products are virtual or simple

Additional information

hostep commented 5 years ago

Let's also link to the bug report on the M2 repo: https://github.com/magento/magento2/issues/6310 I was considering it a bug, not a feature request, so not sure which one of the two tickets we should close?