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?
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
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.
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.
Viewing 5 reply threads
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.
Support forum for Event Espresso 3 and Event Espresso 4.