Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Creating an Account from external PHP Code


toddring

Recommended Posts

Greetings,

I have a site with a membership db, a forum, an oscommerce db, and maillist db. I an trying to populate that latter 3 with information from the membership db. Is there a way with the scCommerce to create an account from and external source?

 

Thanks

 

Todd

Link to comment
Share on other sites

Greetings,

I have a site with a membership db, a forum, an oscommerce db, and maillist db. I an trying to populate that latter 3 with information from the membership db. Is there a way with the scCommerce to create an account from and external source?

 

Thanks

 

Todd

 

 

Just look at the customers table and its fields all you need to do is log into the DB and INSERT the required fields.

Link to comment
Share on other sites

Babygurgles,

It looks a bit more complicated than that.besides the customers table there is the customers_info and the address_bok tables. It looks like there is a relation between these tables. Are they any others that I need to take into consideration?

 

Thanks

Link to comment
Share on other sites

Babygurgles,

It looks a bit more complicated than that.besides the customers table there is the customers_info and the address_bok tables. It looks like there is a relation between these tables. Are they any others that I need to take into consideration?

 

Thanks

 

It's all at the top of create_account.php, $sql_data_array is a good thing to look for.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...