Magento Core Functions and Classes DownloadPlus is overriding
DownloadPlus is overriding some Magento Core Classes. So when experiencing conflicts with other Extensions, or having lost store customizations with DownloadPlus being installed, these are the Classes DownloadPlus is overriding from the Magento Core:
Magento Core Class | by DownloadPlus rewritten to | Remarks |
---|---|---|
Mage/Downloadable/controllers/CustomerController.php | Pisc/Downloadplus/controllers/CustomerController.php | To subclass the related core class. |
Mage/Downloadable/controllers/DownloadController.php | Pisc/Downloadplus/controllers/DownloadController.php | To add the DownloadPlus Terms of Use and Tracking functionality. |
Mage/Downloadable/controllers/FileController.php | Pisc/Downloadplus/controllers/FileController.php | To subclass the related core class. |
Magento Core Block | by DownloadPlus rewritten to | Remarks |
---|---|---|
Mage/Adminhtml/Catalog/Product/Edit/Downloadable/Links.php | Pisc/Downloadplus/Block/Adminhtml/Catalog/Product/Edit/Tab/Downloadable/Links.php | To add the link attributes function. |
In case of Magento Core classes overridden by other extensions, or own customizations, be aware that you might need to consolidate these changes into one of these classes. To keep the DownloadPlus functionality in such case.