Support

Home Forums Event Espresso Premium Editing the Registration Checkout Steps (2)

Editing the Registration Checkout Steps (2)

Posted: January 16, 2018 at 11:40 pm


esassisting

January 16, 2018 at 11:40 pm

Hi,

I am not really familiar with coding and creating a site-specific plugin for our WordPress site. My knowledge is really limited when it comes to coding. I would just like to know how to edit the Registration Checkout Steps. Also to customize the checkout registration button text.


Tony

  • Support Staff

January 17, 2018 at 4:46 am

Hi there,

Editing the Registration Checkout Steps is going to take a working knowledge of PHP, OOP and how EE works so it’s not something you can do unless you are an expirenced developer.

Can you provide more details on what it is your looking to change? You’re version of altering the registration checkout steps may be different to mine so I just want to confirm there no an easy option to do what you are looking for.

Also to customize the checkout registration button text.

You’ll need some code to do this but which specific button(s)?


esassisting

January 22, 2018 at 7:18 pm

Hi, Tony thank you for your response.

We would just like to edit these texts:

Proceed to Payment Options to Proceed to Payment
Proceed to Finalize Registration to Finalize Registration

Also, is it possible if the Submit Promo Code box is visible because the customer might won’t notice this.

Invisible Field Box =)

Thank you!


Josh

  • Support Staff

January 23, 2018 at 11:37 am

Hi there,

Here’s a link to the documentation that shows how to customize the button text:

https://eventespresso.com/wiki/customize-checkout-registration-button-text/

Within that documentation you’ll find a link to the instructions for how to create a site specific plugin, but here’s that link for your convenience:

https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/

Also, is it possible if the Submit Promo Code box is visible because the customer might won’t notice this.

The promo code input appears to be hidden by your WordPress theme.

You can make the promo code field visible by adding the following CSS to your site’s custom CSS panel:

#ee-spco-payment_options-reg-step-form-payment-options-before-payment-options #ee-promotion-code-input {
   background-color: #eaeaea;
}


esassisting

January 24, 2018 at 10:18 pm

Hi Josh,

The code works. 🙂 Thank you very much.

With regards to the customization of the registration button, my problem is I am not familiar with the WordPress root. Actually, I already followed steps 1-5 but when I return to the SFTP, I am not sure where to paste the sample code into the file. :-p


Josh

  • Support Staff

January 25, 2018 at 6:16 am

You add the sample code after:

/* Begin Adding Functions Below This Line; Do not include an opening PHP tag as this sample code already includes one! */

and before:

/* Stop Adding Functions */

The support post ‘Editing the Registration Checkout Steps (2)’ 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.

Event Espresso