The order-grid tag has no wiki summary.
0
votes
2answers
46 views
Add new column to sales_flat_order_grid
How can I add a new column to the sales_flat_order_grid table and ensure that values are properly inserted there?
The "source" for the new column is a custom column we've added to sales_flat_order, ...
1
vote
3answers
312 views
Add Column to a grid (observer) - Column ‘store_id’ in where clause is ambiguous issue
I'm adding a column to the order grid using observer approach:
On the event -> sales_order_grid_collection_load_before I'm adding a join to the collection
On the event -> ...
0
votes
1answer
43 views
Product name and order shippment method, on the order grid
I'm trying to add Product name, Product SKU, and Order shippment method, to the Sales Order Grid.
this is how my function looks:
protected function _prepareCollection()
{
echo $collection = ...
0
votes
2answers
196 views
Add new field to administration orders grid
I am building my first Magento plugin that will hook into the event of when an order is placed, and export the order to a third party web service.
Now, rather than creating a separate table to store ...
0
votes
1answer
93 views
Sort orders by SKU in order overview
This question concerns the grid in: sales->orders->[select an order]->Information.
At the bottom you can see a grid with the orders. I would like to sort them by SKU.
In: ...
0
votes
1answer
58 views
'sales_flat_order_grid' shows wrong data
In my clients store there are 4 orders that are displaying wrong data data, all four consecutive orders are displaying the same billing and shipping name in the order grid, all other data is correct.
...