Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How do I relocate the privacy statement?

How do I relocate the privacy statement?

Locked

Views: 919

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
11 Jun 2007, 1:39 AM
#1
einstin avatar

einstin

New Zenner

Join Date:
Feb 2005
Location:
Atlanta, GA
Posts:
71
Plugin Contributions:
0

How do I relocate the privacy statement?

I am using the split login or register a new accounts style in new installation of a cart that will replace our existing one. On the create_account page it has the privacy statement acceptance box positioned at the very top of the page. I have had several customers totally miss the box, fill in there information and not even see the error message about checking the acceptance box. I would like to position the privacy statement acceptance box at the bottom of the create_account page below the newsletters and email box and right above the submit button. After 2 hours and several text searches I can't find where to modify this layout.

Can someone tell me where this is at?

11 Jun 2007, 2:31 AM
#2
kiddo avatar

kiddo

Totally Zenned

Join Date:
Jul 2006
Location:
SF Bay Area
Posts:
837
Plugin Contributions:
1

Re: How do I relocate the privacy statement?

You can probably just move the block of code that does it from the top of the page to where you want it. Look in:

includes/templates/YOUR_TEMPLATE/templates/tpl_modules_create_account.php

Its like lines 20 to 31 in my (1.3.7) kit.

At least thats what I think you are talking about.

12 Jun 2007, 8:11 PM
#3
einstin avatar

einstin

New Zenner

Join Date:
Feb 2005
Location:
Atlanta, GA
Posts:
71
Plugin Contributions:
0

Re: How do I relocate the privacy statement?

That cured it alreight! Thanks!