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
1
vote
1 answer

Custom Magento Extension Enable and Disable not working

I am simply trying to build an extension that if it is enabled it will override the original cart/shipping.phtml file with my own template file.. When I click on Enable it does not enable the extension. I know the extension actually works b/c if I…
user1717480
1
vote
2 answers

My custom Magento Extension is getting a 404 page not found error

First let me say that I have disabled and cleared the cache and logged out and back in again. However, I am still getting this error. Second, let me explain what I am trying to do. BTW, this is my first extension build :) I am simply trying to build…
user1717480
1
vote
2 answers

How to add my extension to Magento Admin Menu Sidebar?

I am working on creating my very first community extension. It is a very simple one and is already working. I would like to learn how to add my extension to the admin area that will allow the customer to disable or enable it. What do I need to add…
user1717480
1
vote
2 answers

Accessing Object of Magento Admin Grid via Java-Script

I would like to access the JavaScript Object of the Magento Adminhtml Grid. I want to reload the Grid after my Dialog is closed an the Ajax-Request to the Controller has finished. If i modify the grid.js this is easy to make. But i don't want to…
Manuel Richarz
  • 1,916
  • 13
  • 27
1
vote
2 answers

how to do filtering work by drop down of admin module in magento ?(e.g status----> enabled)

want to do filtering of product name like status is done.(the product [Samsung,alien] these values are displayed randomly from database,i don't know where its code is written and on which logic its being rendered). please provide the answer in…
Nikhil_K_R
  • 2,383
  • 5
  • 27
  • 51
1
vote
1 answer

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 controller or in the layout but no way I can find…
Yaroslav
  • 6,476
  • 10
  • 48
  • 89
1
vote
1 answer

Filtering the Grid in Magento

I have made a custom grid in magento that displays saved video urls and its working. But i want to show only records where the urlid is for example 3 . Here is my _prepareCollection function protected function _prepareCollection() { // Get and…
Armand Ndizigiye
  • 199
  • 2
  • 4
  • 11
1
vote
2 answers

Magento - Custom CSS in Admin Navigation

I have a question, and have not managed to find a solution yet. I have a module. For this module, i have an entry in the Admin top nav menu. I would like to customized from this : to this : Is there anyone out there who now a solution fro this?…
AppDev
  • 2,909
  • 4
  • 17
  • 15
1
vote
2 answers

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.
Dave
  • 463
  • 1
  • 3
  • 14
1
vote
2 answers

Magento - overriden grid with new column does not populate new value for row

Extending core functionality, adding new column. Grid gets built, query builds w/ data but the when the row is generated it fails to add populate the 'visibility' cell in the row. Thoughts? EDIT: For clarity. output of zend_debug($row) class…
Nate H
  • 322
  • 1
  • 5
  • 20
1
vote
1 answer

Problems with adding new tab to customer view in magento backend

I'm very new to Magento and I'm trying to add a new tab to the customer view of Magento backend. I have made a new extension/module for it. Here are some extracts of my etc/config.xml:
Armin
  • 15,582
  • 10
  • 47
  • 64
1
vote
1 answer

Magento: Price Field in Adminhtml product form

I would like to add a price field into my admin form under my product edit page, but I cannot add a “price” type into my fieldset. $fieldset->addField($attribute->getAttributeCode(), 'price', array( 'label' =>…
1
vote
1 answer

magento custom admin report filter

I built a custom report pretty much following this guide http://www.summasolutions.net/blogposts/custom-reports-magento. However I also want the ability to add a filter; like the one located @ Report->Sales->Orders. I have tried to figure out where…
user398314
  • 367
  • 4
  • 12
0
votes
1 answer

Magento: How to use admin configforms in frontend?

I have an extension which should give the users (logged in as an Admin in the magento backend) the ability to change some configs in the frontend area. I want to have a link in the frontend which loads the config area via ajax and gives the user the…
netsurfer.rs
  • 307
  • 3
  • 16
0
votes
2 answers

unable to add new products in magento2

Unable to add new product in magento2.After click on add new product loader keeps running.(sometimes it works fine)i found that issue "Uncaught TypeError: component.getPreview is not a function" in import-handler.js file line no 44.Is there any…
Ajith
  • 55
  • 5