Let’s face this — you entered all the product details in Magento admin and tried to save it. But it’s not being saved. Also, there is no error message displayed on the page.
This could be frustrating, right?
I helped many of our clients solve this issue on their Magento admin. There is no one solution to this as there could be different reasons why the Magento product save button is not working.
In this post, we explore all the possible solutions.
1. Check Advanced Pricing or Inventory Tabs
The Magento 2 save product button may not be working due to invalid values in the Advanced Pricing or Advanced Inventory tabs, such as invalid pricing data or inventory settings.
- Open Advanced Inventory options for the product
- Ensure that fields like Special Price, Cost, Tier Price, and Price From/To are filled in correctly.
- For example, leaving Special Price empty while setting Price From and Price To can cause validation errors.
2. Invalid Custom Attributes
Magento uses client-side validation, which validates the field before saving the form. However, some custom fields from extensions may contain fields with missing name attributes. This means they do not throw an error message in case of invalid data and prevent you from saving the product.
- Ensure that all custom fields and attributes from the extension are filled properly
- Check all the attribute fields of extensions and fill any required fields
It’s also advisable to check for any caching and permission-related issues.
Thanks for reading till the end. I hope the solutions mentioned here have helped you fix the product not saving in Magento 2 issue.