If you want to create a new style for the checkout_confirmation.php page, you can create a custom template of your choice and upload it to the themes//checkout/checkout_confirmation.tpl. If the checkout folder is not present you can create a folder with name checkout.

If you want to add some custom/local changes in checkout_confirmation.php, you need to add a custom php file with name custom_tpl_checkout_confirmation.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//checkout/checkout_confirmation.tpl.

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_confirmation.tpl
 
{literal}{{/literal}$billing_address{literal}}{/literal} To display the billing address.
 
{literal}{{/literal}$billing_address_edit_link{literal}}{/literal} To display the edit link for editing the billing address.
 
{literal}{{/literal}$billing_address_heading{literal}}{/literal} To display the heading for billing address. The data of this can be change by changing the value of define HEADING_BILLING_ADDRESS in checkout_confirmation.php language file.
 
{literal}{{/literal}$billing_information_heading{literal}}{/literal} To display the heading for billing information section. The data of this can be change by changing the value of define HEADING_BILLING_INFORMATION in checkout_confirmation.php language file.
 
{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 .php language file.
 
{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 .php language file.
 
{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 .php language file.
 
{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 .php language file.
 
{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}$checkout_confirmation_category_image{literal}}{/literal} This is the image showing on the right side on the {literal}{{/literal}$checkout_confirmation_page_heading{literal}}{/literal}.
 
{literal}{{/literal}$checkout_conformation_page_heading{literal}}{/literal} To display the page heading of checkout confirmation page. The data of this can be change by changing the value of define HEADING_TITLE in checkout_confirmation.php language file.
 
{literal}{{/literal}$condition_agreement_text{literal}}{/literal} To display the text for condition agreement.
 
{literal}{{/literal}$customer_telephone{literal}}{/literal} To display the customer telephone number. The data of this can be change by changing the value of define TITLE_TELEPHONE_NUMBER in checkout_confirmation.php language file.
 
{literal}{{/literal}$delivery_address{literal}}{/literal} To display the delivery address.
 
{literal}{{/literal}$delivery_address_edit_link{literal}}{/literal} To display the edit link for editing the delivery address.
 
{literal}{{/literal}$delivery_address_heading{literal}}{/literal} To display the heading for delivery address. The data of this can be change by changing the value of define HEADING_DELIVERY_ADDRESS in checkout_confirmation.php language file.
 
{literal}{{/literal}$giftwrap_heading{literal}}{/literal} To display the heading for giftwrap, if present.
 
{literal}{{/literal}$giftwrap_method_text{literal}}{/literal} To display the giftwrap text, if present.
 
{literal}{{/literal}$mc_quickpay_checkout_bar{literal}}{/literal} To display the checkout bar text for quickpay, if the payment method is quickpay.
 
{literal}{{/literal}$order_comments{literal}}{/literal} To display the comments about the order, if present.
 
{literal}{{/literal}$order_comments_edit_link{literal}}{/literal} To display the edit link for editing the order comments, if present.
 
{literal}{{/literal}$order_comments_heading{literal}}{/literal} To display the heading for oder comments, if present. The data of this can be change by changing the value of define HEADING_ORDER_COMMENTS in checkout_confirmation.php language file.
 
{literal}{{/literal}$order_products{literal}}{/literal} To display the products going to be ordered.
 
{literal}{{/literal}$order_total_info{literal}}{/literal} To display the info about order total.
 
{literal}{{/literal}$payment_confirmation_info{literal}}{/literal} To display the info about payment confirmation.
 
{literal}{{/literal}$payment_confirmation_title{literal}}{/literal} To display the title for payment confirmation.
 
{literal}{{/literal}$payment_info_heading{literal}}{/literal} To display the heading for payment info. The data of this can be change by changing the value of define HEADING_PAYMENT_INFORMATION in checkout_confirmation.php language file.
 
{literal}{{/literal}$payment_method_edit_link{literal}}{/literal} To display the edit link for editing the payment method.
 
{literal}{{/literal}$payment_method_heading{literal}}{/literal} To display the heading for payment method. The data of this can be change by changing the value of define HEADING_PAYMENT_METHOD in checkout_confirmation.php language file.
 
{literal}{{/literal}$payment_method_info{literal}}{/literal} To display the current selected payment method.
 
{literal}{{/literal}$points_earned_heading{literal}}{/literal} To display the heading of the points earned.
 
{literal}{{/literal}$points_earned{literal}}{/literal} To display the points earned.
 
{literal}{{/literal}$process_button_text{literal}}{/literal} To display the process button text, if present.
 
{literal}{{/literal}$products_edit_link{literal}}{/literal} To display the edit link for editing the products.
 
{literal}{{/literal}$products_heading{literal}}{/literal} To display the heading for products. The data of this can be change by changing the value of define HEADING_PRODUCTS in checkout_confirmation.php language file.
 
{literal}{{/literal}$quickpay_silver_img{literal}}{/literal} To display the silver bar, if the payment method is quickpay.
 
{literal}{{/literal}$return_policy_edit_link{literal}}{/literal} To display the view link for viewing the return policy.
 
{literal}{{/literal}$return_policy_heading{literal}}{/literal} To display the heading for return policy. The data of this can be change by changing the value of define HEADING_RETURN_POLICY in checkout_confirmation.php language file.
 
{literal}{{/literal}$return_policy_info{literal}}{/literal} To display the return policy info. The data of this can be change by changing the value of define TEXT_RETURN_POLICY in checkout_confirmation.php language file.
 
{literal}{{/literal}$shipping_method_edit_link{literal}}{/literal} To display the edit link for editing the shipping method.
 
{literal}{{/literal}$shipping_method_heading{literal}}{/literal} To display the heading for shipping method. The data of this can be change by changing the value of define HEADING_SHIPPING_METHOD in checkout_confirmation.php language file.
 
{literal}{{/literal}$shipping_method_text{literal}}{/literal} To display the text for shipping method.
 
{literal}{{/literal}$submit_button_text{literal}}{/literal} To display the submit button text.
 
{literal}{{/literal}$tax_heading{literal}}{/literal} To display the heading for tax, if tax group is present. The data of this can be change by changing the value of define HEADING_TAX in checkout_confirmation.php language file.
 
{literal}{{/literal}$total_heading{literal}}{/literal} To display the heading for Total, if tax group is present. The data of this can be change by changing the value of define HEADING_TOTAL in checkout_confirmation.php language file.
 
Sidst opdateret d. .