Checkout payment address page
From Zen Cart(tm) Wiki
The Checkout_payment_address page is explained here.
[edit]
Configuration options
This table below shows most of the configuration options including language text for the Checkout_payment_address 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 | 'Change the Billing Information' | Edit language file checkout_payment_address.php near line 14 in the directory includes\languages\english\YOUR_TEMPLATE |
| TITLE_PAYMENT_ADDRESS | 'Billing Address' | Edit language file checkout_payment_address.php near line 18 in the directory includes\languages\english\YOUR_TEMPLATE |
| TEXT_SELECTED_PAYMENT_DESTINATION | 'This is the current billing address. Please make sure it matches the information on your credit card statement or correct it using the form below.' | Edit language file checkout_payment_address.php near line 17 in the directory includes\languages\english\YOUR_TEMPLATE |
| MAX_ADDRESS_BOOK_ENTRIES | 5 | Change this in ADMIN Configuration --> Maximum Values --> Address Book Entries. Maximum address book entries a customer is allowed to have |
| TABLE_HEADING_NEW_PAYMENT_ADDRESS | '...Or Choose From Your Address Book Entries' | Edit language file checkout_payment_address.php near line 23 in the directory includes\languages\english\YOUR_TEMPLATE |
| 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. |
| TITLE_CONTINUE_CHECKOUT_PROCEDURE | 'Continue' | Edit language file checkout_payment_address.php near line 25 in the directory includes\languages\english\YOUR_TEMPLATE |
| TEXT_CONTINUE_CHECKOUT_PROCEDURE | '- to payment method.' | Edit language file checkout_payment_address.php near line 26 in the directory includes\languages\english\YOUR_TEMPLATE |
| BUTTON_IMAGE_BACK | Image:Button back.gif | Edit button image file 'button_back.gif' in the directory includes\templates\YOUR_TEMPLATE\buttons\english\ with a graphic tool |
| BUTTON_BACK_ALT | 'Back' | Edit button names file button_names.php near line 67 in the directory includes\languages\english\YOUR_TEMPLATE. Note: This text will be visible when your hover over this button. |
| NAVBAR_TITLE_1 | 'Checkout' | Edit language file checkout_payment_address.php near line 11 in the directory includes\languages\english\YOUR_TEMPLATE |
| NAVBAR_TITLE_2 | 'Change Billing Address' | Edit language file checkout_payment_address.php near line 12 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\checkout_payment_address\header_php.php
- includes\templates\template_default\templates\tpl_checkout_payment_address_default.php
Defines (configuration options) are defined in:
- Configuration table in the database
- includes\languages\english\button_names.php
- includes\languages\english\checkout_payment_address.php
Product type configuration option are ignored
