Support

Home Forums Event Espresso Premium Changing the "Steps" copy on the checkout

Changing the "Steps" copy on the checkout

Posted: March 4, 2024 at 9:45 am


Gorkem

March 4, 2024 at 9:45 am

I have gone through this forum looking for an answer to this and found a few threads achieving a similar thing (which i have used in the past to change such things as the Add to Cart button or Attendee button).

But no matter what i do, i cannot seem to change “Steps” at the top of the checkout.

I noticed that some strings needed some extra code to get picked up. For example:
‘Add to Cart’ => ‘Book Now’,
Doesn’t work and instead it needs to be:
‘Add to %s’ => ‘Book Now’,

I was wondering if there was something similar for “Steps”? Or if it has to be done in a different way?


Sam

  • Support Staff

March 4, 2024 at 11:07 am

Hi,

Just to confirm, are you referring to changing the “Add to cart” text to anything else?


Gorkem

March 4, 2024 at 12:11 pm

Hi Sam,

I’ve managed to change “add to cart” but I want to change “steps” to something else. This is at the checkout, please see the image https://snipboard.io/dZG0UH.jpg


Tony

  • Support Staff

March 5, 2024 at 5:34 am

Hi there,

There is a space at the beginning of the string so you need:

' Steps' => 'Something',

In your strings array from above.


Gorkem

March 5, 2024 at 3:50 pm

Thank you very much Tony, that did the trick!

Is there an Event Espresso string reference anywhere by the way?
Just wondering because otherwise, there’s no real way for people to find out quirks like that without asking here.


Tony

  • Support Staff

March 5, 2024 at 4:06 pm

You’re most welcome.

You could use the English ‘translation’:

https://translate.eventespresso.com/projects/event-espresso-4/en/event-espresso-en_us/

Theres filters available and you can refine the searches within GlotPress there.

But, the best place to look is within the codebase itself using an editor such as Sublime Text or and IDE such as PHPStorm as its more obvious. We don’t have a ‘better’ reference as there are ~8k strings available so its thought to document either way currently.

The support post ‘Changing the "Steps" copy on the 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.

Event Espresso