Posted: 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. |
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.
You’ll need some code to do this but which specific button(s)? |
|
|
Hi, Tony thank you for your response. We would just like to edit these texts: Proceed to Payment Options to Proceed to Payment Also, is it possible if the Submit Promo Code box is visible because the customer might won’t notice this. Thank you! |
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/
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:
|
|
|
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 |
You add the sample code after:
and before:
|
|
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.