Upon customers creating an account, I'd like to add a line on the create account page so customers will have to "check" that they agree with terms & conditions of the web site, in order to continue.

In the languages/english/create_account file I see:

//define('TEXT_PRIVACY_CONDITIONS_CONFIRM', 'I have read and agreed to your privacy statement.');

I removed the // hoping it would show up on the create account page. it didn't appear. I like to create a line like that line "'I have read and agreed to your privacy statement" and simply add a link to my terms 7 condition page.

Am I in the right place to do this? How do i enable that code on that page, or how can i add such a line on that page, maybe at the bottom of the page.

I look forward to any assitance. Thanks.