Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display the number of customers in each customer group #16617

Closed
faizanktk opened this issue Jul 20, 2024 · 1 comment
Closed

Display the number of customers in each customer group #16617

faizanktk opened this issue Jul 20, 2024 · 1 comment

Comments

@faizanktk
Copy link

The customer groups page at /admin/customer-groups/

It can sometimes be useful to know how many customers there are in each group. Please display the member count of each group on this page.

@faizanktk
Copy link
Author

Define customer relation in customergroup.orm.yml

oneToMany:
customers:
targetEntity: AppBundle\Entity\Customer
mappedBy: group

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant