I am trying to make some changes to the Checkout controller in my Magento store, however, when I try to put the controller file into my local directory it does not seem to be respecting the local file for this.
I have checked that the files are in the same spot in their respective code pools and the files are named the same thing, it just will not do it.
- /app/code/core/Mage/Checkout/controllers|CartController.php
- /app/code/local/Mage/Checkout/controllers|CartController.php
Those are the file paths for the two files I have.
Is there something special about the checkout files in Magento that prevent them from being overridden?