Missing configuration for parameter param_field_firstname
The Commerce Module was added to an existing D7 website. So far, the only issue I have encountered is a failure to add anonymous users. When I checked the Rules module, I found the following error: Missing configuration for parameter param_field_firstname.
My permissions settings appear to be correct and I cannot determine the cause of the error. Has anyone seen this error before? If so, can you point me in the right direction?
Thank you!
Comments
ANSWERED
In case anyone is interested, I just resolved this problem, which I think is a bug in the Commerce module. The rule “Create a new account for an anonymous order” will fail if any of the fields it attempts to create are required. That failure will generate the ERROR: Missing configuration for parameter param_field_.
So, how did you resolve it?
So, you found the source of the problem, but the issue doesn't seem to have been resolved in the module. Is there a patch for this or something? How do you fix it?
No official fix?
I am still seeing this error using commerce kickstart Drupal7 . I DO have First Name set as a required field:
Create a new account for an anonymous order
Machine name: commerce_checkout_new_account, Weight: 2
Tags: Commerce Checkout
Error: Missing configuration for parameter param_field_first_name
Does anyone know of a patch available?
This is an option
A possible alternative is you can use the Commerce User Profile Pane module (https://www.drupal.org/project/commerce_user_profile_pane) to add the required fields.