Jump to content

How to display the référence of products in commands list


hajar_rolin

Recommended Posts

You can also try to directly modify the Core files.
File Path: /src/Core/Grid/Definition/Factory/OrderGridDefinitionFactory.php

In the above file you can modify the below function:
protected function getColumns()
To add the column.

And in below file:
/src/Core/Grid/Query/OrderQueryBuilder.php

You have to modify the query to show the data according to your requirement.
Function: private function getBaseQueryBuilder(array $filters)

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...