Questions tagged [adminhtml]

Questions about extending the Magento admin panel and the admin theme

Mage_Adminhtml is the base module for the Magento admin panel and contains most code for the admin panel and the framework for grids and forms.

adminhtml is also the name of the theming area for the admin panel.

1670 questions
7
votes
1 answer

Adminhtml - How to add custom template for custom product attribute

I already added custom tab and custom attribute like this. I also created a custom column in database for attributes, called custom_values. Now I want to add custom template for this attribute (in picture, attribute is Active) In my custom…
Tran Dinh Khanh
  • 724
  • 1
  • 9
  • 19
5
votes
2 answers

Admin modules not loading when transferred to new server

Just transferred files from old server to new. When I go to access any modules in the menu they don't seem to work. I've refreshed cache, deleted sessions, checked config.xml for any anomalies and nothing pops out. Is there something else I should…
mik_traff
  • 51
  • 1
3
votes
2 answers

How to create admin menu to call a function (replacing cronjob)

I have created a custom module to sync product details. There is a cron job configured to run model "my_module/Cron::syncDetail". I would like to convert this to a manual job in admin menu. The syncDetail function in Cron.php is executing…
gUo
  • 51
  • 1
3
votes
1 answer

Magento Dashboard Graph

I'm wondering if anyone knows what I would need to do to adjust the dashboard to show the last day (since midnight) instead of the last 24 hours.
Brad
  • 173
  • 1
  • 12
3
votes
2 answers

Should sales/order/create/data.phtml have output the order_item_extra_info child?

I think I may have stumbled across a core defect, but not 100% sure. Exhibit A: ... …
kalenjordan
  • 3,545
  • 4
  • 28
  • 59
3
votes
2 answers

Magento 'adminhtml/session' addError / addSuccess rendering on incorrect pages

I'm running Magento 1.7.0.2 and have noticed strange behavior with the adminhtml/session messaging system: Mage::getSingleton('adminhtml/session')->addSuccess("Message"); //or addError(); If you have two pages open in the backend and page 1 calls…
Moose
  • 7,495
  • 7
  • 48
  • 91
3
votes
1 answer

Why magento is redirecting secure url to unsecure url

I've been using Magento shop on an unsecured host for almost a month. I recently setup a secure host(SSL) and directed it to point to same directory as used for unsecured host. But to my surprise, when i try to login to admin panel using secure url,…
Nitin Bansal
  • 163
  • 1
  • 6
2
votes
1 answer

Understanding admin links

Im try to make a Magento Admin area module but have got stuck with a link issue. So far I have my required option in the menu bar but my problem comes when I click the link, I get a 404 error, I expected a grid. I am following a tutorial from…
tony09uk
  • 1,707
  • 11
  • 41
  • 56
2
votes
4 answers

add custom tab to customer adminhtml screen

I know this has been asked so many times before however I more so have a question. I am copying the file /app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tabs.php and putting it in /app/code/local/Mage/Adminhtml/Block/Customer/Edit/Tabs.php I…
Jay
  • 43
  • 1
  • 5
2
votes
3 answers

Overwrite a layout file from adminhtml

How can I overwrite a layout file from admin? I am able to change template files but not layout files. I want to add in head jQuery because right now it is added after prototype and I have problems when merging js. I just want to add in main.xml…
Denisa
  • 508
  • 1
  • 10
  • 26
2
votes
1 answer

How do I get image filenames to show in the product edit images tab?

I want to be able to see what image filenames are when I edit products in admin. Something like this is what I want although the text can go anywhere, e.g. below the images, as a title tag on the images, whatever. I have tried looking for the…
Henry's Cat
  • 2,045
  • 2
  • 15
  • 23
2
votes
1 answer

Where to place custom code for admin section

I need to implement some custom functionality in admin/backend section where users have the option of creating a manual order. The main objectives are to: Add a mini form above the option to select products to add to the order Add a javascript file…
develophper
  • 2,214
  • 6
  • 32
  • 52
2
votes
2 answers

is Admin Panel is a module like others in magento?

We can see that adminhtml is in core codepool like any other core modules. So is it possible to disable this module like others? But there is no options at: system > configuration > advanced > Disable Modules Output and also no xml file in…
mano
  • 366
  • 1
  • 15
2
votes
1 answer

Call to a member function append()

I am getting an error Call to a member function append()....Mage/Adminhtml/Controller/Action.php on line 122 . I have worked out it is down to my indexAction in the controller public function indexAction() { …
tony09uk
  • 1,707
  • 11
  • 41
  • 56
1
vote
0 answers

Override fooman order contrioller

i am override fooman extension in community my folder path community/Fooman/OrderManager/Sales/controllers/OrederManager.php i override my folder local/Mymoduel/PrintPdf/Sales/controllers/OrderMangerController.php and this is my config …
imtiaz
  • 117
  • 1
  • 10
1
2