redirect to lost-password didn’t work
-
Hey guys,
I’m using Woocommerce for the first time and I have one problem (only one :D) when I’m log out and I click on “Lost password”, it sends me on the wordpress page :
“mywebsite/wp-login.php?action=lostpassword” instead of :
“mywebsite//mon-compte/lost-password/”the page exist, I can acces to it if I write the URL, but not with the button lost password.
I change the line by editing the plugin :
<p class="woocommerce-LostPassword lost_password"> <a href="https://mywebsite.com/my-account/lost-password/"><?php esc_html_e( 'Lost your password?', 'woocommerce' ); ?></a> </p>
And that’s work, but that’s not how I want to do it, it’s too much “bug friendly” to me.
I hope my english isn’t to bad, thx for your help.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘redirect to lost-password didn’t work’ is closed to new replies.