Edit the checkout steps page title
-
I have find where to edit the SHOPPING CART >> CHECKOUT >> ORDER COMPLETE page title visible on the cart / checkout page, I want to add a new step before cart so it’s visible on all product pages, eg Step 1 Start your order
Hello,
The default Woocommerce does not provide such an option and our theme does not have either. You will have to find a plugin. We have not faced or tested any thereon thus we cannot recommend any.
Best Regards
Hi Elise,
I think you misunderstand? This is custom page title built in to your Woodmart theme….
It is visible on the cart part, checkout page and order page you can see it below.
Where do we edit this? There are no theme options to turn it off etc.

Hello,
You can rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you rewrite your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3
Best Regards
Hi , again, i think you are misunderstanding the question 🙁
We don’t want to rewrite the text or ever use a translation plug in — we want to know where in the theme this steps part is located so we can add to child theme and customise it.. Which file etc?
Thank you
Hello,
You need to edit this file woodmart/inc/integrations/woocommerce/template-tags.php
This function woodmart_checkout_steps()
as shown http://prntscr.com/qlo2af
Best Regards