emma35 Posted July 19, 2012 Share Posted July 19, 2012 (edited) Bonjour, je n'y connais rien et je dois insérer un bout de code dans une page CMS pour faire fonctionner un formulaire. Le but étant d'obtenir l'ID du membre en question <?php $result = Db::getInstance()->getValue(' SELECT id_customer FROM `'._DB_PREFIX_.'ps_customer` WHERE `id` = 1'); echo 'Result for id 1 : '.$result; ?> Merci de me dire si cela vous semble correct Je vous laisse l'adresse de la page test ou est installé le formulaire: http://www.chosiston...erales-de-vente Merci à vous tous Edited July 20, 2012 by emma35 (see edit history) Link to comment Share on other sites More sharing options...
coeos.pro Posted July 19, 2012 Share Posted July 19, 2012 1. _DB_PREFIX_ = ps donc soit l'un soit l'autre pas les 2 en même temps 2. il n'y a pas d'id dans ps_customer... 3. tu cherches id avec une requête sql où tu mets id... 4. (int)$cookie->id_customer Link to comment Share on other sites More sharing options...
emma35 Posted July 20, 2012 Author Share Posted July 20, 2012 Merci pour votre aide coeos.pro Ci-dessous le lien d'un autre topic plus détaillé qui a résoud mon problème pour ceux à qui ça peut servir http://www.prestashop.com/forums/topic/178778-demande-daide-pour-lintegration-dun-formulaire-de-paiement/ 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