Zen Follower
- Join Date:
- May 2006
- Location:
- Virginia U.S
- Posts:
- 176
- Plugin Contributions:
- 1
Overrides hierarchy
I'm sure this has been asked a million times but can someone please clarify about the overrides hierarchy.
So as far as I understand the files that can be overridden without affecting the core files are as follows.
-
catalog/includes/templates/your_template/template_info.php
-
catalog/includes/templates/your_template/common/html_header.php
-
catalog/includes/templates/your_template/common/tpl_footer.php
-
catalog/includes/templates/your_template/common/tpl_header.php
-
catalog/includes/templates/your_template/common/tpl_main_page.php
-
catalog/includes/templates/your_template/common/tpl_tabular_display.php
-
catalog/includes/templates/your_template/css/stylesheet.css
-
catalog/includes/templates/your_template/css/stylesheet_css_buttons.css
-
catalog/includes/templates/your_template/jscript/on_load/on_load_init.js
-
catalog/includes/templates/your_template/popup_shipping_estimator/tpl_main_page.php
-
catalog/includes/templates/your_template/sideboxes/tpl_shopping_cart.php
-
catalog/includes/templates/your_template/templates/tpl_account_default.php
-
catalog/includes/templates/your_template/templates/tpl_account_edit_default.php
-
catalog/includes/templates/your_template/templates/tpl_account_password_default.php
-
catalog/includes/templates/your_template/templates/tpl_address_book_default.php
-
catalog/includes/templates/your_template/templates/tpl_address_book_process_default.php
-
catalog/includes/templates/your_template/templates/tpl_checkout_confimration_default.php
-
catalog/includes/templates/your_template/templates/tpl_checkout_payment_address_default.php
-
catalog/includes/templates/your_template/templates/tpl_checkout_payment_default.php
-
catalog/includes/templates/your_template/templates/tpl_checkout_shipping_address_default.php
-
catalog/includes/templates/your_template/templates/tpl_checkout_shipping_default.php
-
catalog/includes/templates/your_template/templates/tpl_checkout_success_default.php
-
catalog/includes/templates/your_template/templates/tpl_create_account_default.php
-
catalog/includes/templates/your_template/templates/tpl_create_account_success_default.php
-
catalog/includes/templates/your_template/templates/tpl_down_for_maintenance_default.php
-
catalog/includes/templates/your_template/templates/tpl_index_default.php
-
catalog/includes/templates/your_template/templates/tpl_index_product_list.php
-
catalog/includes/templates/your_template/templates/tpl_login_default.php
-
catalog/includes/templates/your_template/templates/tpl_modules_checkout_new_address.php
-
catalog/includes/templates/your_template/templates/tpl_modules_create_account.php
-
catalog/includes/templates/your_template/templates/tpl_module_main_product_image.php
-
catalog/includes/templates/your_template/templates/tpl_modules_product_listing.php
-
catalog/includes/templates/your_template/templates/tpl_modules_shipping_estimator.php
-
catalog/includes/templates/your_template/templates/tpl_page_default.php
-
catalog/includes/templates/your_template/templates/tpl_page_not_found_default.php
-
catalog/includes/templates/your_template/templates/tpl_password_forgotten_default.php
-
catalog/includes/templates/your_template/templates/tpl_product_info_display.php
-
catalog/includes/templates/your_template/templates/tpl_shopping_cart_default.php
-
catalog/includes/templates/your_template/templates/tpl_time_out_default.php
-
catalog/includes/modules/your_template/product_listing.php
-
catalog/includes/languages/your_template/english.php
-
catalog/includes/languages/english/your_template/checkout_payment_address.php
-
catalog/includes/languages/english/your_template/checkout_shipping_address.php
-
catalog/includes/languages/english/your_template/checkout_success.php
-
catalog/includes/languages/english/your_template/create_account.php
-
catalog/includes/languages/english/your_template/create_account_success.php
-
catalog/includes/languages/english/your_template/down_for_maintenance.php
-
catalog/includes/languages/english/your_template/email_extras.php
-
catalog/includes/languages/english/your_template/index.php
-
catalog/includes/languages/english/your_template/login.php
-
catalog/includes/languages/english/your_template/shopping_cart.php
-
catalog/includes/languages/english/your_template/time_out.php
-
catalog/nddbc.html
-
includes/templates
-
includes/modules
-
includes/modules/sideboxes
-
includes/languages
-
includes/languages/english
-
includes/languages/english/extra_definitions
-
includes/languages/english/html_includes
-
includes/languages/english/modules/order_total
-
includes/languages/english/modules/payment
-
includes/languages/english/modules/shipping
Typically any image or language file.
I know there is an overides chart in the downloads section but wonder if it's out of date.
Am I missing anything? Thanks