Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    May 2007
    Location
    Virginia, USA
    Posts
    101
    Plugin Contributions
    0

    Default 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!

  2. #2
    Join Date
    Jul 2007
    Location
    Trinity Alps
    Posts
    127
    Plugin Contributions
    0

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

    Quote Originally Posted by Dianne View Post
    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

  3. #3
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default 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/)

 

 

Similar Threads

  1. add checkbox to create account page
    By AmandaGero in forum General Questions
    Replies: 0
    Last Post: 26 Jul 2010, 11:26 PM
  2. Which part of my 'create account' process is unsecure?
    By plymgary1 in forum General Questions
    Replies: 1
    Last Post: 13 May 2010, 04:35 PM
  3. How to change the content in the 'create account page'?
    By reneet in forum Basic Configuration
    Replies: 1
    Last Post: 18 Mar 2010, 02:21 PM
  4. How do I find which file the content is in?
    By evvano in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 5 Oct 2009, 10:27 AM
  5. How do I add a custom pulldown field to create account page?
    By margarita in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 May 2008, 07:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg