Posted: November 16, 2015 at 8:38 am
|
Dear All, here again with another help request. I need to customize the Registration Checkout Page adding some user fields created by a membership plugin. I have also purchased the EE4 user integration plugin and it works great with standard wp user fields, but I beleave integrating custom fields needs additional works 1- adding/creating the fields I Need in the WP_admin/EE/registration_form Could you tell me if it sounds correct? P.S: A little update for topic: https://eventespresso.com/topic/problem-with-mandatory-state-field-in-pay-by-credit-card/ |
Hi Simone, The WP User integration does not currently pre-populate custom questions. We have an enhancement request to make that available in a future version of the add-on. Is that what you are trying to do? — |
|
|
Dear Lorenzo, Yes, I need to have pre-populate custom quesion. I can’t find the proper template to use in my theme, can you tell what is? I have another question: EE has 2 PayPal payment, Standard and Pro. I need to force EE plugin to use PayPal Express Checkout: is possible? Thanks |
Hi Simone, PayPal Express is not support at this time. We are planning on making this payment option available as an add-on early next year. — |
|
|
Hi Lorenzo, about the first question: i can’t find the template for the questions fields or a proper hook to perform the auto-populate, may you tell me where you find it? Thanks in advance, |
Hi Simone, Auto-populate for custom questions is not available at this time. It will be introduced in a future version of the WP User Integration: If you would like to take a look at that add-on then you can see how the personal question group is populated but we will not be able to assist you in writing custom code to add this to your site. — |
|
|
Thank you Lorenzo, The invoice in the link contains a test performed after adding Question Gruop. These are the step I have done: 1) Created a custom Question Group with 2 fields (VAT and Practice company) What I wrong? Thanks for helping |
Hi Simone, These are system questions: First name Address They are stored on the attendee record and will not appear under custom questions. Only custom questions will appear in the custom questions area of a registration. You can have your custom questions appears on the Invoice but you’ll need to use the [PRIMARY_REGISTRANT_ANSWER_*] shortcode. For example, if your question was called “VAT” — then the shortcode would look like this: [PRIMARY_REGISTRANT_ANSWER_*VAT] Note that the shortcode above is an exact match for VAT include capitalization and no spacing before or after it. If your question is Practice company, then the shortcode would be: [PRIMARY_REGISTRANT_ANSWER_*Practice company] — |
|
|
Hi Lorenzo, the system question group activated for an event don’t automatically appear in the Invoice? Thanks, |
Hi Simone, Here is additional feedback: The first name, last name, and email are shown via these shortcodes: [PRIMARY_REGISTRANT_FNAME] The address system questions are available via these shortcodes: [PRIMARY_REGISTRANT_ADDRESS] The shortcodes above are linked to system questions so they will not appear in the custom questions area. They will actually appear under the contact information in the top right area of the registration details screen. If you collect some custom questions, then those are shown in the middle-bottom area of the registration details screen. Using your earlier example, if your question was called “VAT” — then the shortcode would look like this: [PRIMARY_REGISTRANT_ANSWER_*VAT] You would need to add that shortcode to the invoice for it to appear and note that it will only show the answer itself. For example, if the VAT number for a sample registration was 1234567890, that then would be shown. Does that help? — |
|
|
Dear Lorenzo, sorry for the my late reply. Thank you for your full explanation. Simone |
The support post ‘Adding User custom user fields to Registration Checkout Page’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.