parkstad Posted March 5, 2010 Share Posted March 5, 2010 How to remove the checked position at "Conditions"So one has to click to agree. Link to comment Share on other sites More sharing options...
JohnsonZA Posted March 13, 2010 Share Posted March 13, 2010 You can change this line 367 in order.php (in version 1.2.5) 'checkedTOS' => intval($cookie->checkedTOS), to this: 'checkedTOS' => intval(false), and the terms checkbox will always be unchecked. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now