Archived topic
woocommerce page customizing.
3 replies · Started by Jusung on February 15, 2023
Hello. I just have a question.
I have my account page from woocommerce
and login and register page from wp-member.
I have found that to customize those page, I can make plug-in or add php code and use a plug-in that is already made.
I just wonder if it is possible to customize the page in elements?
Hi there,
no, you can only customize templates that the theme has some control over.
the most you could do with GP Elements is use a Block Element Hook ( or regular Hook ) to add content to those templates, but you would need know of those templates have any hooks.
For example the Woocoommerce account page has hooks:
https://www.businessbloomer.com/woocommerce-visual-hook-guide-account-pages/
And those can be selected in the Elements hook option.
But i cannot say if WP Members has frontend hooks you can use
Yeah! Thank you for the information. I will try to make it.
You're welcome