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
2 answers

Option Base image does not appear in magento admin

I'm having a problem where the option of Base image does not appear in magento admin, anyone has any idea what can be? look:
0
votes
1 answer

Magento: Adminhtml Block rewrite is getting Mage_ appended to front of block class name

I am running into an issue, but I can't seem to reason through why this issue is happening. I am getting an error: Fatal error: Class 'Mage_Zeon_Checkout_Block_System_Config_Form_Field_Export' not found in…
Emil Stewart
  • 488
  • 1
  • 7
  • 17
0
votes
1 answer

Magento Fatal error: Call to a member function addData()

I am using Magento v1.8 CE and I am having an issue when trying to access any exportation/importation functionality from the Dataflow - Profiles section within System > Export/Import. The error reads: Fatal error: Call to a member function…
Chris Rogers
  • 1,525
  • 2
  • 20
  • 40
0
votes
1 answer

create a submenu under Customers Menu in magento

I know how to create a sub-menu under catalog main navigation menu in config.xml which is: Manage Testimonials 1
Edward B.
  • 31
  • 2
  • 10
0
votes
0 answers

Magento - add event/observer to a new button in adminhtml

I just created a new button in magento/sales/orders called "sync". What i want is when you click on the button it opens sync.php. What is my best approach to solve this issue? class Module_Parcel_Block_Adminhtml_Sales_Order extends…
SinisterGlitch
  • 195
  • 3
  • 25
0
votes
0 answers

How can configure two tables for admin module?

I have a custom module. I am using this module to upload images through admin. I have 6 more form fields in my module. I am currently using one table to store values of these form fields. However as like in magento, i am planning to store image…
Rajeev K Tomy
  • 2,206
  • 1
  • 18
  • 35
0
votes
2 answers

How to remove sidebar tabs in admin grid form of magento?

I am working on Magento community edition 1.7 version. I have a grid in admin when I click on "Add New" from this grid a form appear but it has some tabs in left side.I need to remove that tabs and want only…
Neeraj Garg
  • 695
  • 3
  • 17
  • 38
0
votes
2 answers

How to upload multiple images from a form for custom extension?

I am working on magneto 1.7 version.In this I created a extension. Now, I need to upload multiple images from a form which I created. I have a browser button in a form Now I need to upload multiple images from that button in a single time. Can…
Neeraj Garg
  • 695
  • 3
  • 17
  • 38
0
votes
1 answer

Magento categories in orders list

I want to show some additional data in sales grid view and be able to filter on it I'm trying to show for each order the SKUs, Product Names, Total quantity and Product Manufacturers (or categories or another attribute) With this code I'm able to…
SimoneB
  • 592
  • 1
  • 6
  • 16
0
votes
2 answers

Magento Admin formfield multiselect selected

I´m currently developing a custom module for magento thats going to list employees. I have figured out almost everything. The only thing I got left is how the selected values is going to be highlighted. The problem I´m having is for the backend. I…
cpuweb
  • 43
  • 1
  • 1
  • 6
0
votes
1 answer

understanding adminhtml url paths

I am following this tutorial from alan storm "magento_admin_hello_world_revisited" and it has been a great help in understanding the basics in putting together something for the admin section. Unfortunately, I'm left feeling a little confused on…
tony09uk
  • 2,841
  • 9
  • 45
  • 71
0
votes
2 answers

How to set maximum value of date attribute in Magento?

I want to set maximum value of "Date of Birth" (dob) attribute of the customer. I want to set this date only earlier than today (not for future). After change I want to have JS validation on adminhtml backend in customer edit screen. I want to…
Michał Kuliński
  • 1,928
  • 3
  • 27
  • 51
0
votes
2 answers

Why does magento catch wrong event from admin section?

I have set up a default 'no modifications' copy of magento on a local machine to replicate the results on our production machine. When I try to catch the event 'adminhtml_customer_save_after' in a module, it always returns / stops on…
CarComp
  • 1,929
  • 1
  • 21
  • 47
0
votes
1 answer

Magento - How to add column to product list in admin create new shipping?

I'm currently trying to add a new column to a product order, when you create a new shipment (the adminhtml/blocks/sales/order/shipment/create area) and have been beating my head against for a while, with various different guides. I've tried to…
0
votes
1 answer

How do I add magento frontend css to backend?

I have a block, which is appearing in the backend, and is adding a css file via the usual command: $this->getLayout()->getBlock('head')->addCss('mymodule/css/filename.css'); And this should work, except that it is only looking for the file in…
Benubird
  • 18,551
  • 27
  • 90
  • 141