Create account page
From Zen Cart(tm) Wiki
The Create_account page is explained here.
Configuration options
This table below shows most of the configuration options including language text for the Create_account page. It is based on a ZenCart version 1.3.0. Before editing files copy the original file (if not done before) to YOUR_TEMPLATE directory.
Copy image and button files
- from includes\templates\template_default\images\..... to includes\templates\YOUR_TEMPLATE\images\.....
- from includes\templates\template_default\buttons\..... to includes\templates\YOUR_TEMPLATE\buttons\.....
Copy language files
- from includes\language\..... to includes\language\YOUR_TEMPLATE\.....
- from includes\language\english\..... to includes\language\english\YOUR_TEMPLATE\.....
See also Customisation - Templates
| Name | Default value | How to change |
|---|---|---|
| HEADING_TITLE | 'My Account Information' | Edit language file create_account.php near line 12 in the directory includes\languages\english\YOUR_TEMPLATE |
| TEXT_ORIGIN_LOGIN | 'NOTE: If you already have an account with us, please login at the <a href="%s">login page</a>.' | Edit language file create_account.php near line 14 in the directory includes\languages\english\YOUR_TEMPLATE |
| CATEGORY_PERSONAL | 'Your Personal Details' | Edit language file english.php near line 179 in the directory includes\languages\YOUR_TEMPLATE |
| BUTTON_IMAGE_SUBMIT | File:Button submit.gif | Edit button image file 'button_submit.gif' in the directory includes\templates\YOUR_TEMPLATE\buttons\english\ with a graphic tool |
| BUTTON_SUBMIT_ALT | 'Submit the Information' | Edit button names file button_names.php near line 93 in the directory includes\languages\english\YOUR_TEMPLATE. Note: This text will be visible when your hover over this button. |
| NAVBAR_TITLE | 'Create an Account' | Edit language file create_account.php near line 10 in the directory includes\languages\english\YOUR_TEMPLATE |
NOTE: This table is made by looking for used defines in the following files:
- includes\modules\pages\create_account\header_php.php
- includes\templates\template_default\templates\tpl_create_account_default.php
Defines (configuration options) are defined in:
- includes\languages\english.php
- includes\languages\english\button_names.php
- includes\languages\english\create_account.php
Product type configuration option are ignored Shipping, payment and Order Total module configuration option are also ignored