Search the Community
Showing results for tags 'external database'.
-
Hello, we're trying to set up a Prestashop and have the following issue: we already have an existing user database and would like to use this information so our users can log into our shop without the need to register a new customer in Prestashop and using their email/password as they do on our website. Is there any way to check users directly against our database or will we have to import (and later update) all of our users to the Prestashop database?
-
Bonjour tout le monde Je crée dois actuellement un module coté admin pour avoir une nouvelle page dans l'admin avec des données d'une bdd externe (donc pas la bdd prestashop). 1) J'ai réussi à générer une nouvelle page dans l'admin et à récuperer les données de ma bdd externe grâce aux Helper Prestashop (HelperList ici) seulement après sur le clic des "row actions" par exemple "éditer, supprimer, details) ça ne marche pas, j'ai cru voir que c'était géré avec ObjectModel mais moi j'utilise une bdd externe :/ y'a t'il un moyen quand même ? ou alors un autre moyen pour passer de ma page admin1 à une page admin2 avec transmission de variables en get ou post ? 2) Sinon au pire je n'utiliserai pas les helpers mais dans ce cas comment afficher une page perso dans l'admin avec un tpl perso ? quand j'utilise dans mon controller la méthode initContent avec un display('montpl.tpl') j'ai un bug d'affichage, on dirait que la page s'affiche plusieurs fois (2 headers, 2 sidebar, etc) , enfait le code à l'air d'être injecté avant le doctype... Merci beaucoup à ceux qui seront capable de m'aider ! et bonne journée !
- 1 reply
-
- ObjectModel
- external database
-
(and 2 more)
Tagged with:
-
First post so go easy on me... I'm very new to prestashop as well. I want to integrate prestashop with an external application. The "customers" will be maintained though prestashop. I don't need to change anything in relation to prestashop, but I would like to synchronize the customer database maintained by prestashop with an external database. So the operations like registrations updating addresses that are local to prestashop, would be followed by a one line ajax call to the external application. All I would really like to know is where are the calls in the PS files, so that I can place my calls immediately after. I have started looking in the authController, but I haven't managed to locate it just yet. Is that the file I should be looking into? I'm using PS 1.5