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

Magento Adminhtml Grid using sales/order_item collection filtered by customer

My objective is simple. I have a module called Quotes, I have managed to get Magento to create a new quote record each time a cart is created by changing the is_active column when a quote is 'checked out'. So I have a bunch of quotes each related to…
Cobolt
  • 935
  • 2
  • 11
  • 24
0
votes
1 answer

How to Set deafult values in adminhtml form magento

I am looking to add default values in textboxes in add product form in magento?Is there any way to accomplish this?
0
votes
4 answers

Magento Adminhtml override module not working

Stemming from my last question, I am stumped trying to do an override. I am doing exactly what MudithaE's answer here did, too. I want to implement my own _prepareColumns() as found in the file…
Krista K
  • 21,503
  • 3
  • 31
  • 43
0
votes
1 answer

is ACL the reason for my buggy module?

I've made a custom module that successfully adds a new menu in the admin->configuration section and saves some settings to magento config, and also creates a table at first run/install. Everything works great locally, but when I move the module to…
Christoffer Bubach
  • 1,676
  • 3
  • 17
  • 45
0
votes
1 answer

I want to save my adminhtml form data to multiple tables in database

I have created a form in admin panel with various fields. Now the fields here doesn't belong to one single table. On the save, I want some values go into one particular table while others to go into some other table. I am able to show up the data…
Sumit Malik
  • 354
  • 2
  • 10
0
votes
1 answer

Get in magento a transactional email template from adminhtml

Im trying to send a transactional email in my modules controller and configure it in the magentos backend. Here is my try: in my config.xml under config/global