ISSUE:
I have installed BSS customer attribute extension in my testing env and set some attributes in the registration form. It does work fine. However, I've also enabled the default Magento's customer attribute - Gender. It becomes unable to save within the customer edit page.
SOLUTION:
Unfortunately, our module has not worked properly with the default Gender attribute
To resolve the issue, please edit the file app/code/Bss/CustomerAttributes/Plugin/Model/Metadata/Form.php as below:
public function afterGetAllowedAttributes($subject, $result)
+ $attributeDefault = ['firstname', 'lastname', 'middlename', 'email', 'password', 'taxvat', 'gender', 'dob'];
If you need any further assistance, please feel free to contact us. We'd be happy to support you!
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article