Jump to content

filters orders not showing up in the back office Solved


nawres

Recommended Posts

problem solved

I found that recordTotal reurn always 0 : so changed the query sent by added  

SELECT  count(*) OVER() AS 'Count' on function getSearchQueryBuilder  (src/Core/Grid/Query/OrderQueryBuilder.php )

then  get Count  value by " $records[0]['Count']"  on (src/Core/Grid/Data/Factory/OrderGridDataFactory.php)

 

Link to comment
Share on other sites

  • nawres changed the title to filters orders not showing up in the back office Solved

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...