Questions tagged [order-grid]
Questions specific to the admin panel order grid
437 questions
0 votes
0 answers
20 views
Magento 2, How to split the billing/shipping address columns of CSV in sales order export gridToCsv
In Magento 2.4.7, I need to export the order details in CSV and XML by splitting the Billing and Shipping address, which is currently concatenated. ie., Currently, Billing and Shipping Address are ...
0 votes
0 answers
77 views
Magento 2 search by keyword that's above the orders grid using telephone
Magento 2 how to customize the search by keyword that's above the orders grid and search for orders by telephone from sales order Address to search orders by billing or shipping telephone through my ...
0 votes
2 answers
61 views
General search bar in customer order grid on frontend
We would like to create a general search bar at the customer order grid on frontend. So customers can search within the placed orders for "order_id" and "sku". We already achieved ...
0 votes
3 answers
175 views
How to remove 'Create New Order' button from sales order grid
How can I remove 'Create New Order' button from sales order grid? I don't want to hide it, i know about following code <item name="style" xsi:type="string">display:none</...
0 votes
1 answer
111 views
Default filter for admin sales order grid Magento2
If there is no active filter for sales order grid, I need to add a default filter in sales order grid in admin that will show only current date orders if no other filter are applied. I need to do it ...
0 votes
1 answer
108 views
In sales order grid shipping addess in i getting error can i know how solve this error magento 2?
like this in shipping address First Name {{if this.getTemplateFilter().filter(dummy)}}{{/if}}
0 votes
1 answer
374 views
Magento2 join product details in sales order grid as filterable column
We have added some additional sortable / filterable columns to sales order grid using some basic joins. This would be the relevant code regarding data app/code/Vendor/Module/etc/di.xml <?xml ...
0 votes
1 answer
56 views
I am new in magento! :: I have task to add a custom field('is_vip') in order columns. please help me?
Programatically, add a custom field('is_vip') in order. If a customer order value over $150 , the field value will be 1 and in order grid it will show yes.