Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Magento CE Customer Groups Changing Not Saving

Tags:

php

magento

In the Magento CE Admin Panel, I go to Customer > Manage Customers.

Then tick the select box in the customer row that I want to assign to a group, then in the 'actions' dropdown above I select 'Assign to a customer group' then select the group then click 'Submit'.

I then get a 'Total of 1 record(s) were updated' message displayed above but the problem is that my customer group still has not been updated/saved! No errors but not updating!

I even tried editing the customer group by editing the customer's account information 'Group' setting but same result?!

I have no idea how to resolve this...

Has anyone else had this issue?

Thanks

like image 593
user3546474 Avatar asked Apr 23 '14 21:04

user3546474


People also ask

How do I get all customer groups in Magento 2?

Solution to get all customer groups in Magento 2Create a Helper file at Vendor/Extension/Helper. Use the getCustomerGroups() of helper file, where you want to get all customer groups. That's it!

How many customer groups does Magento provide?

As already mentioned, the standard Magento 2 offers four customer groups: General, Wholesaler, Retailer, and Not Logged In. Once a new customer signs up for their account, they will be assigned to the General customer group as the default one.

What is customer group in Magento 2?

Once you have grouped customers you can create rules, tax classes, and group-specific discounts that pertain to individual customer groups. Magento 2, by default, comes with a few customer groups – General, NOT LOGGED IN, Retailer and Wholesale. The default customer groups in Magento 2.


1 Answers

Here the Customer's group is automatically updating due to VAT ID.So please select / check the check box of "Disable Automatic Group Change Based on VAT ID" under the "Group" select drop-down on edit customer's detail page "Account Information" tab.

Please share and comment if find helpful.

like image 135
Amit Rajput Avatar answered Sep 24 '22 19:09

Amit Rajput