Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Want to Add Content to Create Account Page - Which File Is It?

Want to Add Content to Create Account Page - Which File Is It?

Locked

Views: 1,022

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
30 Nov 2008, 9:10 PM
#1
dianne avatar

dianne

Zen Follower

Join Date:
May 2007
Location:
Virginia, USA
Posts:
102
Plugin Contributions:
0

Want to Add Content to Create Account Page - Which File Is It?

I have searched for how to add content to the create account page but cannot find it. Perhaps I didn't use the right search terms.

I want to be able to add additional wording to the page that appears after you click "checkout". This is the page where the customer enters their name/address/etc. You can also login from this page if you already have an account.

What file would I work in to add content to this page? I want to add a graphic with additional wording.

Thanks!

1 Dec 2008, 12:45 AM
#2
elkbow avatar

elkbow

Zen Follower

Join Date:
Jul 2007
Location:
Trinity Alps
Posts:
131
Plugin Contributions:
0

Re: Want to Add Content to Create Account Page - Which File Is It?

Dianne:

I have searched for how to add content to the create account page but cannot find it. Perhaps I didn't use the right search terms.

I want to be able to add additional wording to the page that appears after you click "checkout". This is the page where the customer enters their name/address/etc. You can also login from this page if you already have an account.

What file would I work in to add content to this page? I want to add a graphic with additional wording.

Thanks!

I think you're going to want to look here for changing many default pages:

Includes/templates/template_default/templates

1 Dec 2008, 7:51 AM
#3
fairestcape avatar

fairestcape

Totally Zenned

Join Date:
Mar 2008
Location:
Cape Town & London (depends on the season)
Posts:
2,957
Plugin Contributions:
0

Re: Want to Add Content to Create Account Page - Which File Is It?

The primary template file governing the layout and content of create account page is:-

tpl_modules_create_account.php

Where you insert your code will depend on what content you wish to add to the template.

While you can hard-code many html elements, it is often better to follow php protocols to reference images and text content - and to store this stuff in appropriate directories and files.

If you edit this file, you must save the edited version to your custom folder:

(includes/templates/YOUR_TEMPLATE/templates/)