Questions tagged [adminhtml]

adminhtml is a directory in Magento which contains a design file related to the admin interface of Magento.

adminhtml is a directory in Magento which contains a design file related to the admin interface of Magento. We have two such directories in Magento.

  1. Under /app/design directory in Magento. It contains a design file related to the admin interface of your Magento.

  2. skin/adminhtml: This directory contains CSS, js, and images of the admin theme of Magento.

172 questions
0
votes
1 answer

How to extend a Magento Core Module Block (to fix a Magento Bug without editing the Core)

What I have so far: etc/modules/BugFix_MageAdminhtmlBlockWidgetGrid.xml true local
Mike
  • 1,883
  • 3
  • 23
  • 17
0
votes
2 answers

New Magento backend functionality

I'm following this tutorial. The tutorial isn't 100% complete and leaves the user to fill in some of the gaps. I'm fine with that. The part that breaks is $collection = Mage::getModel('employee/employee')->getCollection();. I'm assuming this is…
Nate H
  • 322
  • 1
  • 5
  • 20
0
votes
0 answers

Magento - Editing phtml files in adminhtml folder having no effect

When I make a change to “app/design/adminhtml/default/default/template/page/head.phtml” or other files in the adminhtml folders, the changes I make have no effect on the site. The site seems to be using old versions of my files but I have no idea…
0
votes
2 answers

adding blocks to magento adminhtml modules

Im currently trying to simply add a block to a custom Adminhtml module. i am able to display the content of the block but it renders right at the top of the page with a grey background, and then the standard magento layout with the design and menu…
activeDev
  • 785
  • 4
  • 11
  • 24
0
votes
1 answer

Magento Adminhtml Package/Theme (No) Fallback

Is there any way we could activate easily the fallback hierarchy mechanism with regards to customized Admin themes, as it already exists for the frontend area? It is not clear where and how this class, Mage_Core_Model_Design_Package, used for the…
zebulon
  • 158
  • 2
  • 7
-1
votes
1 answer

Access magento session vars in Codeigneiter

I am beginner in Magento. So may be this is not right question that magento supports this functionality or not. I am building a website structure with help of magento and codeigneiter on same environment. My requirement is get session details of…
-1
votes
1 answer

Getting Helper Data php in magento

Have been trying to get a variable percentage from two helper functions inside .phtml file in magento basically i have two variables based on two helper functions that on their own output/echo static numbers. Problem is in the below php they are…
BENN1TH
  • 2,003
  • 2
  • 31
  • 42
1 2 3
11
12