mage-enhanced-admin-grids
mage-enhanced-admin-grids copied to clipboard
[ARCHIVED] Enhanced Admin Grids extension for Magento 1. WIP version available for testing.
- Fix issue with exporting more than 1000 items in a grid at one time. If you attempted to export more than one page worth of results for a grid...
Hi using 0.9.0. and would love to add 2 columns to the Customers grid to view (and importantly sort by) number of orders and last order placed. Reading "issues" here...
The overall plugin options are there, and enabled, but there is nothing showing on the product or order grid pages in the admin. Any ideas?
There has been an error processing your request SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'blcg_custom_field_6' in order clause is ambiguous
We see this error SQLSTATE[42S22]: Column not found: 1054 Unknown column 'blcg_custom_field_1' in 'where clause' We changed store name colum to only inlclude the storename (1 row). Now when we...
Hi , I am getting an error while exporting the grid to csv format. "You cannot define a correlation name 'at_image' more than once"
I trid to edit the special price in grid mode, and when saving, i get the error: Fatal error: Call to a member function getld() on a non-object in //public_html/app/code/community/bl/customgrid/model/grid/pype/product.php...
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'dev_test.customgrid_role_profile' doesn't exist I'll try to dive into this Trace: #0 public_html/lib/Varien/Db/Statement/Pdo/Mysql.php(110): Zend_Db_Statement_Pdo->_execute(Array) #1 public_html/app/code/core/Zend/Db/Statement.php(291): Varien_Db_Statement_Pdo_Mysql->_execute(Array) #2 public_html/lib/Zend/Db/Adapter/Abstract.php(480): Zend_Db_Statement->execute(Array) #3 public_html/lib/Zend/Db/Adapter/Pdo/Abstract.php(238):...
Hello, I have added Enhanced Admin Grids (+ Editor) in my magento 1.9.1.1 version.But when I try to upload file it was showing this error- SQLSTATE[42S02]: Base table or view...
I need to add track_number from the sales_flat_shipment_track table. How can I add a column to Sales > Orders?