Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Customer details not working?


mattcald

Recommended Posts

Posted

Fresh install...

 

When I got to the customer details section of the admin page and turn off some of the options, they still show up.

 

I have disabled the Gender, Date of Birth, and Suburb. When I create a new account, they are still there.

 

The cart was also displaying the prices with tax included, even though the default option was false. I modified application_top.php to get that off of there, but it is a little bit of a pain.

 

Anyone have any suggestions?

** God Bless **

---------------------

Posted

I had that happen on the Admin side only. I turned off the Date of Birth requirement but it still showed up in Admin Customers, when I wanted to make minor changes to a customers account information ie... first letter caps I would get an error telling me about have to format the Date of Birth.

 

Solution: edit admin/application_top.php:

 

change:

 

define('ACCOUNT_DOB', 'true);

 

to:

 

define('ACCOUNT_DOB', 'false');

 

The same goes if you want to change any of the other required cusomer fields in admin.

 

I hope this helps.

Archived

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

×
×
  • Create New...