You can set your own texts for endpoints at Admin page > WooCommerce > Settings > Accounts tab.
Thread Starter
Benils
(@tween-in-style)
Yes, I know, but only four of these end points show up in the menu.
Also not sure if I should use one of the end points as sign in or make a separate page.
Also, when I click on lost password the edit account show up (url different). I have been trying to fix it many times but it never seams to be correct! Looks like a bug!
Thread Starter
Benils
(@tween-in-style)
Also, WP keeps logging out every time I save something!
Hi Benils,
I can not help you at the moment, but I have similar problems.
I found out that in previous versions of WooCommerce, pages and shortcodes were used instead for endpoint content. Examples of endpoints in WooCommerce include:
Edit account page (previously a page with the [woocommerce_edit_account] shortcode).
Edit address page (previously a page with the [woocommerce_edit_address] shortcode).
Change password page (previously a page with the [woocommerce_change_password] shortcode).
Lost password page (previously a page with the [woocommerce_lost_password] shortcode).
View order pages (previously a page with the [woocommerce_view_order] shortcode).
Customer logout (previously a page with the [woocommerce_logout] shortcode).
Checkout pay page (previously a page with the [woocommerce_pay] shortcode).
Checkout thanks page (previously a page with the [woocommerce_thankyou] shortcode).
With updates >2.1 woocommerce deleted some of this shortcodes.
Can you look in wp-content/plugins/woocommerce/includes/shortcodes and search for
– class-wc-shortcode-lost-password.php,
– class-wc-shortcode-edit-address.php,
– class-wc-shortcodes-edit-account.php,
– class-wc-shortcodes-cahnge-password.php,
– class-wc-shortcode-thankyou.php
PLEASE!
I need this File-codes, because it not exists.
I hope, I gave you a new look at your problem and I can help you.