Alex Posted April 22, 2022 Share Posted April 22, 2022 Good day, I am trying to create a custom module. Mainly by modifying the standard Prestashop custom textbox module. Now the installing went just fine. And it even works front-end wise. But the back-end does not work. I cannot save the made changes. It keeps nagging about "Please fill out all fields.". Like some fields are not filled. I presume he doesn't see the field "text" that was used in the module before this. But that doesn't make sense (to me) because I changed all the "text" values to "text_1" , "text_2", "text_3". And acquiring the data from the database goes fine. However saving made changes goes wrong. Hopefully one can tell me what I am doing wrong. Thanks in advance 🙂 fc_usps.zip Link to comment Share on other sites More sharing options...
abdullacm Posted April 22, 2022 Share Posted April 22, 2022 (edited) its checking whether valid data is entered for default language or not text_<default-lang-id> Edited April 22, 2022 by abdullacm (see edit history) 1 Link to comment Share on other sites More sharing options...
Alex Posted April 22, 2022 Author Share Posted April 22, 2022 1 hour ago, abdullacm said: its checking whether valid data is entered for default language or not text_<default-lang-id> That should be it I think! Will try it tomorrow! Thanks m8!! 1 Link to comment Share on other sites More sharing options...
Alex Posted April 25, 2022 Author Share Posted April 25, 2022 On 4/22/2022 at 9:09 PM, abdullacm said: its checking whether valid data is entered for default language or not text_<default-lang-id> This was the exact solution 🙂 Thank you very much! 1 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