lilliput Posted November 2, 2016 Share Posted November 2, 2016 Hi I am using 1.6.1.6. I am trying to change my product title lines and also some other changes . But its not changing once i press the save or save & stay it goes to previous saved title. I do not even have any error or any other notification when saving , I need help..Pls help Thanks Anamul Link to comment Share on other sites More sharing options...
NemoPS Posted November 2, 2016 Share Posted November 2, 2016 Core bug, look for mdekker's fix here: https://github.com/PrestaShop/PrestaShop/blob/5566c2d9d7e4ab88a201b2c5cf10e1cda2ff7150/admin-dev/themes/default/template/controllers/products/helpers/form/form.tpl?utm_content=buffer6f45d&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer#L252-L254 1 1 Link to comment Share on other sites More sharing options...
3sverhaeghe Posted November 3, 2016 Share Posted November 3, 2016 Core bug, look for mdekker's fix here: https://github.com/PrestaShop/PrestaShop/blob/5566c2d9d7e4ab88a201b2c5cf10e1cda2ff7150/admin-dev/themes/default/template/controllers/products/helpers/form/form.tpl?utm_content=buffer6f45d&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer#L252-L254 I'm having the same problem in 1.6.1.1. How come this never happened in the past and has only started today, after a year of using this Prestashop (on my side, anyway)? I'm kind of new here, but I suppose that the highlighted code in the solution is what needs to be added to the template? Link to comment Share on other sites More sharing options...
rocky Posted November 3, 2016 Share Posted November 3, 2016 It's because PrestaShop has been using synchronous AJAX calls that have been deprecated for a long time now. The latest version of Google Chrome removes this deprecated feature, which caused PrestaShop to break for everyone using that browser. The highlighted code should be removed, not added. 1 Link to comment Share on other sites More sharing options...
3sverhaeghe Posted November 3, 2016 Share Posted November 3, 2016 It's because PrestaShop has been using synchronous AJAX calls that have been deprecated for a long time now. The latest version of Google Chrome removes this deprecated feature, which caused PrestaShop to break for everyone using that browser. The highlighted code should be removed, not added. OK, thank you, that's very clear for a newbie such as myself! Makes sense now. Indeed using Chrome. I'll try switching to a different browser for the time being, as I need a clear head to make changes to core files and I'm kind of swamped right now, and need to make the product changes urgently. When things cool down, I'll try locating the file mentioned on Github and removing the highlighted code. Thanks so much for your assistance! Link to comment Share on other sites More sharing options...
Jade4580 Posted November 11, 2016 Share Posted November 11, 2016 (edited) So I looked into the coding on the particular page that was listed in the correction. I am not seeing the code line anywhere and definitely not those particular line numbers I did place this in several different text editors in order to validate that I was looking at tit correctly and I did read all the code top to bottom and I could not find that line anywhere in the coding. Is there something I am missing? Edited November 11, 2016 by Jade4580 (see edit history) Link to comment Share on other sites More sharing options...
schenbr1 Posted November 16, 2016 Share Posted November 16, 2016 It's because PrestaShop has been using synchronous AJAX calls that have been deprecated for a long time now. The latest version of Google Chrome removes this deprecated feature, which caused PrestaShop to break for everyone using that browser. The highlighted code should be removed, not added. Thanks Rocky; this solved my problem after days of searching for a solution 1 Link to comment Share on other sites More sharing options...
Jignesh.aakoliya Posted November 16, 2016 Share Posted November 16, 2016 It's because PrestaShop has been using synchronous AJAX calls that have been deprecated for a long time now. The latest version of Google Chrome removes this deprecated feature, which caused PrestaShop to break for everyone using that browser. The highlighted code should be removed, not added. Thanks. This solve my problem. i have been searching for this for 2 days. 1 Link to comment Share on other sites More sharing options...
stoo_s Posted November 16, 2016 Share Posted November 16, 2016 Thank you so much for posting a solution to this. Saving changes to or adding new products had become steadily unbearable as nothing was saving. You could redo something 10 times and it might save once if you were lucky. I was honestly close to calling it a day with prestashop. The solution above has solved this problem. Every change is saving first time now! Can't thank you enough! Link to comment Share on other sites More sharing options...
maxclee Posted November 19, 2016 Share Posted November 19, 2016 Guys, thanks. Link to comment Share on other sites More sharing options...
satkauskas Posted February 13, 2017 Share Posted February 13, 2017 Thanks for a solution! Link to comment Share on other sites More sharing options...
mconcha Posted May 8, 2017 Share Posted May 8, 2017 Hey guys! I am new into the forum with limited programming skills. Where I can find that code? I am struggling with the same issue in version 1.7.1.1 Does anyone else is having that problem? Link to comment Share on other sites More sharing options...
gabba Posted May 17, 2017 Share Posted May 17, 2017 Same issue here on 1.7.1.1, seems like a fundamental bug so no idea how its got this far through, its not the submitHandler: function(form) { form.submit(); }, as before, appears to be something else causing it. Link to comment Share on other sites More sharing options...
gabba Posted May 18, 2017 Share Posted May 18, 2017 ok, I fixed my instance of this, allow iframes in html in general settings, would be good if rather than giving the green "saved" light, it threw some kind of error or alert stating that this was the problem.. anyway, hope this helps others.. Link to comment Share on other sites More sharing options...
ifebueme Posted August 1, 2017 Share Posted August 1, 2017 Hello,My products aren't saving. The save button and save and stay button keep on showing this refreshing icon and clicking on them has no effect. I can't save product details, price, associations, etc. I'm using version 1.6.1.15I've tried deleting broswer cache, using a different browser, i've checked form.tpl as mentioned above, i've enabled i frame, enabled and disabled normal and smarty cache.I'd appreciate some help on this, thanks. Link to comment Share on other sites More sharing options...
razvy Posted November 1, 2018 Share Posted November 1, 2018 How do you apply the fix from GitHub? What file do you need to modify? Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now