- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Product Save button is not working
I am using a Magento 2 store. Here Product save button of Admin Panel is not working. Why it is happening ?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Product Save button is not working
When you say it's not working, what exactly is happening then? Please shed more light on the issue.
If this response was helpful to you, consider giving kudos to this post
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Product Save button is not working
It is doing nothing. I clicked on it but it is doing nothing. Thanks for your reply.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Product Save button is not working
In that case, redeploy the static content and it will fix the issue. Don't forge to flush the cache afterwards.
If this response was helpful to you, consider giving kudos to this post
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Product Save button is not working
I am having the same issue even after redeploying and flushing the cache issue is still there
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Product Save button is not working
Did you deploy it for the right locale? Normally Magento deploys content for en_US only unless you specify otherwise.
I suggest that if your admin locale is different then specify it whilst deploying the static content. Code example below:
php magento setup:static-content:deploy en_GB en_US {YOUR_LOCALE}
If this response was helpful to you, consider giving kudos to this post
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Product Save button is not working
Having the same problem after updating from 2.1.2 to 2.1.6. Shop is totally useless.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Product Save button is not working
Thanks @ShoaibRehman89 vai for your reply. But how to know which locale is using my Magento 2 Admin Panel ?
I ran this command
php bin/magento setup:static-content:deploy
I tried for last couple of weeks but could not get any solution so far.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Product Save button is not working
Unless you state otherwise, Magento deploys it for en_US. You can check your system locale by navigating to:
Stores -> Configuration -> General -> Locale Options. Screenshot below:
I hope this helps. Consider giving Kudos if you think my replies were helpful.
If I was able to fix your issue, please accept it as a Solution.
If this response was helpful to you, consider giving kudos to this post
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Product Save button is not working
@ ALL
One important thing which I should have mentioned earlier, please make sure you have filled the required production information i.e. weight, categories etc before you hit the product save button.
I am using Magento 2.1.6 and I haven't experienced this issue personally so it's worth checking that you are not missing any information.
If this response was helpful to you, consider giving kudos to this post