Website have 5 bundle product with two attribute sets.
One attribute set with bundle product working fine.
But other one have not working save button when we click on it.
Also, we checked the log, reports but not any error display, also not any colsole error on browser too.
Please share if you have any ideas.
Thanks.
there should be a validation error if you don't see any error on the browser console.
check all the tabs from the left side.
kindly accept as a solution if this works for you and give Kudos
Hello everyone
I have also facing the same problem after updating from 2.1.2 to 2.1.6. Shop is totally useless.
Hello @williamjohdc75
there should be a jquery error in your browser check-in console.
Or
Another third-party extension conflicting
kindly accept as a solution if this works for you and give me Kudos
Hi @williamjohdc75 and @Ashish_k_php,
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}
You can check your system locale by navigating to: Stores -> Configuration -> General -> Locale Options.
Hope this can help you! Let me know if you need further assistance.
__________
If issue solved, Click Kudos & Accept as Solution.