Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

customers logons not updating correctly upon registration


clemptor

Recommended Posts

Posted

I am having trouble with this bit of code, in the create account page

 

tep_db_query("insert into " . TABLE_CUSTOMERS_INFO . " (customers_info_id, customers_info_number_of_logons, customers_info_date_account_created) values ('" . (int)$customer_id . "', '1', now())");

 

All other account info is updating correctly, but the customers_info_number_of_logons is not updating to "1", as I have specified in the preceding code. This is in regards to the database update upon successful creation of a customer account. Has anyone else had this problem?

 

thanks in advance...

Archived

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

×
×
  • Create New...