cancel
Showing results for 
Search instead for 
Did you mean: 

Product Save button is not working

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 ?

 

magento_product.png

19 REPLIES 19

Re: Product Save button is not working

@foysal

 

When you say it's not working, what exactly is happening then? Please shed more light on the issue. 

Magento Certified Solution Specialist | Lead Magento developer
If this response was helpful to you, consider giving kudos to this post

Re: Product Save button is not working

It is doing nothing. I clicked on it but it is doing nothing. Thanks for your reply.

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. 

Magento Certified Solution Specialist | Lead Magento developer
If this response was helpful to you, consider giving kudos to this post

Re: Product Save button is not working

I am having the same issue even after redeploying and flushing the cache issue is still there 

Re: Product Save button is not working

@SultanRana

 

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}
Magento Certified Solution Specialist | Lead Magento developer
If this response was helpful to you, consider giving kudos to this post

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.

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

Re: Product Save button is not working

@foysal

 

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: M2.png

 

 

 

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. 

Magento Certified Solution Specialist | Lead Magento developer
If this response was helpful to you, consider giving kudos to this post

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. 

Magento Certified Solution Specialist | Lead Magento developer
If this response was helpful to you, consider giving kudos to this post