Success Posted Saturday at 08:59 AM Posted Saturday at 08:59 AM Hello friends! I wonder where all the files of a particular module are hidden? Even though I delete the module and reinstall it, it remembers the previously set settings. In addition to uninstalling module in the BackOffice Modules section, I deleted everything here: / modules / name of module / themes / name of theme / modules / name of module / themes / child-theme / modules / name of module Still PrestaShop remembers the previously settings. I would kindly ask you for help Thank u! Share this post Link to post Share on other sites More sharing options...
Teemu Mäntynen Posted Saturday at 11:34 AM Posted Saturday at 11:34 AM Modules typically save their setting to database table DBPREFIX_configuration (default DBPREFIX_ is "ps_"). Module settings aren't removed automatically by PrestaShop when a module is uninstalled. Each module needs to take care of removing its own settings during its uninstallation. Some modules ignore it or choose not to do so. Please see attached screenshot. It shows how a module named AmcPsPaytraiPsp has saved some of its setting to database. Be careful if you choose to manually delete module settings. 1 Share this post Link to post Share on other sites More sharing options...
Nickz Posted Saturday at 12:19 PM Posted Saturday at 12:19 PM I hope you work with backups. or do you experiment locally? Share this post Link to post Share on other sites More sharing options...
Success Posted Saturday at 07:26 PM Posted Saturday at 07:26 PM 7 hours ago, Teemu Mäntynen said: Modules typically save their setting to database table DBPREFIX_configuration (default DBPREFIX_ is "ps_"). Module settings aren't removed automatically by PrestaShop when a module is uninstalled. Each module needs to take care of removing its own settings during its uninstallation. Some modules ignore it or choose not to do so. Please see attached screenshot. It shows how a module named AmcPsPaytraiPsp has saved some of its setting to database. Be careful if you choose to manually delete module settings. I can't find anything here about this module. I can't find any modules file even if it is installed.. How is this possible? Share this post Link to post Share on other sites More sharing options...
Rhobur Posted Sunday at 07:05 AM Posted Sunday at 07:05 AM Most modules also install their own table which usually is called _PS_PREFIX.modulename* e.g. tables prefix is ps_ and the module name is amodulename then a a module table is something like ps_amodulename occasionally plus some more words if the module installs multiple tables. The amodulename is not the module display name as it appears in the admin but the name of the directory the module is in Dashboard->Modules. Share this post Link to post Share on other sites More sharing options...
Success Posted Sunday at 10:38 AM Posted Sunday at 10:38 AM No.. The modul I looking for is The Checkout from Zelarg.. In Dashboard - Modules it is named The Checkout.. If I go to database and press ctrl + F and search for checkout there are no resoults. I went manualy from start to the end but did not find anything near checkout.. I really dont know what to do now? :) Share this post Link to post Share on other sites More sharing options...
Ress Posted Monday at 08:54 AM Posted Monday at 08:54 AM To check exactly, go into the install() function of the module, and see exactly what and where it saves to the database. The module saves some data in the Configuration table. Share this post Link to post Share on other sites More sharing options...
Success Posted Monday at 09:10 AM Posted Monday at 09:10 AM (edited) Still can not find it.. In witch file/folder is it? I opened every folder/file and search for database, but didn't found anything. Edited Monday at 09:11 AM by Success (see edit history) Share this post Link to post Share on other sites More sharing options...
Rhobur Posted Monday at 09:23 AM Posted Monday at 09:23 AM look into the theckeckout.php Share this post Link to post Share on other sites More sharing options...
Success Posted Monday at 11:46 AM Posted Monday at 11:46 AM I don't find anything.. I don't even know what exacly I have to search... Would you help me a little more plz 🙂 I wanted to upload file thecheckout.php but couldn't. Share this post Link to post Share on other sites More sharing options...
Nickz Posted Monday at 12:24 PM Posted Monday at 12:24 PM (edited) 37 minutes ago, Success said: I wanted to upload file thecheckout.php but couldn't. what kind of Hosting do you have? Looks like permission. The Module folder is there twice, one under the root folder the other under theme > theme name. Edited Monday at 12:24 PM by Nickz (see edit history) Share this post Link to post Share on other sites More sharing options...
Success Posted Monday at 02:54 PM Posted Monday at 02:54 PM (edited) I already wrote that when I uninstall The Checkout module, I also delete folders /modules/thecheckout, /themes/mytheme/modules/thecheckout and /themes/child-theme/modules/thecheckout. But settings of The Checkout module still remains. That's why I am asking you where are all other folders of that module.. I can't find it in Database.. Problem is that there is something wrong with css and I want to do it from the beginning. Edited Monday at 02:55 PM by Success (see edit history) Share this post Link to post Share on other sites More sharing options...
Nickz Posted Monday at 02:55 PM Posted Monday at 02:55 PM Just now, Success said: That's why I am asking you where are all other folders of that module.. I can't find it in Database.. did clear your caches too? Share this post Link to post Share on other sites More sharing options...
Success Posted Monday at 02:59 PM Posted Monday at 02:59 PM This is the problem (see photo). Something is wrong with patch to css document and I can't solve this problem. If I go to cpanel, there is no new folder "home" and further.. Share this post Link to post Share on other sites More sharing options...
Success Posted Monday at 03:06 PM Posted Monday at 03:06 PM 10 minutes ago, Nickz said: did clear your caches too? Yes I did. Share this post Link to post Share on other sites More sharing options...
Nickz Posted Monday at 03:09 PM Posted Monday at 03:09 PM Sometimes a browser cache can be very thickheaded. Have you tried a different browser? or cleared all cookies? Share this post Link to post Share on other sites More sharing options...
El Patron Posted Monday at 09:04 PM Posted Monday at 09:04 PM you will need to look at module code, install section to see what fields it creates, generally these are place in configuration (if I remember correctly) also some modules update overrides, on uninstall these should be removed by ps, maybe they were not installed properly and are still there. but you need to look at module code to see how it stores configuration values. Share this post Link to post Share on other sites More sharing options...
Success Posted Tuesday at 10:30 AM Posted Tuesday at 10:30 AM 19 hours ago, Nickz said: Sometimes a browser cache can be very thickheaded. Have you tried a different browser? or cleared all cookies? Yes, of course.. This module siriously wont delete itself complitely.. Share this post Link to post Share on other sites More sharing options...
Success Posted Tuesday at 10:31 AM Posted Tuesday at 10:31 AM 13 hours ago, El Patron said: you will need to look at module code, install section to see what fields it creates, generally these are place in configuration (if I remember correctly) also some modules update overrides, on uninstall these should be removed by ps, maybe they were not installed properly and are still there. but you need to look at module code to see how it stores configuration values. I don't have knowledge for this.. I think I will buy another checkout module.. Witch do you recommend? Share this post Link to post Share on other sites More sharing options...
El Patron Posted Tuesday at 11:11 AM Posted Tuesday at 11:11 AM 25 minutes ago, Success said: I don't have knowledge for this.. I think I will buy another checkout module.. Witch do you recommend? the existing ps checkout modules on addaons are not modern enough for our clients or meme) so several years ago we designed our own 'above the fold' checkout module that would not embarrass me to present to clients. Based on US design concepts from walmart.com and jet.com. We don't post new modules to ps addons anymore. https://www.addons.prestaheroes.com/collections/all-modules/products/checkout-pro you can see it in action on client shops https://discountelectrical.com/ https://calligraphyartsuk.com/ the key support is there is fall over link when customer enters incorrect email/pwd. I make the best checkouts on the planet AVOID AT ALL COSTS PRESTASHOP CHECKOUT MODULE IT'S HORRIBLE...I CHECKED EXISTING ADDONS STILL NOTHING COMPARABLE TO PH MODULE good luck, also consider posting in job section, make relationship with solid developer that can assist you with technical issues. Make a development copy of your shop for sandbox (always do this). cheers, el Share this post Link to post 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