I have read a couple of posts but I am not sure if this really solves my problem. I need to change some of the content on the Registration page, (especially after a promo code has been entered).
Is creating a plugin really necessary to edit this info? I do not know where to start for the plugin creation.
Creating a plugin is usually the best way to add customizations if they’re PHP code customizations, and a few of the customizations you want to do here involve adding PHP code. We have a guide that shows how to assemble a custom functions plugin:
One of the issues I see from your screenshot is there’s some additional spacing being added above each element (where you’ve marked “push up”). Those may be added by another plugin or some theme code (basically empty paragraph tags. If you view the source of the page or check the web inspector are there empty <p></p> tags or multiple line breaks (<br>) between those elements in the page source?
I now understand the perks of having a plugin created instead of messing with the main code but whats next? I believe I am supposed to redirect the page to another PHP page that does what the registration page does, where do I get the codes for this registration page within WP event espresso?
I believe I am supposed to redirect the page to another PHP page that does what the registration page does
Can I ask, where did you get that info from?
Did you check the page source for p and br tags as mentioned by Josh above?
Viewing 5 reply threads
The support post ‘Editing Name and Description in the registration checkout’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.