Tagged: enfold, woocommerce
Hello,
I couldnt find Default woocommerce pages for personalization in theme folders!
I need to personalize and redesign the login,register and my-account pages for myself but I couldnt find the files of this pages in the folders of this template!
What is your solution for personalization of these parts?
Good Luck
Hey Sorinwd,
I’d recommend to use hooks (actions and filters) to redesign the account page. This article may help you: https://businessbloomer.com/woocommerce-how-to-customize-the-my-account-page/
If you want to overwrite the templates you can download them here https://github.com/woocommerce/woocommerce/tree/release/3.4/templates/myaccount , and add them to the child theme folder (wp-content/themes/enfolf-child/woocommerce/templates/myaccount/). There you can modify the templates and they will overwrite the default templates.
Best regards,
Peter