0
votes
2answers
157 views

Magento Adminhtml Grid using sales/order_item collection filtered by customer

My objective is simple. I have a module called Quotes, I have managed to get Magento to create a new quote record each time a cart is created by changing the is_active column when a quote is 'checked ...
0
votes
1answer
244 views

magento tabbed backend like catalog/product for custom entity

I want to write a module with a custom entity. In the backend it shall look like the backend from products (tabs on the left, forms on the right). I tried many variants and inspected/copied many ...
1
vote
1answer
131 views

Magento adminhtml submenu not working

This problem is driving us nuts, already couple of hours and nothing, I'm getting a 404 error when trying to access the second submenu, the Keywords one. I'm sure the error should be either on the ...
0
votes
1answer
162 views

Edit header text according to data stored on Mage::registry

I have all the necessary files and structures in order to handle CRUD operations on a table I have added on the database. On the Edit.php file I have the getHeaderText() function that modifies the ...
0
votes
2answers
347 views

Magento Controller forward in admin

I'm creating simple Magento module based on this article. I have a problem with my admin New Item action. <?php class Namespace_Gallery_Adminhtml_GalleryController extends ...