cancel
Showing results for 
Search instead for 
Did you mean: 

How to perform this task the Magento way?

How to perform this task the Magento way?

Hi,

 

What I need to do, after having created 2 Customer Groups in the back-office ("Institute" and "Institute Customer"), is basically to create a link between them. That is, there are multiple Institutes, and 1 Institute is having multiple customers.

 

And obviously I need to perform this task programmatically, since I don't believe this can be done from the back-office only.

 

I don't look for a "out of the box solution" here, I think I'm able to search.

 

What I need the most I think is some directions and keywords, to know where and what to search for, since I'm an experienced developer but a brand new Magento developer.

 

Thanks in advance for any advice in this matter.

1 REPLY 1

Re: How to perform this task the Magento way?

@david_iux

 

Magento itself provide feature with the help of which you can create multiple groups and add multiple customers in each group.

Please refer the below links:

Create customer group programmaticaly:

 

http://blog.a2bizz.com/index.php/2016/02/27/magento-2-create-customer-group-programmatically/

 

Create customer group from backend:

https://www.customerparadigm.com/how-do-i-create-a-new-customer-group-in-magento-2/

 

If still you have any questions feel free to ask!!

 

Problem solved? Please give 'Kudos' and accept 'Answer as Solution'.