Skip to content

Instantly share code, notes, and snippets.

@robbens
robbens / form-edit-account.php
Last active January 6, 2017 18:01
Bootstrap 4 edit account form for WooCommerce. This should be placed in "your-theme/woocommerce/myaccount/form-edit-account.php".
<?php
/**
* Edit account form
*
* This template can be overridden by copying it to yourtheme/woocommerce/myaccount/form-edit-account.php.
*
* HOWEVER, on occasion WooCommerce will need to update template files and you
* (the theme developer) will need to copy the new files to your theme to
* maintain compatibility. We try to do this as little as possible, but it does
* happen. When this occurs the version of the template file will be bumped and
@robbens
robbens / form-login.php
Last active August 26, 2021 00:53
Bootstrap 4 login and register form for Woocommerce. This should be placed in "your-theme/woocommerce/myaccount/form-login.php".
<?php
/**
* Login Form
*
* This template can be overridden by copying it to yourtheme/woocommerce/myaccount/form-login.php.
*
* HOWEVER, on occasion WooCommerce will need to update template files and you
* (the theme developer) will need to copy the new files to your theme to
* maintain compatibility. We try to do this as little as possible, but it does
* happen. When this occurs the version of the template file will be bumped and