Vladimir Popov WebForms
Extension Name
Vladimir Popov WebForms
Developer
Vladimir
Versions
Magento version 1.7.0.2
VladimirPopov_WebForms 1.3.9
ST - 1.7.3.1
Issue Status
Resolved with modifications.
Problem
Admin Menu Rewards Css Tab Issue
Resolution
To solve, follow these instructions:
1. Copy app/code/community/TBT/Rewards/Block/Adminhtml/Page/Menu.php to app/code/local/TBT/Rewards/Block/Adminhtml/Page/Menu.php so that you are not modifying core extension files.
2. Replace Mage_Adminhtml_Block_Page_Menu with VladimirPopov_WebForms_Block_Adminhtml_Menu on line 46.
3. Open app/etc/modules/TBT_Rewards.xml and locate the following in lines 7-13:
<depends> <TBT_Common/> <Mage_Rule/> <Mage_Catalog/> <Mage_Sales/> <Mage_Customer/> </depends><br>
4. Add the following dependency to the node (see Resolving extension conflicts):
<VladimirPopov_WebForms/>
5. Upload new and modified files to your server.
6. Clear your cache.
Please keep in mind that implementing any modifications to your MageRewards core code does void your support agreement because you're adding dependency to the other module.