Customers authorization page
From Zen Cart(tm) Wiki
The Customers_authorization page is explained here.
[edit]
Configuration options
This table below shows most of the configuration options including language text for the Customers_authorization 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 | 'Customer Authorization Pending ...' | Edit language file customers_authorization.php near line 24 in the directory includes\languages\english\YOUR_TEMPLATE |
| OTHER_IMAGE_CUSTOMERS_AUTHORIZATION | Image:Customer authorization.gif | Edit other image file 'customer_authorization.gif' in the directory includes\templates\YOUR_TEMPLATE\images\ with a graphic tool |
| CUSTOMERS_AUTHORIZATION_TEXT_INFORMATION | 'Thank you for requesting Authorization for our store. We will contact you as soon as possible.' | Edit language file customers_authorization.php near line 25 in the directory includes\languages\english\YOUR_TEMPLATE |
| CUSTOMERS_AUTHORIZATION_STATUS_TEXT | 'To verify your Authorization status ... Click here:' | Edit language file customers_authorization.php near line 26 in the directory includes\languages\english\YOUR_TEMPLATE |
| CUSTOMERS_AUTHORIZATION_FILENAME | customers_authorization | Change this in ADMIN Configuration --> Customer Details --> Customer Authorization: filename. Customer Authorization filename Note: Do not include the extension Default=customers_authorization |
| BUTTON_IMAGE_CONTINUE | Image:Button continue.gif | Edit button image file 'button_continue.gif' in the directory includes\templates\YOUR_TEMPLATE\buttons\english\ with a graphic tool |
| BUTTON_CONTINUE_ALT | 'Continue' | Edit button names file button_names.php near line 74 in the directory includes\languages\english\YOUR_TEMPLATE. Note: This text will be visible when your hover over this button. |
| NAVBAR_TITLE | 'Customers Authorization Pending' | Edit language file customers_authorization.php near line 23 in the directory includes\languages\english\YOUR_TEMPLATE |
| CUSTOMERS_AUTHORIZATION_COLUMN_RIGHT_OFF | false | Change this in ADMIN Configuration --> Customer Details --> Customer Authorization: Hide Column Right. Customer Authorization: Hide Column Right (true=hide false=show) |
| CUSTOMERS_AUTHORIZATION_COLUMN_LEFT_OFF | false | Change this in ADMIN Configuration --> Customer Details --> Customer Authorization: Hide Column Left. Customer Authorization: Hide Column Left (true=hide false=show) |
| CUSTOMERS_AUTHORIZATION_FOOTER_OFF | false | Change this in ADMIN Configuration --> Customer Details --> Customer Authorization: Hide Footer. Customer Authorization: Hide Footer (true=hide false=show) |
| CUSTOMERS_AUTHORIZATION_HEADER_OFF | false | Change this in ADMIN Configuration --> Customer Details --> Customer Authorization: Hide Header. Customer Authorization: Hide Header (true=hide false=show) |
NOTE: This table is made by looking for used defines in the following files:
- includes\modules\pages\customers_authorization\header_php.php
- includes\templates\template_default\templates\tpl_customers_authorization_default.php
Defines (configuration options) are defined in:
- configuration table in the database
- includes\languages\english\button_names.php
- includes\languages\english\customers_authorization.php
- includes\languages\english\other_images_names.php
Product type configuration option are ignored Shipping, payment and Order Total module configuration option are also ignored
