This topic has 5 replies, 3 voices, and was last updated 7 years, 6 months ago ago by Olga Barlow
Hello, I want to put (manually) three messages in different pages along the payment process.
The first one is “Paso 1 de 3”, and that´s ok:
https://exprilo.com/paso1.JPG
The second one is also ok:
https://exprilo.com/paso2.JPG
But in the last page (in the order-pay page), I can’t insert “Paso 3 de 3”. It repeats the previous message “Paso 2 de 3”:
https://exprilo.com/paso3.JPG
I would like to remove “Paso 2 de 3” and insert “Paso 3 de 3”.
Thanks
Jaime
Please, two days ago I asked this issue
Hello,
Sorry for the delay.
You need to make changes in order-details.php file https://github.com/woocommerce/woocommerce/blob/master/templates/order/order-details.php
Make your changes in the child theme to prevent losing them after theme update https://www.8theme.com/documentation/docs/child-theme/
Regards
Hello, I try but doesn’t work. I want to insert <div><h3>Paso 3 de 3</h3></div> in order-details.php I do it but it doesn’t work, and it repeats the message of checkout page.
Hello,
If you need help with custom development, which is outside the scope of support we can offer, you may contact WPKraken team .
XStore is quite extensible with child themes, so there are plenty of possibilities.
Thanks for understanding.
Regards
You must be logged in to reply to this topic.Log in/Sign up