If you want to create a new style for the checkout_express.php page, you can create a custom template of your choice and upload it to the themes/ If you want to add some custom/local changes in checkout_express.php, you need to add a custom php file with name custom_tpl_checkout_express.php in themes/functions/ folder where you can add the new changes and define those to a template variable. Also you should place that variable in themes/ We have a custom file custom_add.php in themes/functions/ folder which will be available for all files. If you want a new template variable for all the checkout section, you can define that on custom_add.php. |
|
Variables used in checkout_express.tpl | |
{literal}{{/literal}$payment_error_heading{literal}}{/literal} | To display the heading of the errors if any. |
{literal}{{/literal}$payment_error_text{literal}}{/literal} | To display the errors if any. |
{literal}{{/literal}$checkout_payment_page_heading{literal}}{/literal} | To display the main heading in the checkout express page. |
{literal}{{/literal}$shopping_cart{literal}}{/literal} | To display the shopping cart contents. |
{literal}{{/literal}$login_text{literal}}{/literal} | To display the login boxes for the returning customers. This will also show the option toselect a different shipping address if the customer is going create a new account. |
{literal}{{/literal}$button_change_billing_address{literal}}{/literal} | This is the heading and the link to change the billing address if the customer is logged in. |
{literal}{{/literal}$button_change_shipping_address{literal}}{/literal} | This is the heading and the link to change the shipping address if the customer is logged in. |
{literal}{{/literal}$create_account_variable{literal}}{/literal} | To display the fields for creating a new account. |
{literal}{{/literal}$change_shipping_variable{literal}}{/literal} | This will show the fields for the new shipping address if the customer select the different shipping address radio button. |
{literal}{{/literal}$customer_telephone{literal}}{/literal} | To display the customer telephone number. Note: If you had local language file for checkout_express.php, you will have to add the following define to your languages/*/checkout_express.php language file. For English/German language - define('TITLE_TELEPHONE_NUMBER', 'Phone:'); For Danish/Swedish/Norwegian language - define('TITLE_TELEPHONE_NUMBER', 'Tlf.:'); |
{literal}{{/literal}$discount_coupon{literal}}{/literal} | To display the field for to enter the coupon code. |
{literal}{{/literal}$giftwrap_header{literal}}{/literal} | To display the giftwrap heading if the giftwrap modules present. |
{literal}{{/literal}$giftwrapMethod{literal}}{/literal} | To display the giftwrap methods if present. |
{literal}{{/literal}$shipping_methods_heading{literal}}{/literal} | To display the shipping methods heading. |
{literal}{{/literal}$shipping_method{literal}}{/literal} | To display the shipping modules add to the shop. |
{literal}{{/literal}$payment_methods_heading{literal}}{/literal} | To display the payment methods heading. |
{literal}{{/literal}$paymentMethod{literal}}{/literal} | To display the payment methods. |
{literal}{{/literal}$heading_comments{literal}}{/literal} | To display the comments heading. |
{literal}{{/literal}$comments_box{literal}}{/literal} | To display comments box for adding customer comments. |
{literal}{{/literal}$order_total_tpl{literal}}{/literal} | To display order total amounts of the order. |
{literal}{{/literal}$return_policy_heading{literal}}{/literal} | To display the return policy heading. |
{literal}{{/literal}$return_policy_edit_link{literal}}{/literal} | To display the link to view the return policy in a new page. |
{literal}{{/literal}$return_policy_info{literal}}{/literal} | To display the return policy. |
{literal}{{/literal}$checkout_button{literal}}{/literal} | To display the button to place the order. |
{literal}{{/literal}$checkout_bullet_img{literal}}{/literal} | To display the bullet image on the checkout bar. The image is stored in images/checkout_bullet.gif. |
{literal}{{/literal}$pbscc_silver_img{literal}}{/literal} | To display the silver bar, if the payment method is pbscc. |
{literal}{{/literal}$pbscc_checkout_bar{literal}}{/literal} | To display the checkout bar text for pbscc, if the payment method is pbscc. |
{literal}{{/literal}$checkout_bar_delivery_text{literal}}{/literal} | To display the checkout bar text for delivery information. The data of this can be change by changing the value of define CHECKOUT_BAR_DELIVERY in corresponding |
{literal}{{/literal}$checkout_bar_payment_text{literal}}{/literal} | To display the checkout bar text for payment information. The data of this can be change by changing the value of define CHECKOUT_BAR_PAYMENT in corresponding |
{literal}{{/literal}$checkout_bar_confirmation_text{literal}}{/literal} | To display the checkout bar text for confirmation. The data of this can be change by changing the value of define CHECKOUT_BAR_CONFIRMATION in corresponding |
{literal}{{/literal}$checkout_bar_finished_text{literal}}{/literal} | To display the checkout bar text for success. The data of this can be change by changing the value of define CHECKOUT_BAR_FINISHED in corresponding |