DIFFERENT BASE.PHP for woocommerce log-in page

Hi there,

I have added theme/woocommerce into my theme folder for my woocommerce overrides and all of my woocommerce content is being wrapped by base.php as expected.

I was wondering thought, if anyone could help my have theme/woocommerce/myaccount/form-login.php get wrapped by a file other than base.php for example base-form-login.php

I would greatly appreciate any help on this issue!

I’m pretty sure the login form is just a standard WooCommerce template part. In that case you would just create your own custom page template that uses a custom base and call the template part somewhere within it.

See here: https://github.com/woothemes/woocommerce/blob/b188ad8250721f39bbc0cb1fa8a8eca6b408f412/includes/wc-template-functions.php#L1384

1 Like

Awesome, didn’t think of it that way! Thanks for your help!:grinning: