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

Add another tab with Product Grid to Category edit page in Mangento

I am trying to add another tab to the category edit page that contains another product grid. I need to do this because i want to add to each category page a zone that contains the products that are selected in this grid. Can anyone help me finish…
neko
  • 23
  • 8
0
votes
1 answer

Magento - Adminhtml - Creating new Edit Form, but receiving an Empty Fields

I'm using Magento 1.9.0.1. I've created a grid table in a custom Admin page and let me show you a screen shot of this page: When i click on a row here is a screenshot: As you can see the fields are empty... That's the problem... Let me show you…
Venelin
  • 2,905
  • 7
  • 53
  • 117
0
votes
2 answers

Magento - Adminhtml - Blank Edit Form, not showing data in the edit input fields

I'm using Magento 1.9.0.1 and i'm working a custom extension. Right now i'm stuck on the part of creating a admin form. Let me show you. Here is the grid table in a custom page which i've created in the admin fetching data from custom MySQL table…
Venelin
  • 2,905
  • 7
  • 53
  • 117
0
votes
1 answer

Magento - How to get data from custom MySQL table in Adminhtml grid table

I'm using Magento 1.9.0.1! Right now i am working on a custom magento extension. I want to display data from a custom MySQL table to my custom page in HTML grid table. Here are all files which i've created to achieve this. In my…
Venelin
  • 2,905
  • 7
  • 53
  • 117
0
votes
1 answer

Magento - Error while trying to create a new Adminhtml grid table page

I'm using Mangento 1.9.0.1. I am working on a new custom extension and here is what i have done so far: /app/code/community/VivasIndustries/SmsNotification/etc/config.xml:
Venelin
  • 2,905
  • 7
  • 53
  • 117
0
votes
1 answer

Magento - How to create new admin page

I'm using Magento 1.9.0.1 and i've created a new extension in which i've added a new tab in the admin panel take a look at the picture. Here is what i have in my files. In: /app/code/community/VivasIndustries/SmsNotification/etc/config.xml:
Venelin
  • 2,905
  • 7
  • 53
  • 117
0
votes
1 answer

Magento - Error 404 while trying to create new Adminhtml page

I'm using Magento 1.9.0.1 and i've created a new extension in which i've added a new tab in the admin panel take a look at the picture. Here is what i have in my files. In: /app/code/community/VivasIndustries/SmsNotification/etc/config.xml:
Venelin
  • 2,905
  • 7
  • 53
  • 117
0
votes
1 answer

How to call multi block with in one tab in admin edit page in magento

I want to call two section/block within one tab. Can anyone help me to how can I get achieve this one? Please find attached screen-shot to more detail. Thanks in advance!
Lalit Kaushik
  • 1,062
  • 2
  • 12
  • 30
0
votes
1 answer

Magento url redirection using customer id

I'm trying to do a column in a grid wich displays the name of customer. when the user click on it , it worked like an url redirection to the customer edit page. i've tried using type="actions" attribute of addcolumn method and using render attribute…
khaldoun
  • 11
  • 1
0
votes
2 answers

Magento admin grid massaction checkboxes default checked & option set to action I want

Just like the question keep the checkboxes of mass action checked for some items, by default, but I simply want all checkboxes checked by default, plus a default mass-action is selected on first landing. E.g. a landing grid page: Should I just use…
Richard Fu
  • 616
  • 10
  • 27
0
votes
1 answer

Magento Event Observer to Change Prices

I looking for a Event to be triggered when a user, via adminhtml or API/SOAP, change prices of a product. I have been check this, unsuccessfully: https://www.nicksays.co.uk/magento-events-cheat-sheet-1-7/ If the event you are looking for does not…
Denis Spalenza
  • 755
  • 2
  • 11
  • 31
0
votes
1 answer

How to obtain category id in a custom category edit tab?

Magento 1.8: I have added a tab in catalog->category edit page through observers. (core_block_abstract_prepare_layout_after) Everything works correctly, but not how to get category_id in the function of the observer, for use in the logic of custom…
0
votes
1 answer

Override an overriden Adminhtml controller

I'm trying to override a community Adminhtml controller that override already "Mage_Adminhtml" Community module A with the first override ... ...
apouey
  • 310
  • 1
  • 7
0
votes
1 answer

How to add a button to Customer Information Tab in Magento?

I am trying to add a button in the Customers->Account Information tab. I want the button to do an action when it is clicked. I would like to do this in a custom module. I'm not too fond of the idea of rewriting core files or any classes. From what I…
Aedonis
  • 611
  • 4
  • 11
0
votes
1 answer

Can we use same observer class to handle global & frontend events in magento

I am currently working on Event observer pattern where we need to add custom field name to newsletter subscriber block. I am successfully done with the frontend part like adding the custom field to database using installer script & added the value…
shweta_kaushish
  • 141
  • 1
  • 3
  • 17