Change log for Magento 2 Better Admin Order Grid
Version 2.0.19 (July 1, 2024)
Fixes:
- - Improved compatibility with 2.4.7p1 and PayPal_Braintree.
- - Fixed issues with blank values after export in CSV.
Version 2.0.18 (May 24, 2024)
Features:
- - Removed billing and shipping phone numbers from filters.
- - Added an option to add the quantity per source attribute to the "Bought Products" column.
Version 2.0.17 (October 16, 2023)
Fixes:
- - An error appeared when MSI was disabled.
Version 2.0.16 (October 13, 2023)
Features:
- - Added Purchase Order Number column from Purchase Order payment method to the order grid.
Version 2.0.15 (September 11, 2023)
Features:
- - Processed Qty and weight for bundle items.
- - Refactoring.
- - MSI is used for total product Qty calculation when a product has a few sources.
Fixes:
- - Fixed minor issues.
Version 2.0.14 (May 30, 2023)
Fixes:
- - Fixed error: strpos(): Argument #1 ($haystack) must be of type string, null given in Ui/Component/Order/Listing/Column/BoughtProducts.php:190 .
Version 2.0.13 (April 10, 2023)
- - Restore default config value in store configurations.
Version 2.0.12 (December 23, 2022)
Fixes:
- - Some statuses are not displayed in Admin Panel > Sales > Orders > Order status filter.
- - Cannot change the status for some orders.
Version 2.0.11 (October 06, 2022)
Features:
- - Improved formatting of text fields with a lot of text (e.g. buyer info, shipping info, address fields).
- - Compatibility with Magento Commerce Order Archive.
Fixes:
- - Error on order grid when the order has no billing address.
Version 2.0.10 (July 20, 2022)
Fixes:
- - PHP 7.4 incompatible PHP syntax error in extension version 2.0.9.
Version 2.0.9 (July 5, 2022)
Features:
- - Improved order mass status change.
- - Included order items into order CSV/XML export.
Version 2.0.8 (May 13, 2022)
Features:
- - Displays customizable product option in the order grid.
Version 2.0.7 (March 07, 2022)
Features:
- - Option to hide column labels in bought products cell.
Version 2.0.6 (February 03, 2022)
Features:
- - Optimized order grid performance. Now it loads faster.
- - Compact fields with buyer and recipient first-name, last-name, email, phone number.
- - Improved order removal, now order invoices, shipments, credit memos are removed automatically as well.
- - Current product QTY information for the bought products grid.
- - Re-index order grid button on grid page.
Version 2.0.5 (December 24, 2021)
Features:
- - Multi-status order filter.
- - Minor code improvements.
Version 2.0.4 (November 5, 2021)
Features:
- - Option to display Billing and Shipping phone numbers on the order grid.
Fixes:
- - Notice: Undefined property: Magefan\BetterOrderGrid\Block\Adminhtml\Customer\Edit\Tab\Orders::$_collectionFactory in Magento 2.4.3 or greater.
- - Translation missing for the bought product table labels.
- - Product Image not showing in admin order grid on some Magento instances.
Version 2.0.3 (August 5, 2021)
Features:
- - Better order grid in "Orders" tab in the customer account edit page.
- - Display product image for bundle products in order view page.
- - Option to display any product attribute in the "Bought Products" column in the order grid.
- - Option to search order by any product attribute that is displayed in the "Bought Products" column.
- - Display the name of the admin user who created/changed the order.
Fixes:
- - Order state is not changing after the order status change.
Version 2.0.2 (May 7, 2021)
Fixes:
- - Error "Extra parameter passed to parent constructor..." during DI compile on Magento 2.2.x.
- - Error during installation when the prefix for Magento 2 DB tables is used.
- - Error on order grid if order product was deleted.
Version 2.0.1 (April 14, 2021)
Features:
- - Added option to change the order status from the grid via mass actions.
- - Product SKUs export.
- - Order invoices, shipments, credit memos are deleted while order delete.