Add obsolete spaces
This commit is contained in:
parent
0abc8b247e
commit
c48630463f
|
@ -2,5 +2,5 @@
|
|||
|
||||
Various code snippets you can add to your site to enable various custom functionality.
|
||||
|
||||
- [Add a message above the login / register form](./before-login--register-form.md)
|
||||
- [Change number of related products output](./number-of-products-per-row.md)
|
||||
- [Add a message above the login / register form](./before-login--register-form.md)
|
||||
- [Change number of related products output](./number-of-products-per-row.md)
|
||||
|
|
|
@ -30,5 +30,5 @@ if ( ! function_exists( 'YOUR_PREFIX_login_message' ) ) {
|
|||
|
||||
Please note that for this code to work, the following options must be checked in the WooCommerce “Accounts & Privacy” settings:
|
||||
|
||||
- Allow customers to create an account during checkout.
|
||||
- Allow customers to create an account on the "My Account" page.
|
||||
- Allow customers to create an account during checkout.
|
||||
- Allow customers to create an account on the "My Account" page.
|
||||
|
|
Loading…
Reference in New Issue