Customer Profile Support

Created on 7 June 2019, over 5 years ago
Updated 17 February 2024, 10 months ago

I need inline form functionality for the customer profile manager. How would I go a bout that. I looked at the README file and it was a little vague.

Integrating with Inline Entity Form
-----------------------------------
An entity type can add support for this module by declaring the
inline entity form controller class in its entity info:

$entity_info['commerce_line_item']['inline entity form'] = array(
'controller' => 'CommerceLineItemInlineEntityFormController',
);

The controller needs to extend EntityInlineEntityFormController and at least
override entityForm() to provide a functioning entity form.

Where do I put this? I tried looking at the product integration but it has set fields. The customer profiles don't really have set fields. How do I tell it to display whatever fields are there?

✨ Feature request
Status

Closed: won't fix

Version

1.8

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States esquareddesign

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡ΊπŸ‡ΈUnited States dcam

    Due to limited developer time old feature requests for IEF are being closed. If you still have a need for this functionality, then you may feel free to reopen the issue. But please note that if you are still using Drupal 7 and would like for this functionality to be added to the D7-compatible version of IEF, then our limited resources and lack of interest may prevent that from ever happening.

Production build 0.71.5 2024