Hi all
I've recently had the need to copy a Magento 1 core file to the local folder with a slight modification.
How would I identify this copied and modified file in the future?
Over time and with lots of Magento updates, the original file might fail or I might have the need to modify it further.
I copied this file: \app\code\core\Mage\Catalog\Block\Product\View\Options\Type\Select.php - to app\code\local\Mage\Catalog\Block\Product\View\Options\Type\Select.php
I can use the hints and tips to find Template files but this won't work for these files.
Thank you
Andy