mattcald Posted May 21, 2003 Posted May 21, 2003 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 ** ---------------------
mattcald Posted May 22, 2003 Author Posted May 22, 2003 No one has enountered anything like this? ** God Bless ** ---------------------
solidusss Posted May 22, 2003 Posted May 22, 2003 I also encountered the same problem as you are , anyone have a solution ?
Guest Posted May 29, 2003 Posted May 29, 2003 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.