Giter Site home page Giter Site logo

blmage / mage-enhanced-admin-grids Goto Github PK

View Code? Open in Web Editor NEW
249.0 249.0 114.0 3.06 MB

[ARCHIVED] Enhanced Admin Grids extension for Magento 1. WIP version available for testing.

PHP 76.89% HTML 14.24% JavaScript 7.48% CSS 1.39%
backend customization grids magento

mage-enhanced-admin-grids's People

Contributors

ddattee avatar jappievw avatar jgautheron avatar kalenjordan avatar mage-eag avatar mystix avatar sprankhub avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mage-enhanced-admin-grids's Issues

Filter by Attribute ?

Hi,
First, I would like to thank your beautifull job.

I want to know if it's possible to add filter by attribut in admin catalog grid without showing a colonne for this attribute ? (just name of attribut and dropdown case).

thank you.

Notify Stock

I noticed you have 'stock_notify_stock_qty' referenced in 'customgrid.xml' yet I don't see it as an option to enable editable in the inline editor.

Wondering if this might be a bug or just not supported?

Add Attribute Column Not Working

Edit *** Works now :) Don't know what it was.. oh well :) Thanks anyway!

Hello,

I updated our version to 0.8.9 and now the "Add Attribute Column" is not working ;( When I press it, it doesn't do anything. Is there a limit to how many columns you can add?

Thanks for your help!

Custom Options from other Blocks

I was wondering if it's possible to load in "MORE OPTIONS" of the INVOICE grid, the custom columns relative to other blocks as "sales_order_grid"

This can be a good way to get on a grid more complete information as payment methods, sku , shipping address etc,..

Weird issue with sorting catalog products

Hello,

First of all, I love your extension! Thank you very much for your hard work.

I was wondering if anyone has had this issue and if/maybe it might be related.. or.. maybe it might not be a grid issue.. not sure. :(

We have a site of 6,500+ products and we decided to sort out the products in the categories. But when there is more than 1,000 products in a category and you try to sort it by putting in whatever number you'd like and press save - it "deletes" or "hides" all the products except the first (or last) 1,001 products.

I'm stumped. Not sure if it's related to the extension.. but if it is, a fix would be awesome ^_^ haha.. thank you.

custom renderers

Hello guys,

I love the new version of custom grids. I works great, but i found a problem.
Since i use it, im unable to assign a custom renderer for my own added column in the order grid.
Ive added an skus and names column, to display all items of my bundle and configurable orders.
But with custom grids i'm not getting my own custom renderer to display.
What to do?

best regards,

Tije

Fatal error: Access level

Fatal error: Access level to BL_CustomGrid_Block_Rewrite_Adminhtml_Webforms_Edit_Tab_Fieldsets::_prepareCollection() must be public (as in class VladimirPopov_WebForms_Block_Adminhtml_Webforms_Edit_Tab_Fieldsets) in /home/XXX/public_html/app/code/community/BL/CustomGrid/Model/Observer.php(390) : eval()'d code on line 283

Product Reviews

In Admin product reviews, the follow error occurs

Fatal error: Access level to BL_CustomGrid_Block_Rewrite_Review_Product_Grid::_prepareCollection() must be public (as in class Aitoc_Aitquantitymanager_Block_Rewrite_AdminReviewProductGrid) in /home/account/public_html/app/code/community/BL/CustomGrid/Model/Observer.php(551) : eval()'d code on line 442

Changed scope of _prepareCollection() from protected to public to avoid error

More Options -> Categories Bug

Hello,

Magento 1.7.0.2

Catalogue->Manage Categories->Edit Category -> Associate Products
More Options->Custom Columns->Others->Categories

If setting the categories option for the above I get the following error

Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/mysite/public_html/magento/app/code/community/BL/CustomGrid/Helper/Collection.php(100) : runtime-created function on line 1

Parse error: syntax error, unexpected '}', expecting ')' in /home/mysite/public_html/magento/app/code/community/BL/CustomGrid/Helper/Collection.php(100) : runtime-created function on line 1

Fatal error: Function name must be a string in /home/mysite/public_html/magento/app/code/community/BL/CustomGrid/Model/Custom/Column/Product/Categories.php on line 145

Many Thanks,
Shaun

Order comments in order view

Great work! Thank you.

Would be great if it were possible to add a column with order comments and/or a column that just let you know (yes/no) that order comments existed. Only looking for the comments from the customer provided during checkout.

Really Bad Error while trying to add Quantity from Custom Column, from Category Products, Search does not work.

Categories > Choose a Category > Category Products > More Options > Custom Column > Quantity

Fatal error: Call to undefined method ReflectionProperty::setAccessible() in /home///**/app/code/community/BL/CustomGrid/Helper/Collection.php on line 188

I refreshed the page, went back to Category Products and saw Quantity there.. I was able to replicate the error though. That error also comes up when you search through the products from Category Products.

EDIT : EEK! Looks like our products are messed up... that error comes up every time you search for an item and now all of the items are gone and it just shows that error :(!!! Oh no! I just ended up disabling it ... Oh well :(

EDIT # 2 : Happens everytime I search for anything. For now I have to disable the grid to prevent any weird errors.

~ Lele

Javascript performance issue in Chrome

I've not been able to completely isolate this issues, but... An issue occurs when the Enhanced Admin Grids extension is installed, and I have added one or more tabs to the Product Edit page which contain grids via another extension.

Upon product save, Chrome uses a lot of CPU and takes a very long time (45 seconds to 1 minute) to validate the form before the first Ajax request occurs.

My product edit page has three new tabs with a grid on each. If I comment out two of the tabs in layout XML, the delay is reduced. If I comment out all three tabs (removing all of the extra grids) the delay goes away. If I leave all three grids enabled and disable the Enhanced Admin Grids extension the delay is also eliminated. Finally, adding the three grids to the exclusions list in System > Configuration also eliminates the delay.

This is a client side, js issue, the chrome profiler shows that a lot of CPU time is spent in validation related functions. I haven;t been able to determine where/what/why this occurs. I'm happy to try and produce a cutdown extension to aid in reproducing this error if required.

Error when trying to add a column

Here is the error:

Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/joshdcfc/dev.detcityfc.com/app/code/community/BL/CustomGrid/Helper/Collection.php(100) : runtime-created function on line 1

Parse error: syntax error, unexpected '}', expecting ')' in /home/joshdcfc/dev.detcityfc.com/app/code/community/BL/CustomGrid/Helper/Collection.php(100) : runtime-created function on line 1

Fatal error: Function name must be a string in /home/joshdcfc/dev.detcityfc.com/app/code/community/BL/CustomGrid/Model/Custom/Column/Simple/Table.php on line 75

Sales Grid

hi,
1.)we have activated products and sku grids in sales and invoices, it shows the grids title of products and sku, but contents are empty. It has shown once a few artikels before 3 days, now shows nothing, just empty column of sku, and produts. Rest of the grids work well
2.) how could we add grids for image?

thanks

Notice: Undefined variable: remainder in app/code/community/BL/CustomGrid/Block/Widget/Grid/Column/Renderer/Text.php on line 44

schermafbeelding 2013-10-02 om 10 46 23

Notice: Undefined variable: remainder  in /Users/paales/Sites/musicallin.nl/.modman/BL_CustomGrid/app/code/community/BL/CustomGrid/Block/Widget/Grid/Column/Renderer/Text.php on line 44

#0 /Users/paales/Sites/musicallin.nl/.modman/BL_CustomGrid/app/code/community/BL/CustomGrid/Block/Widget/Grid/Column/Renderer/Text.php(44): mageCoreErrorHandler(8, 'Undefined variable: remainder', '/Users/paales/Sites/musicallin.nl/.modman/BL_CustomGrid/app/code/community/BL/CustomGrid/Block/Widget/Grid/Column/Renderer/Text.php', 44, Array)
#1 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column.php(128): BL_CustomGrid_BLock_Widget_Grid_Column_Renderer_Text->render(Mage_Catalog_Model_Product)
#2 /Users/paales/Sites/musicallin.nl/.modman/BL_CustomGrid/app/design/adminhtml/default/default/template/bl/customgrid/widget/grid/16.phtml(187): Mage_Adminhtml_Block_Widget_Grid_Column->getRowField(Mage_Catalog_Model_Product)
#3 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Core/Block/Template.php(241): include('/Users/paales/Sites/musicallin.nl/.modman/BL_CustomGrid/app/design/adminhtml/default/default/template/bl/customgrid/widget/grid/16.phtml')
#4 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Core/Block/Template.php(272): Mage_Core_Block_Template->fetchView('adminhtml/default/default/template/bl/customgrid/widget/grid/16.phtml')
#5 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Core/Block/Template.php(286): Mage_Core_Block_Template->renderView()
#6 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Adminhtml/Block/Template.php(81): Mage_Core_Block_Template->_toHtml()
#7 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Core/Block/Abstract.php(863): Mage_Adminhtml_Block_Template->_toHtml()
#8 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Core/Block/Abstract.php(582): Mage_Core_Block_Abstract->toHtml()
#9 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Core/Block/Abstract.php(526): Mage_Core_Block_Abstract->_getChildHtml('grid', true)
#10 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Adminhtml/Block/Catalog/Product.php(79): Mage_Core_Block_Abstract->getChildHtml('grid')
#11 /Users/paales/Sites/musicallin.nl/app/design/adminhtml/default/default/template/catalog/product.phtml(46): Mage_Adminhtml_Block_Catalog_Product->getGridHtml()
#12 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Core/Block/Template.php(241): include('/Users/paales/Sites/musicallin.nl/app/design/adminhtml/default/default/template/catalog/product.phtml')
#13 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Core/Block/Template.php(272): Mage_Core_Block_Template->fetchView('adminhtml/default/default/template/catalog/product.phtml')
#14 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Core/Block/Template.php(286): Mage_Core_Block_Template->renderView()
#15 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Adminhtml/Block/Template.php(81): Mage_Core_Block_Template->_toHtml()
#16 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Adminhtml/Block/Widget/Container.php(308): Mage_Adminhtml_Block_Template->_toHtml()
#17 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Core/Block/Abstract.php(863): Mage_Adminhtml_Block_Widget_Container->_toHtml()
#18 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Core/Block/Text/List.php(43): Mage_Core_Block_Abstract->toHtml()
#19 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Core/Block/Abstract.php(863): Mage_Core_Block_Text_List->_toHtml()
#20 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Core/Block/Abstract.php(582): Mage_Core_Block_Abstract->toHtml()
#21 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Core/Block/Abstract.php(526): Mage_Core_Block_Abstract->_getChildHtml('content', true)
#22 /Users/paales/Sites/musicallin.nl/app/design/adminhtml/default/default/template/page.phtml(74): Mage_Core_Block_Abstract->getChildHtml('content')
#23 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Core/Block/Template.php(241): include('/Users/paales/Sites/musicallin.nl/app/design/adminhtml/default/default/template/page.phtml')
#24 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Core/Block/Template.php(272): Mage_Core_Block_Template->fetchView('adminhtml/default/default/template/page.phtml')
#25 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Core/Block/Template.php(286): Mage_Core_Block_Template->renderView()
#26 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Adminhtml/Block/Template.php(81): Mage_Core_Block_Template->_toHtml()
#27 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Core/Block/Abstract.php(863): Mage_Adminhtml_Block_Template->_toHtml()
#28 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Core/Model/Layout.php(555): Mage_Core_Block_Abstract->toHtml()
#29 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Core/Controller/Varien/Action.php(390): Mage_Core_Model_Layout->getOutput()
#30 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Adminhtml/controllers/Catalog/ProductController.php(180): Mage_Core_Controller_Varien_Action->renderLayout()
#31 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Core/Controller/Varien/Action.php(419): Mage_Adminhtml_Catalog_ProductController->indexAction()
#32 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(250): Mage_Core_Controller_Varien_Action->dispatch('index')
#33 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Core/Controller/Varien/Front.php(176): Mage_Core_Controller_Varien_Router_Standard->match(Mage_Core_Controller_Request_Http)
#34 /Users/paales/Sites/musicallin.nl/app/code/local/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
#35 /Users/paales/Sites/musicallin.nl/app/Mage.php(683): Mage_Core_Model_App->run(Array)
#36 /Users/paales/Sites/musicallin.nl/index.php(87): Mage->run('', 'store')

Error loading catalog_product grid

Strict Notice: Only variables should be passed by reference  in app/code/community/BL/CustomGrid/Model/Observer.php(530) : eval()'d code on line 375

#0 app/code/community/BL/CustomGrid/Model/Observer.php(530) : eval()'d code(375): mageCoreErrorHandler(2048, 'Only variables ...', '/Users/paales/S...', 375, Array)
#1 app/code/community/BL/CustomGrid/Model/Grid.php(1877): BL_CustomGrid_Block_Rewrite_Catalog_Product_Grid->blcg_removeColumn('action')
#2 app/code/community/BL/CustomGrid/Model/Observer.php(908): BL_CustomGrid_Model_Grid->applyColumnsToGridBlock(Object(BL_CustomGrid_Block_Rewrite_Catalog_Product_Grid), true)
#3 app/code/community/BL/CustomGrid/Model/Observer.php(530) : eval()'d code(81): BL_CustomGrid_Model_Observer->afterGridPrepareCollection(Object(BL_CustomGrid_Block_Rewrite_Catalog_Product_Grid))
#4 app/code/core/Mage/Adminhtml/Block/Widget/Grid.php(626): BL_CustomGrid_Block_Rewrite_Catalog_Product_Grid->_prepareCollection()
#5 app/code/core/Mage/Adminhtml/Block/Widget/Grid.php(632): Mage_Adminhtml_Block_Widget_Grid->_prepareGrid()
#6 app/code/core/Mage/Core/Block/Abstract.php(862): Mage_Adminhtml_Block_Widget_Grid->_beforeToHtml()
#7 app/code/core/Mage/Core/Block/Abstract.php(582): Mage_Core_Block_Abstract->toHtml()
#8 app/code/core/Mage/Core/Block/Abstract.php(526): Mage_Core_Block_Abstract->_getChildHtml('grid', true)
#9 app/code/core/Mage/Adminhtml/Block/Catalog/Product.php(79): Mage_Core_Block_Abstract->getChildHtml('grid')
#10 app/design/adminhtml/default/default/template/catalog/product.phtml(46): Mage_Adminhtml_Block_Catalog_Product->getGridHtml()
#11 app/code/core/Mage/Core/Block/Template.php(241): include('/Users/paales/S...')
#12 app/code/core/Mage/Core/Block/Template.php(272): Mage_Core_Block_Template->fetchView('adminhtml/defau...')
#13 app/code/core/Mage/Core/Block/Template.php(286): Mage_Core_Block_Template->renderView()
#14 app/code/core/Mage/Adminhtml/Block/Template.php(81): Mage_Core_Block_Template->_toHtml()
#15 app/code/core/Mage/Adminhtml/Block/Widget/Container.php(308): Mage_Adminhtml_Block_Template->_toHtml()
#16 app/code/core/Mage/Core/Block/Abstract.php(863): Mage_Adminhtml_Block_Widget_Container->_toHtml()
#17 app/code/core/Mage/Core/Block/Text/List.php(43): Mage_Core_Block_Abstract->toHtml()
#18 app/code/core/Mage/Core/Block/Abstract.php(863): Mage_Core_Block_Text_List->_toHtml()
#19 app/code/core/Mage/Core/Block/Abstract.php(582): Mage_Core_Block_Abstract->toHtml()
#20 app/code/core/Mage/Core/Block/Abstract.php(526): Mage_Core_Block_Abstract->_getChildHtml('content', true)
#21 app/design/adminhtml/default/default/template/page.phtml(74): Mage_Core_Block_Abstract->getChildHtml('content')
#22 app/code/core/Mage/Core/Block/Template.php(241): include('/Users/paales/S...')
#23 app/code/core/Mage/Core/Block/Template.php(272): Mage_Core_Block_Template->fetchView('adminhtml/defau...')
#24 app/code/core/Mage/Core/Block/Template.php(286): Mage_Core_Block_Template->renderView()
#25 app/code/core/Mage/Adminhtml/Block/Template.php(81): Mage_Core_Block_Template->_toHtml()
#26 app/code/core/Mage/Core/Block/Abstract.php(863): Mage_Adminhtml_Block_Template->_toHtml()
#27 app/code/core/Mage/Core/Model/Layout.php(555): Mage_Core_Block_Abstract->toHtml()
#28 app/code/core/Mage/Core/Controller/Varien/Action.php(390): Mage_Core_Model_Layout->getOutput()
#29 app/code/core/Mage/Adminhtml/controllers/Catalog/ProductController.php(180): Mage_Core_Controller_Varien_Action->renderLayout()
#30 app/code/core/Mage/Core/Controller/Varien/Action.php(419): Mage_Adminhtml_Catalog_ProductController->indexAction()
#31 app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(250): Mage_Core_Controller_Varien_Action->dispatch('index')
#32 app/code/core/Mage/Core/Controller/Varien/Front.php(176): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#33 app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
#34 app/Mage.php(683): Mage_Core_Model_App->run(Array)
#35 index.php(87): Mage::run('', 'store')
#36 {main}

Custom Columns

Using Magento 1.7.0.2 I wanted to add a custom column,
Choosing from any of the custom columns provided shows the following error

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ')' in /home/jason/public_html/magento/app/code/community/BL/CustomGrid/Helper/Collection.php(100) : runtime-created function on line 1

Fatal error: Function name must be a string in /home/jason/public_html/magento/app/code/community/BL/CustomGrid/Model/Custom/Column/Simple/Table.php on line 75

Export

Hi,
When i try to export from the product Grill... with my first account, it's work
but with another account i see a new page with : acces refused.

i don't why.
do you have idea ?

Column not found: 1054 Unknown column 'custom_params' in 'field list'"

Hello,

Thanks for your great work. I have an error when activating the newest version on Magento 1.7.0.0

As the title suggest, this error pop-ups when activating this module and moving to screen "Catalog, Products" or to "System, Custom Grids, List/Manage Options Source"

Regards,
Peter Esser

Add advanced filtering options

I would like to filter on empty and negative values. Let's say I have a column for EAN's, I would like to be able to filter on '' in the EAN filter field, thus giving me all products that do not have an EAN set.

What also would be cool is to be able to filter out values (negative searching). Maybe add a '-' (minus) operator to be able to filter out EAN's that begin with 123 by searching for -123% or something.

Maybe even regex searching?

Error searching order grid

SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'status' in where clause is ambiguous

#0 lib/Varien/Db/Statement/Pdo/Mysql.php(110): Zend_Db_Statement_Pdo->_execute(Array)
#1 lib/Zend/Db/Statement.php(300): Varien_Db_Statement_Pdo_Mysql->_execute(Array)
#2 lib/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#3 lib/Zend/Db/Adapter/Pdo/Abstract.php(238): Zend_Db_Adapter_Abstract->query('SELECT `main_ta...', Array)
#4 lib/Varien/Db/Adapter/Pdo/Mysql.php(419): Zend_Db_Adapter_Pdo_Abstract->query('SELECT `main_ta...', Array)
#5 lib/Zend/Db/Adapter/Abstract.php(734): Varien_Db_Adapter_Pdo_Mysql->query('SELECT `main_ta...', Array)
#6 lib/Varien/Data/Collection/Db.php(734): Zend_Db_Adapter_Abstract->fetchAll('SELECT `main_ta...', Array)
#7 app/code/core/Mage/Core/Model/Resource/Db/Collection/Abstract.php(521): Varien_Data_Collection_Db->_fetchAll('SELECT `main_ta...', Array)
#8 lib/Varien/Data/Collection/Db.php(566): Mage_Core_Model_Resource_Db_Collection_Abstract->getData()
#9 app/code/core/Mage/Adminhtml/Block/Widget/Grid.php(533): Varien_Data_Collection_Db->load()
#10 app/code/core/Mage/Adminhtml/Block/Sales/Order/Grid.php(61): Mage_Adminhtml_Block_Widget_Grid->_prepareCollection()
#11 app/code/local/Innoexts/Warehouse/Block/Adminhtml/Sales/Order/Grid.php(64): Mage_Adminhtml_Block_Sales_Order_Grid->_prepareCollection()
#12 app/code/community/BL/CustomGrid/Model/Observer.php(530) : eval()'d code(84): Innoexts_Warehouse_Block_Adminhtml_Sales_Order_Grid->_prepareCollection()
#13 app/code/community/BL/CustomGrid/Model/Observer.php(530) : eval()'d code(365): BL_CustomGrid_Block_Rewrite_Sales_Order_Grid->_prepareCollection()
#14 app/code/community/BL/CustomGrid/Model/Observer.php(912): BL_CustomGrid_Block_Rewrite_Sales_Order_Grid->blcg_finishPrepareCollection()
#15 app/code/community/BL/CustomGrid/Model/Observer.php(530) : eval()'d code(81): BL_CustomGrid_Model_Observer->afterGridPrepareCollection(Object(BL_CustomGrid_Block_Rewrite_Sales_Order_Grid))
#16 app/code/core/Mage/Adminhtml/Block/Widget/Grid.php(626): BL_CustomGrid_Block_Rewrite_Sales_Order_Grid->_prepareCollection()
#17 app/code/core/Mage/Adminhtml/Block/Widget/Grid.php(632): Mage_Adminhtml_Block_Widget_Grid->_prepareGrid()
#18 app/code/core/Mage/Core/Block/Abstract.php(862): Mage_Adminhtml_Block_Widget_Grid->_beforeToHtml()
#19 app/code/core/Mage/Core/Block/Abstract.php(582): Mage_Core_Block_Abstract->toHtml()
#20 app/code/core/Mage/Core/Block/Abstract.php(526): Mage_Core_Block_Abstract->_getChildHtml('grid', true)
#21 app/code/core/Mage/Adminhtml/Block/Widget/Grid/Container.php(77): Mage_Core_Block_Abstract->getChildHtml('grid')
#22 app/design/adminhtml/default/default/template/widget/grid/container.phtml(36): Mage_Adminhtml_Block_Widget_Grid_Container->getGridHtml()
#23 app/code/core/Mage/Core/Block/Template.php(241): include('/Users/paales/S...')
#24 app/code/core/Mage/Core/Block/Template.php(272): Mage_Core_Block_Template->fetchView('adminhtml/defau...')
#25 app/code/core/Mage/Core/Block/Template.php(286): Mage_Core_Block_Template->renderView()
#26 app/code/core/Mage/Adminhtml/Block/Template.php(81): Mage_Core_Block_Template->_toHtml()
#27 app/code/core/Mage/Adminhtml/Block/Widget/Container.php(308): Mage_Adminhtml_Block_Template->_toHtml()
#28 app/code/core/Mage/Core/Block/Abstract.php(863): Mage_Adminhtml_Block_Widget_Container->_toHtml()
#29 app/code/core/Mage/Core/Block/Text/List.php(43): Mage_Core_Block_Abstract->toHtml()
#30 app/code/core/Mage/Core/Block/Abstract.php(863): Mage_Core_Block_Text_List->_toHtml()
#31 app/code/core/Mage/Core/Block/Abstract.php(582): Mage_Core_Block_Abstract->toHtml()
#32 app/code/core/Mage/Core/Block/Abstract.php(526): Mage_Core_Block_Abstract->_getChildHtml('content', true)
#33 app/design/adminhtml/default/default/template/page.phtml(74): Mage_Core_Block_Abstract->getChildHtml('content')
#34 app/code/core/Mage/Core/Block/Template.php(241): include('/Users/paales/S...')
#35 app/code/core/Mage/Core/Block/Template.php(272): Mage_Core_Block_Template->fetchView('adminhtml/defau...')
#36 app/code/core/Mage/Core/Block/Template.php(286): Mage_Core_Block_Template->renderView()
#37 app/code/core/Mage/Adminhtml/Block/Template.php(81): Mage_Core_Block_Template->_toHtml()
#38 app/code/core/Mage/Core/Block/Abstract.php(863): Mage_Adminhtml_Block_Template->_toHtml()
#39 app/code/core/Mage/Core/Model/Layout.php(555): Mage_Core_Block_Abstract->toHtml()
#40 app/code/core/Mage/Core/Controller/Varien/Action.php(390): Mage_Core_Model_Layout->getOutput()
#41 app/code/core/Mage/Adminhtml/controllers/Sales/OrderController.php(95): Mage_Core_Controller_Varien_Action->renderLayout()
#42 app/code/core/Mage/Core/Controller/Varien/Action.php(419): Mage_Adminhtml_Sales_OrderController->indexAction()
#43 app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(250): Mage_Core_Controller_Varien_Action->dispatch('index')
#44 app/code/core/Mage/Core/Controller/Varien/Front.php(176): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#45 app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
#46 app/Mage.php(683): Mage_Core_Model_App->run(Array)
#47 index.php(87): Mage::run('', 'store')
#48 {main}

Grid configuration

Add Product Title Column in Orders Grid

Hi guys, not sure if this already possible, but if it is then please tell me how I'd do this:

On the "orders" grid I want to display a column that shows the name of the products associated with each order.

Thanks

Customer Group in Sales grid

Hi there,

I've just discovered the new alpha release, and I'm wondering if it's possible to display the Customer Group for each Sales/Ordre line.
I've tried to do it by myself but, as long as I'm not a developer, I just couldn't get to it.
I guess there's something to do in the Options Source screen, but I have no idea about how it works.

Thanks.

QTY edit stopped working

Hi,

thanks for very good extension!
I updated newest version because of the option to edit quantity field. It worked fine for a while, but not when I try to edit qty I got error "Failed to edit value". I tried to clean refresh cache and reindex but nothing seems to help.

Any idea what could be the problem?

Many thanks!

Update Stock

Hello,

is it possible to edit the Stockamount directly in the Grid?
That would be really great - because i have to do a lot of stock updates and that will save me many clicks.

Grid with "Options"

Hi, be default Magento lets you have a select dropdown to filter "order status", however this extension has changed it to a text field, and If i try and type in manually then filter I get the horrible nasty Magento error page:

Error Log:
SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'status' in where clause is ambiguous

I see in the options you can choose type "Options" but where do you add an "Options Source" ?

Even better if I didnt have to do this and I could easily revert this column back to a select filter.

Cheers

Is Country EU

For the shipments we send to countries outside the EU we need to make sure the Invoice is send for the customs.

Is this something I can achieve my self, custom option source or something?

Ps. I'm not to cheap to do it my self, maybe provide some documentation how to do it ourselves, I do not want to burden you to much with all the questions.

Table 'buyahood_shopithoodies.customgrid_grid_role' doesn't exist

I've been successfully using this extension for a quite a while so when I found out that editing the quantity is now supported I automatically tried upgrading to 0.8.9. However I keep getting this error when attempting to go into the catalog:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'buyahood_shopithoodies.customgrid_grid_role' doesn't exist

Trace:
#0 /home/buyahood/public_html/lib/Varien/Db/Statement/Pdo/Mysql.php(110): Zend_Db_Statement_Pdo->_execute(Array)
#1 /home/buyahood/public_html/lib/Zend/Db/Statement.php(300): Varien_Db_Statement_Pdo_Mysql->_execute(Array)
#2 /home/buyahood/public_html/lib/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#3 /home/buyahood/public_html/lib/Zend/Db/Adapter/Pdo/Abstract.php(238): Zend_Db_Adapter_Abstract->query('SELECT customg...', Array) #4 /home/buyahood/public_html/lib/Varien/Db/Adapter/Pdo/Mysql.php(389): Zend_Db_Adapter_Pdo_Abstract->query('SELECT customg...', Array)
#5 /home/buyahood/public_html/lib/Zend/Db/Adapter/Abstract.php(734): Varien_Db_Adapter_Pdo_Mysql->query(Object(Varien_Db_Select), Array)
#6 /home/buyahood/public_html/app/code/community/BL/CustomGrid/Model/Mysql4/Grid.php(153): Zend_Db_Adapter_Abstract->fetchAll(Object(Varien_Db_Select))
#7 /home/buyahood/public_html/app/code/community/BL/CustomGrid/Model/Grid.php(2254): BL_CustomGrid_Model_Mysql4_Grid->getGridRoles('1')
#8 /home/buyahood/public_html/app/code/community/BL/CustomGrid/Model/Grid.php(217): BL_CustomGrid_Model_Grid->loadRolesConfig()
#9 /home/buyahood/public_html/app/code/community/BL/CustomGrid/Model/Grid.php(223): BL_CustomGrid_Model_Grid->_refreshConfig()
#10 /home/buyahood/public_html/app/code/core/Mage/Core/Model/Abstract.php(281): BL_CustomGrid_Model_Grid->_afterLoad()
#11 /home/buyahood/public_html/lib/Varien/Data/Collection.php(454): Mage_Core_Model_Abstract->afterLoad()
#12 /home/buyahood/public_html/app/code/community/BL/CustomGrid/Model/Mysql4/Grid/Collection.php(27): Varien_Data_Collection->walk(Array, Array)
#13 /home/buyahood/public_html/lib/Varien/Data/Collection/Db.php(536): BL_CustomGrid_Model_Mysql4_Grid_Collection->_afterLoad('afterLoad')
#14 /home/buyahood/public_html/app/code/community/BL/CustomGrid/Model/Observer.php(734): Varien_Data_Collection_Db->load()
#15 /home/buyahood/public_html/app/code/core/Mage/Core/Model/App.php(1303): BL_CustomGrid_Model_Observer->onControllerActionPreDispatch()
#16 /home/buyahood/public_html/app/code/core/Mage/Core/Model/App.php(1284): Mage_Core_Model_App->_callObserverMethod(Object(Varien_Event_Observer))
#17 /home/buyahood/public_html/app/Mage.php(416): Mage_Core_Model_App->dispatchEvent(Object(BL_CustomGrid_Model_Observer), 'onControllerAct...', Object(Varien_Event_Observer))
#18 /home/buyahood/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(505): Mage::dispatchEvent('controller_acti...', Array)
#19 /home/buyahood/public_html/app/code/core/Mage/Adminhtml/Controller/Action.php(152): Mage_Core_Controller_Varien_Action->preDispatch('controller_acti...', Array)
#20 /home/buyahood/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(409): Mage_Adminhtml_Controller_Action->preDispatch()
#21 /home/buyahood/public_html/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(250): Mage_Core_Controller_Varien_Action->dispatch()
#22 /home/buyahood/public_html/app/code/core/Mage/Core/Controller/Varien/Front.php(176): Mage_Core_Controller_Varien_Router_Standard->match('index')
#23 /home/buyahood/public_html/app/code/core/Mage/Core/Model/App.php(349): Mage_Core_Controller_Varien_Front->dispatch(Object(Mage_Core_Controller_Request_Http))
#24 /home/buyahood/public_html/app/Mage.php(640): Mage_Core_Model_App->run()
#25 /home/buyahood/public_html/index.php(82): Mage::run(Array)
#26 {main}

error in sales_shipment_grid on multiple filters search

How to add SKU to the orders page?

Having tested a previous version and deciding it was stable enough for me, I have now updated to the new one. My reason to do this was that I need to display the SKU of products bought in the orders page.
Having read the description of the 0.8.9 version I thought I was going to be able to do this.

So my question: Is it possible to add SKU in the orders page using the current version?

Option to 'opt-in' instead of 'opt-out'

Currently, all grids are enabled by default. Is it maybe possible to only opt-in some grids instead of having to 'opt-out' the broken grids. In the current state of the module it isn't reliable enough to have a grid untested before use.

product grid -- sorting by product id column broken

Sorting by product id column is broken when the Custom Columns > Inventory > Stock Availability column is enabled.

Attempting to sort by ascending / descending order always returns the same result set sorted in ascending order.

To reproduce this issue, simply enable the Inventory > Stock Availability custom column and attempt to sort by product id.

code should not use eval()

eval is generally considered bad practice and often banned on production servers. It should be possible to achieve the functionality of dynamic rewrites using other PHP features such as Reflection and magic methods

Error when deleting column

Warning: array_search() expects parameter 2 to be array, string given in (...)/app/code/community/BL/CustomGrid/Model/Grid.php on line 2002

Invalid method blcg_setGridModel

Invalid method Innoexts_Warehouse_Block_Adminhtml_Sales_Order_Create_Search_Grid::blcg_setGridModel(Array
(
    [0] => BL_CustomGrid_Model_Grid Object
        (
            [_profiles:protected] => 
            [_currentProfileId:protected] => 
            [_columns:protected] => Array
                (
                    [entity_id] => Array
                        (
                            [column_id] => 4718
                            [grid_id] => 317
                            [id] => entity_id
                            [index] => entity_id
                            [width] => 60
                            [align] => left
                            [header] => ID
                            [order] => 10
                            [origin] => grid
                            [is_visible] => 1
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [name] => Array
                        (
                            [column_id] => 4719
                            [grid_id] => 317
                            [id] => name
                            [index] => name
                            [width] => 
                            [align] => left
                            [header] => Product Name
                            [order] => 20
                            [origin] => grid
                            [is_visible] => 1
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [sku] => Array
                        (
                            [column_id] => 4720
                            [grid_id] => 317
                            [id] => sku
                            [index] => sku
                            [width] => 140px
                            [align] => left
                            [header] => SKU
                            [order] => 40
                            [origin] => grid
                            [is_visible] => 1
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [price] => Array
                        (
                            [column_id] => 4721
                            [grid_id] => 317
                            [id] => price
                            [index] => price
                            [width] => 
                            [align] => center
                            [header] => Price
                            [order] => 50
                            [origin] => grid
                            [is_visible] => 1
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [qtys] => Array
                        (
                            [column_id] => 4722
                            [grid_id] => 317
                            [id] => qtys
                            [index] => qtys
                            [width] => 180px
                            [align] => left
                            [header] => Qty
                            [order] => 60
                            [origin] => grid
                            [is_visible] => 1
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [in_products] => Array
                        (
                            [column_id] => 4723
                            [grid_id] => 317
                            [id] => in_products
                            [index] => entity_id
                            [width] => 
                            [align] => center
                            [header] => Select
                            [order] => 70
                            [origin] => grid
                            [is_visible] => 1
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [qty] => Array
                        (
                            [column_id] => 4724
                            [grid_id] => 317
                            [id] => qty
                            [index] => qty
                            [width] => 1
                            [align] => center
                            [header] => Qty To Add
                            [order] => 80
                            [origin] => grid
                            [is_visible] => 1
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [entity_type_id] => Array
                        (
                            [column_id] => 4725
                            [grid_id] => 317
                            [id] => entity_type_id
                            [index] => entity_type_id
                            [width] => 
                            [align] => left
                            [header] => Entity Type Id
                            [order] => 90
                            [origin] => collection
                            [is_visible] => 0
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [attribute_set_id] => Array
                        (
                            [column_id] => 4726
                            [grid_id] => 317
                            [id] => attribute_set_id
                            [index] => attribute_set_id
                            [width] => 
                            [align] => left
                            [header] => Attribute Set Id
                            [order] => 100
                            [origin] => collection
                            [is_visible] => 0
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [type_id] => Array
                        (
                            [column_id] => 4727
                            [grid_id] => 317
                            [id] => type_id
                            [index] => type_id
                            [width] => 1px
                            [align] => left
                            [header] => Type
                            [order] => 110
                            [origin] => collection
                            [is_visible] => 1
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [has_options] => Array
                        (
                            [column_id] => 4728
                            [grid_id] => 317
                            [id] => has_options
                            [index] => has_options
                            [width] => 
                            [align] => left
                            [header] => Has Options
                            [order] => 120
                            [origin] => collection
                            [is_visible] => 0
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [required_options] => Array
                        (
                            [column_id] => 4729
                            [grid_id] => 317
                            [id] => required_options
                            [index] => required_options
                            [width] => 
                            [align] => left
                            [header] => Required Options
                            [order] => 130
                            [origin] => collection
                            [is_visible] => 0
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [created_at] => Array
                        (
                            [column_id] => 4730
                            [grid_id] => 317
                            [id] => created_at
                            [index] => created_at
                            [width] => 
                            [align] => left
                            [header] => Created At
                            [order] => 140
                            [origin] => collection
                            [is_visible] => 0
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [updated_at] => Array
                        (
                            [column_id] => 4731
                            [grid_id] => 317
                            [id] => updated_at
                            [index] => updated_at
                            [width] => 
                            [align] => left
                            [header] => Updated At
                            [order] => 150
                            [origin] => collection
                            [is_visible] => 0
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [description] => Array
                        (
                            [column_id] => 4732
                            [grid_id] => 317
                            [id] => description
                            [index] => description
                            [width] => 
                            [align] => left
                            [header] => Description
                            [order] => 160
                            [origin] => collection
                            [is_visible] => 0
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [short_description] => Array
                        (
                            [column_id] => 4733
                            [grid_id] => 317
                            [id] => short_description
                            [index] => short_description
                            [width] => 
                            [align] => left
                            [header] => Note
                            [order] => 30
                            [origin] => collection
                            [is_visible] => 1
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [special_price] => Array
                        (
                            [column_id] => 4734
                            [grid_id] => 317
                            [id] => special_price
                            [index] => special_price
                            [width] => 
                            [align] => left
                            [header] => Special Price
                            [order] => 170
                            [origin] => collection
                            [is_visible] => 0
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [msrp] => Array
                        (
                            [column_id] => 4735
                            [grid_id] => 317
                            [id] => msrp
                            [index] => msrp
                            [width] => 
                            [align] => left
                            [header] => Msrp
                            [order] => 180
                            [origin] => collection
                            [is_visible] => 0
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [special_from_date] => Array
                        (
                            [column_id] => 4736
                            [grid_id] => 317
                            [id] => special_from_date
                            [index] => special_from_date
                            [width] => 
                            [align] => left
                            [header] => Special From Date
                            [order] => 190
                            [origin] => collection
                            [is_visible] => 0
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [special_to_date] => Array
                        (
                            [column_id] => 4737
                            [grid_id] => 317
                            [id] => special_to_date
                            [index] => special_to_date
                            [width] => 
                            [align] => left
                            [header] => Special To Date
                            [order] => 200
                            [origin] => collection
                            [is_visible] => 0
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [news_from_date] => Array
                        (
                            [column_id] => 4738
                            [grid_id] => 317
                            [id] => news_from_date
                            [index] => news_from_date
                            [width] => 
                            [align] => left
                            [header] => News From Date
                            [order] => 210
                            [origin] => collection
                            [is_visible] => 0
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [news_to_date] => Array
                        (
                            [column_id] => 4739
                            [grid_id] => 317
                            [id] => news_to_date
                            [index] => news_to_date
                            [width] => 
                            [align] => left
                            [header] => News To Date
                            [order] => 220
                            [origin] => collection
                            [is_visible] => 0
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [small_image] => Array
                        (
                            [column_id] => 4740
                            [grid_id] => 317
                            [id] => small_image
                            [index] => small_image
                            [width] => 
                            [align] => left
                            [header] => Small Image
                            [order] => 230
                            [origin] => collection
                            [is_visible] => 0
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [thumbnail] => Array
                        (
                            [column_id] => 4741
                            [grid_id] => 317
                            [id] => thumbnail
                            [index] => thumbnail
                            [width] => 
                            [align] => left
                            [header] => Thumbnail
                            [order] => 240
                            [origin] => collection
                            [is_visible] => 0
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [url_key] => Array
                        (
                            [column_id] => 4742
                            [grid_id] => 317
                            [id] => url_key
                            [index] => url_key
                            [width] => 
                            [align] => left
                            [header] => Url Key
                            [order] => 250
                            [origin] => collection
                            [is_visible] => 0
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [msrp_enabled] => Array
                        (
                            [column_id] => 4743
                            [grid_id] => 317
                            [id] => msrp_enabled
                            [index] => msrp_enabled
                            [width] => 
                            [align] => left
                            [header] => Msrp Enabled
                            [order] => 260
                            [origin] => collection
                            [is_visible] => 0
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [msrp_display_actual_price_type] => Array
                        (
                            [column_id] => 4744
                            [grid_id] => 317
                            [id] => msrp_display_actual_price_type
                            [index] => msrp_display_actual_price_type
                            [width] => 
                            [align] => left
                            [header] => Msrp Display Actual Price Type
                            [order] => 270
                            [origin] => collection
                            [is_visible] => 0
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [gift_message_available] => Array
                        (
                            [column_id] => 4745
                            [grid_id] => 317
                            [id] => gift_message_available
                            [index] => gift_message_available
                            [width] => 
                            [align] => left
                            [header] => Gift Message Available
                            [order] => 280
                            [origin] => collection
                            [is_visible] => 0
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [color] => Array
                        (
                            [column_id] => 4746
                            [grid_id] => 317
                            [id] => color
                            [index] => color
                            [width] => 
                            [align] => left
                            [header] => Color
                            [order] => 290
                            [origin] => collection
                            [is_visible] => 0
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [status] => Array
                        (
                            [column_id] => 4747
                            [grid_id] => 317
                            [id] => status
                            [index] => status
                            [width] => 
                            [align] => left
                            [header] => Status
                            [order] => 300
                            [origin] => collection
                            [is_visible] => 0
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [tax_class_id] => Array
                        (
                            [column_id] => 4748
                            [grid_id] => 317
                            [id] => tax_class_id
                            [index] => tax_class_id
                            [width] => 
                            [align] => left
                            [header] => Tax Class Id
                            [order] => 310
                            [origin] => collection
                            [is_visible] => 0
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [is_salable] => Array
                        (
                            [column_id] => 4749
                            [grid_id] => 317
                            [id] => is_salable
                            [index] => is_salable
                            [width] => 
                            [align] => left
                            [header] => Is Salable
                            [order] => 320
                            [origin] => collection
                            [is_visible] => 0
                            [is_system] => 0
                            [missing] => 1
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [initial_price] => Array
                        (
                            [column_id] => 4750
                            [grid_id] => 317
                            [id] => initial_price
                            [index] => initial_price
                            [width] => 
                            [align] => left
                            [header] => Initial Price
                            [order] => 330
                            [origin] => collection
                            [is_visible] => 0
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [final_price] => Array
                        (
                            [column_id] => 4751
                            [grid_id] => 317
                            [id] => final_price
                            [index] => final_price
                            [width] => 
                            [align] => left
                            [header] => Final Price
                            [order] => 340
                            [origin] => collection
                            [is_visible] => 0
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [initial_special_price] => Array
                        (
                            [column_id] => 4752
                            [grid_id] => 317
                            [id] => initial_special_price
                            [index] => initial_special_price
                            [width] => 
                            [align] => left
                            [header] => Initial Special Price
                            [order] => 350
                            [origin] => collection
                            [is_visible] => 0
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [image_label] => Array
                        (
                            [column_id] => 4753
                            [grid_id] => 317
                            [id] => image_label
                            [index] => image_label
                            [width] => 
                            [align] => left
                            [header] => Image Label
                            [order] => 360
                            [origin] => collection
                            [is_visible] => 0
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [small_image_label] => Array
                        (
                            [column_id] => 4754
                            [grid_id] => 317
                            [id] => small_image_label
                            [index] => small_image_label
                            [width] => 
                            [align] => left
                            [header] => Small Image Label
                            [order] => 370
                            [origin] => collection
                            [is_visible] => 0
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [thumbnail_label] => Array
                        (
                            [column_id] => 4755
                            [grid_id] => 317
                            [id] => thumbnail_label
                            [index] => thumbnail_label
                            [width] => 
                            [align] => left
                            [header] => Thumbnail Label
                            [order] => 380
                            [origin] => collection
                            [is_visible] => 0
                            [is_system] => 0
                            [missing] => 0
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                    [ean] => Array
                        (
                            [column_id] => 4794
                            [grid_id] => 317
                            [id] => ean
                            [index] => ean
                            [width] => 
                            [align] => left
                            [header] => Ean
                            [order] => 390
                            [origin] => collection
                            [is_visible] => 0
                            [is_system] => 0
                            [missing] => 1
                            [store_id] => 
                            [renderer_type] => 
                            [renderer_params] => 
                            [allow_edit] => 1
                            [profile_id] => 
                            [custom_params] => 
                            [filter_only] => 0
                        )

                )

            [_orderPitch:protected] => 10
            [_maxOrder:protected] => 390
            [_originIds:protected] => Array
                (
                    [grid] => Array
                        (
                            [0] => entity_id
                            [1] => name
                            [2] => sku
                            [3] => price
                            [4] => qtys
                            [5] => in_products
                            [6] => qty
                        )

                    [collection] => Array
                        (
                            [0] => entity_type_id
                            [1] => attribute_set_id
                            [2] => type_id
                            [3] => has_options
                            [4] => required_options
                            [5] => created_at
                            [6] => updated_at
                            [7] => description
                            [8] => short_description
                            [9] => special_price
                            [10] => msrp
                            [11] => special_from_date
                            [12] => special_to_date
                            [13] => news_from_date
                            [14] => news_to_date
                            [15] => small_image
                            [16] => thumbnail
                            [17] => url_key
                            [18] => msrp_enabled
                            [19] => msrp_display_actual_price_type
                            [20] => gift_message_available
                            [21] => color
                            [22] => status
                            [23] => tax_class_id
                            [24] => is_salable
                            [25] => initial_price
                            [26] => final_price
                            [27] => initial_special_price
                            [28] => image_label
                            [29] => small_image_label
                            [30] => thumbnail_label
                            [31] => ean
                        )

                    [attribute] => Array
                        (
                        )

                    [custom] => Array
                        (
                        )

                )

            [_typeModel:protected] => BL_CustomGrid_Model_Grid_Type_Other Object
                (
                    [_attributes:protected] => Array
                        (
                        )

                    [_lockedValues:protected] => Array
                        (
                        )

                    [_exportTypes:protected] => Array
                        (
                        )

                    [_editableValues:protected] => Array
                        (
                        )

                    [_customColumns:protected] => 
                    [_columnsGroups:protected] => Array
                        (
                        )

                    [_blocksColumns:protected] => Array
                        (
                        )

                    [_data:protected] => Array
                        (
                            [code] => other
                            [name] => Other
                        )

                    [_hasDataChanges:protected] => 1
                    [_origData:protected] => 
                    [_idFieldName:protected] => 
                    [_isDeleted:protected] => 
                    [_oldFieldsMap:protected] => Array
                        (
                        )

                    [_syncFieldsMap:protected] => Array
                        (
                        )

                )

            [_rolesConfig:protected] => Array
                (
                )

            [_eventPrefix:protected] => core_abstract
            [_eventObject:protected] => object
            [_resourceName:protected] => customgrid/grid
            [_resource:protected] => 
            [_resourceCollectionName:protected] => customgrid/grid_collection
            [_cacheTag:protected] => 
            [_dataSaveAllowed:protected] => 1
            [_isObjectNew:protected] => 
            [_data:protected] => Array
                (
                    [_attributes_columns] => Array
                        (
                        )

                    [grid_id] => 317
                    [type] => other
                    [module_name] => admin
                    [controller_name] => sales_order_create
                    [block_type] => adminhtml/sales_order_create_search_grid
                    [rewriting_class_name] => Innoexts_Warehouse_Block_Adminhtml_Sales_Order_Create_Search_Grid
                    [block_id] => sales_order_create_search_grid
                    [max_attribute_column_id] => 0
                    [max_custom_column_id] => 0
                    [default_page] => 1
                    [default_limit] => 200
                    [default_sort] => name
                    [default_dir] => asc
                    [default_filter] => a:1:{s:7:"type_id";a:2:{s:5:"value";s:6:"simple";s:6:"column";a:4:{s:6:"origin";s:10:"collection";s:5:"index";s:7:"type_id";s:13:"renderer_type";N;s:13:"custom_params";N;}}}
                    [disabled] => 0
                    [default_page_behaviour] => 
                    [default_limit_behaviour] => 
                    [default_sort_behaviour] => 
                    [default_dir_behaviour] => 
                    [default_filter_behaviour] => 
                )

            [_hasDataChanges:protected] => 1
            [_origData:protected] => Array
                (
                    [_attributes_columns] => Array
                        (
                        )

                    [grid_id] => 317
                    [type] => other
                    [module_name] => admin
                    [controller_name] => sales_order_create
                    [block_type] => adminhtml/sales_order_create_search_grid
                    [rewriting_class_name] => Innoexts_Warehouse_Block_Adminhtml_Sales_Order_Create_Search_Grid
                    [block_id] => sales_order_create_search_grid
                    [max_attribute_column_id] => 0
                    [max_custom_column_id] => 0
                    [default_page] => 1
                    [default_limit] => 200
                    [default_sort] => name
                    [default_dir] => asc
                    [default_filter] => a:1:{s:7:"type_id";a:2:{s:5:"value";s:6:"simple";s:6:"column";a:4:{s:6:"origin";s:10:"collection";s:5:"index";s:7:"type_id";s:13:"renderer_type";N;s:13:"custom_params";N;}}}
                    [disabled] => 0
                    [default_page_behaviour] => 
                    [default_limit_behaviour] => 
                    [default_sort_behaviour] => 
                    [default_dir_behaviour] => 
                    [default_filter_behaviour] => 
                )

            [_idFieldName:protected] => grid_id
            [_isDeleted:protected] => 
            [_oldFieldsMap:protected] => Array
                (
                )

            [_syncFieldsMap:protected] => Array
                (
                )

        )

)
)

Trace:
#0 /var/www/vhosts/mentalsuits.com/httpdocs/.modman/BL_CustomGrid/app/code/community/BL/CustomGrid/Model/Observer.php(901): Varien_Object->__call('blcg_setGridMod...', Array)
#1 /var/www/vhosts/mentalsuits.com/httpdocs/.modman/BL_CustomGrid/app/code/community/BL/CustomGrid/Model/Observer.php(901): Innoexts_Warehouse_Block_Adminhtml_Sales_Order_Create_Search_Grid->blcg_setGridModel(Object(BL_CustomGrid_Model_Grid))
#2 /var/www/vhosts/mentalsuits.com/httpdocs/app/code/core/Mage/Core/Model/App.php(1338): BL_CustomGrid_Model_Observer->beforeBlockPrepareLayout(Object(Varien_Event_Observer))
#3 /var/www/vhosts/mentalsuits.com/httpdocs/app/code/core/Mage/Core/Model/App.php(1317): Mage_Core_Model_App->_callObserverMethod(Object(BL_CustomGrid_Model_Observer), 'beforeBlockPrep...', Object(Varien_Event_Observer))
#4 /var/www/vhosts/mentalsuits.com/httpdocs/app/Mage.php(447): Mage_Core_Model_App->dispatchEvent('core_block_abst...', Array)
#5 /var/www/vhosts/mentalsuits.com/httpdocs/app/code/core/Mage/Core/Block/Abstract.php(237): Mage::dispatchEvent('core_block_abst...', Array)
#6 /var/www/vhosts/mentalsuits.com/httpdocs/app/code/core/Mage/Core/Model/Layout.php(456): Mage_Core_Block_Abstract->setLayout(Object(Mage_Core_Model_Layout))
#7 /var/www/vhosts/mentalsuits.com/httpdocs/app/code/core/Mage/Core/Model/Layout.php(472): Mage_Core_Model_Layout->createBlock('adminhtml/sales...', 'grid')
#8 /var/www/vhosts/mentalsuits.com/httpdocs/app/code/core/Mage/Core/Model/Layout.php(239): Mage_Core_Model_Layout->addBlock('adminhtml/sales...', 'grid')
#9 /var/www/vhosts/mentalsuits.com/httpdocs/app/code/core/Mage/Core/Model/Layout.php(205): Mage_Core_Model_Layout->_generateBlock(Object(Mage_Core_Model_Layout_Element), Object(Mage_Core_Model_Layout_Element))
#10 /var/www/vhosts/mentalsuits.com/httpdocs/app/code/core/Mage/Core/Model/Layout.php(206): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element))
#11 /var/www/vhosts/mentalsuits.com/httpdocs/app/code/core/Mage/Core/Model/Layout.php(206): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element))
#12 /var/www/vhosts/mentalsuits.com/httpdocs/app/code/core/Mage/Core/Model/Layout.php(206): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element))
#13 /var/www/vhosts/mentalsuits.com/httpdocs/app/code/core/Mage/Core/Model/Layout.php(206): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element))
#14 /var/www/vhosts/mentalsuits.com/httpdocs/app/code/core/Mage/Core/Model/Layout.php(210): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element))
#15 /var/www/vhosts/mentalsuits.com/httpdocs/app/code/core/Mage/Core/Controller/Varien/Action.php(344): Mage_Core_Model_Layout->generateBlocks()
#16 /var/www/vhosts/mentalsuits.com/httpdocs/app/code/core/Mage/Core/Controller/Varien/Action.php(269): Mage_Core_Controller_Varien_Action->generateLayoutBlocks()
#17 /var/www/vhosts/mentalsuits.com/httpdocs/app/code/core/Mage/Adminhtml/Controller/Action.php(275): Mage_Core_Controller_Varien_Action->loadLayout(NULL, true, true)
#18 /var/www/vhosts/mentalsuits.com/httpdocs/app/code/core/Mage/Adminhtml/controllers/Sales/Order/CreateController.php(336): Mage_Adminhtml_Controller_Action->loadLayout()
#19 /var/www/vhosts/mentalsuits.com/httpdocs/app/code/core/Mage/Core/Controller/Varien/Action.php(419): Mage_Adminhtml_Sales_Order_CreateController->indexAction()
#20 /var/www/vhosts/mentalsuits.com/httpdocs/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(250): Mage_Core_Controller_Varien_Action->dispatch('index')
#21 /var/www/vhosts/mentalsuits.com/httpdocs/app/code/core/Mage/Core/Controller/Varien/Front.php(176): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#22 /var/www/vhosts/mentalsuits.com/httpdocs/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
#23 /var/www/vhosts/mentalsuits.com/httpdocs/app/Mage.php(683): Mage_Core_Model_App->run(Array)
#24 /var/www/vhosts/mentalsuits.com/httpdocs/index.php(87): Mage::run('opposuits_nl_nl...', 'store')
#25 {main} 

Notice: unserialize() [function.unserialize]: Error at offset 187 of 288 bytes

When clicking on the configure button of the description

schermafbeelding 2013-10-02 om 10 46 20

Notice: unserialize() [function.unserialize]: Error at offset 187 of 288 bytes  in /Users/paales/Sites/musicallin.nl/.modman/BL_CustomGrid/app/code/community/BL/CustomGrid/Model/Config/Abstract.php on line 227

#0 (): mageCoreErrorHandler(8, 'unserialize() [function.unserialize]: Error at offset 187 of 288 bytes', '/Users/paales/Sites/musicallin.nl/.modman/BL_CustomGrid/app/code/community/BL/CustomGrid/Model/Config/Abstract.php', 227, Array)
#1 /Users/paales/Sites/musicallin.nl/.modman/BL_CustomGrid/app/code/community/BL/CustomGrid/Model/Config/Abstract.php(227): unserialize('a:10:{s:12:"exact_filter";s:1:"0";s:15:"single_wildcard";s:0:"";s:17:"multiple_wildcard";s:0:"";s:8:"truncate";s:4:"html";s:11:"truncate_at";s:3:"200";s:15:"truncate_ending";s:8:"…";s:14:"truncate_exact";s:1:"1";s:11:"escape_html";s:1:"0";s:5:"nl2br";s:1:"0";s:10:"parse_tags";s:1:"0";}')
#2 /Users/paales/Sites/musicallin.nl/.modman/BL_CustomGrid/app/code/community/BL/CustomGrid/controllers/Column/Renderer/AttributeController.php(40): BL_CustomGrid_Model_Config_Abstract->decodeParameters('a:10:{s:12:"exact_filter";s:1:"0";s:15:"single_wildcard";s:0:"";s:17:"multiple_wildcard";s:0:"";s:8:"truncate";s:4:"html";s:11:"truncate_at";s:3:"200";s:15:"truncate_ending";s:8:"…";s:14:"truncate_exact";s:1:"1";s:11:"escape_html";s:1:"0";s:5:"nl2br";s:1:"0";s:10:"parse_tags";s:1:"0";}')
#3 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Core/Controller/Varien/Action.php(419): BL_CustomGrid_Column_Renderer_AttributeController->indexAction()
#4 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(250): Mage_Core_Controller_Varien_Action->dispatch('index')
#5 /Users/paales/Sites/musicallin.nl/app/code/core/Mage/Core/Controller/Varien/Front.php(176): Mage_Core_Controller_Varien_Router_Standard->match(Mage_Core_Controller_Request_Http)
#6 /Users/paales/Sites/musicallin.nl/app/code/local/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
#7 /Users/paales/Sites/musicallin.nl/app/Mage.php(683): Mage_Core_Model_App->run(Array)
#8 /Users/paales/Sites/musicallin.nl/index.php(87): Mage->run('', 'store')

update

Please update your extension for us on Magento. I tried to install the beta 0.8.9 but it crashed my admin v1.7.0.2. It is a great extension only request I have is that on Categories -> Category Product tab I could add a qty (quantity) column. It doesn't seem to be an option and I cant figure out how to add the column.

How to remove totally?

I was trying to install an extension "Enhanced Admin Grids extension" which I did fine from Magento connect. Then I realized I wanted to install the github version so I thought I was doing this correctly by replacing all the folders with the github version. Turned out it didnt work and I was getting errors when trying to login to the admin area. How can I just remove everything to be able to login to my site again?

This is the error I'm getting: Mage registry key "_singleton/customgrid/observer" already exists

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.