Jump to content

OlivaDevelop

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by OlivaDevelop

  1. After much testing, I have risked and have modified the function add() of class customer and have added the lines to create the records to the table that desire using: if ($ success) { Db :: getInstance () -> execute ("INSERT INTO table (FIELDS) VALUES (VALUES); }
  2. Despues de mucho probar, me he arriesgado y he modificado la funcion add() de la clase customer y he añadido las líneas para crear los registros a la tabla que deseo usando: if($success){ Db::getInstance()->execute('INSERT INTO TABLA (CAMPOS) VALUES (VALORES); }
  3. Thanks for answering. I have not explained well. I'm developing an app and I must fill a table with additional information to the customer record, that is, while you register, fill in the table using the customer id. Example: new user -> fill out the registration form -> prestashop does what it has already done once or after inserting the user, populate the table. Do not use any own or foreign module to do this.
  4. Hello, I have a problem that I can not solve. I need to populate a table created by me on the prestashop database at the time that a user register. The fact is that I can not do and however much we seek, I not found nothing in google or prestashop forums. I wonder which is the file that records a user and add in that function or method to my table records.
  5. Hola, tengo un problema que no consigo solucionar. Necesito rellenar una tabla, creada por mi en la base de datos de prestashop, en el momento que se registre un usuario. El caso es que no consigo hacerlo y por mucho que busque no hay nada por google ni por los foros de prestashop. Me gustaría saber cual es el fichero que registra un usuario y añadir en esa función o método los registros a mi tabla. Grácias de antemano.
  6. Hola soy nuevo aqui. Soy bastante noob en prestashop y espero empaparme bien de la experiencia de todos vosotros!
×
×
  • Create New...