Archived topic
Add text block to My-Account Login
4 replies · Started by Stephen on January 23, 2023
When logged out then a login / register block shows on the following pages:
/my-account/, /my-account/orders/ , /my-account/edit-address/ , /my-account/payment-methods/, /my-account/edit-account/
I would like to add an extra block of text to this login / register block.
Is this something I can do ?
Thank you
Stephen
Hi Stephen,
This is more of a question for WooCommerce' support team.
I believe you would need to add the content using WooCommerce core hooks:
https://www.businessbloomer.com/woocommerce-visual-hook-guide-account-pages/
This can be done using a block element hook:
https://docs.generatepress.com/article/block-element-hook/
Hope this helps :)
Hi, thanks for that.
Very straightforward from the links you provided.
Hook Element Block - Custom Hook - woocommerce_before_customer_login_form
No problem :)