kreedz Posted December 17, 2017 Share Posted December 17, 2017 Found 4 elements with non-unique id #product_form_submit_btn, how can I sovle this problem? does this error effect on the funtion of the backoffice? These four button are in the price tab, under "SPECIFIC PRICES" and "PRIORITY MANAGEMENT" Link to comment Share on other sites More sharing options...
NemoPS Posted December 18, 2017 Share Posted December 18, 2017 Unless you see it affecting it and preventing products from being saved, I would say don't worry, happens quite often in prestashop Link to comment Share on other sites More sharing options...
kreedz Posted December 18, 2017 Author Share Posted December 18, 2017 35 minutes ago, NemoPS said: Unless you see it affecting it and preventing products from being saved, I would say don't worry, happens quite often in prestashop Ok, understand. Thanks! Link to comment Share on other sites More sharing options...
Vince Posted December 18, 2017 Share Posted December 18, 2017 This is just a problem with the HTML structure. It need to unique but not in this case. But I think it should not broken your functions. So don't need to worry about it. Link to comment Share on other sites More sharing options...
NemoPS Posted December 18, 2017 Share Posted December 18, 2017 Basically unless there is some javascript referring to them, it should be okay Link to comment Share on other sites More sharing options...
renaud2263 Posted January 3, 2018 Share Posted January 3, 2018 Hi, It's same for me but since this error happens, I can see a "1" (one) on the top of the BO (mainly in the products page). Did you ever see that ? Link to comment Share on other sites More sharing options...
NemoPS Posted January 6, 2018 Share Posted January 6, 2018 I did, but that's very hard to debug, it can come from any file, likely a controller. THe only way to fix it is going through each of them and see if you have it at the very top (the most common) Link to comment Share on other sites More sharing options...
BaikalShaman Posted July 20, 2018 Share Posted July 20, 2018 I've got the same issue. It prevents from saving products. Save and Save and stay buttons are disabled due to these errors. How to fix it? It happens almost every time I open Product page in Admin panel. I can't save anything. Link to comment Share on other sites More sharing options...
hasniou Posted July 20, 2018 Share Posted July 20, 2018 Hello BaikalShaman, Are you fixed saving issue ? i have the same problem. Thank you Link to comment Share on other sites More sharing options...
NemoPS Posted July 21, 2018 Share Posted July 21, 2018 @BaikalShaman are you sure you don't have others? It should save regardless of the error (it does for me on every instance I use) Link to comment Share on other sites More sharing options...
Inform-All Posted July 23, 2018 Share Posted July 23, 2018 Prestashop 1.6.1.19 running on my own VPS, i got a weird thing going on. In the backoffice when i want to add a product to a existing order i get this error Notice: Undefined index: customized_product_quantity in /home/XXX/domains/XXX.nl/public_html/cache/smarty/compile/d3/05/a8/d305a842fc95fba6488679874f36119e7378c215.file._product_line.tpl.php And in the backoffice when i want to create a new order i cant add products. So first things first, i enable debug mode. The weird thing is... as soon as I enable debug, it all works perfectly fine! I already disabled all overrides, and non-prestashop modules. The console does not gives me the "elements with non-unique id" error that's it! So my guess is that it should be a server settings mistake... but nothing has been changed there, and I have no idea how to debug now. (already reaplaced all the /tools/smarty/sysplugins but) Any idea or pointer how to debug this would mean the world to me! (have a special post for this HERE, but i thought this is the only error that i can find) Link to comment Share on other sites More sharing options...
fonteyne131 Posted August 31, 2018 Share Posted August 31, 2018 Did anyone found a solution, i have the same problem with Prestashop 1.6.1.0 These errors and a spinning save button: <button id="product_form_submit_btn" type="submit" name="submitAddproduct" class="btn btn-default pull-right"><i class="process-icon-save"></i> Opslaan</button> Link to comment Share on other sites More sharing options...
petrixstar Posted October 1, 2018 Share Posted October 1, 2018 Hello! Did anyone found a solution, i have the same problem with Prestashop 1.6.1.20! Link to comment Share on other sites More sharing options...
iltecnobadante Posted October 1, 2018 Share Posted October 1, 2018 Hi, we have same problem on Prestashop 1.6.1.20!!!! Link to comment Share on other sites More sharing options...
savedario Posted October 2, 2018 Share Posted October 2, 2018 (edited) I'm having the same issue with Prestashop 1.6.1.6 and, so far, only on Google Chrome. I searched the source code, and there's no mention of the non-unique ids anywhere, except for those button elements. I removed them and got no errors so far, except Chrome shows no warning anymore. Still, the behavior is very different between Firefox and Chrome. On Chrome, I can only update a product the first time. After that, whether I use "Save and Stay" or just "Save", the changes are not saved and "Save" does not go back to the product list. Edited October 2, 2018 by savedario (see edit history) Link to comment Share on other sites More sharing options...
dead_meme Posted November 25, 2018 Share Posted November 25, 2018 @savedario Did You menage to find a solution? Got same bug both on Chrome and Firefox - save buttons not loading. Funny thing - everything works great on... Safari. Anyone got solution for this? Is there a possibility it is based on cookies? Before I logged in in chrome everything was fine AFAIR. Link to comment Share on other sites More sharing options...
Idmahmoud Posted July 28, 2023 Share Posted July 28, 2023 Hello, we have same problem on Prestashop 1.7.8.7 ? How to solve? Link to comment Share on other sites More sharing options...
musicmaster Posted July 31, 2023 Share Posted July 31, 2023 On 11/25/2018 at 3:50 PM, dead_meme said: @savedario Did You menage to find a solution? Got same bug both on Chrome and Firefox - save buttons not loading. Funny thing - everything works great on... Safari. Anyone got solution for this? Is there a possibility it is based on cookies? Before I logged in in chrome everything was fine AFAIR. It usually points to an error. Product edit consists of different pages that are loaded separately. If one of those pages doesn't load - usually due to some PHP error - the Save button will never become active. So check all the tabs of the product page. And if that doesn't deliver: look in the error log. 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