In WooCommerce login/registration page, I try to add a statement “Ask for help” under the login/registration form next to “Forget password?”
To let the unregistered user go easily to the “Contact Us” when pressing on this statement.
In WooCommerce login/registration page, I try to add a statement “Ask for help” under the login/registration form next to “Forget password?”
To let the unregistered user go easily to the “Contact Us” when pressing on this statement.
2
Answers
I guess you could insert an echo. Something like this if you can locate the position on PHP when your form happens:
It’s hard without seeing the code though. Maybe you can have access to the html form and can edit it from there.
This will add the link in the appropriate places where Woocommerce provides action hooks:
Obviously change the link URL to suit and style the paragraph as needed.