Hello I want to assign multiple groups to particular customer like “Rajat the customer” belogs to “Wholesale,retailer,electric”. actually I saw the same thread on Multiple customer groups per customer but it is not helpful does there any update to make this change happen.
I am stuck what should I do because there aren’t any extension available with the same functionality?
I found the solution,
First of all go to database and click on the
eav_attributeand then search forgroup_idin the attribute code field and edit this record.now Step 1:-
change
frontend_inputfromselecttomultiselect.step 2:-
change
backend_typefromstatictovarchar.although it is not standard way but it worked for me. 🙂
PS. I’m using magento 1.7.0.2 community version.