Magento – Save button on product page does not work in Magento 2.1.6

magento2.1.6

New products and even existing products that are opened to be modified could not be saved in Magento 2.1.6. There is not JS error thrown, the Save button just does nothing. No request goes out on the network either.

Re-indexed, re-cached, re-deployed contents, without errors. The only thing I've done is that I've upgraded from Magento 2.1.2 to 2.1.6.

What could be the problem? Ideas to figure it out?

Best Answer

The problem was that some hidden fields, that are part of the product form, were not opened. There is an "Advanced price" section under the price input field, in which there are additional input fields present. One of them was mandatory. Unfortunately, Magento says nothing about why the click on the "Save" button has been discarded.

Related Topic