Configuring WooCommerce Settings – WooCommerce Docs
Account Pages
Pages need to be set so WooCommerce knows where to send users to access account-related functionality.
My Account Page
Choose a page from the dropdown that you want to use for the My Account page.
My Account Endpoints
Endpoints are appended to your page URLs to handle specific actions on the accounts pages. They should be unique.
- Orders
- View Order
- Downloads
- Edit Account
- Addresses
- Payment Methods
- Lost Password
- Logout
Learn more about WooCommerce Endpoints.
Registration Options
Enable Registration
- Enable registration on the Checkout page
- Enable registration on the My Account page
- Display returning customer login reminder on the Checkout page
Account Creation
- Automatically generate username from customer email
- Automatically generate customer password
Configuring WooCommerce Settings – WooCommerce Docs
Options to edit email settings and templates.
Email Sender Options
Set the ‘From’ name and email address for the sender used in WooCommerce emails.
Email Templates
This section lets you customize WooCommerce emails. For more advanced control, copy thewoocommerce/templates/emails/ folder to yourchildtheme/woocommerce/emails/.
We recommend keep customizations in a child theme, so changes are not overwritten when performing updates More at: How to set up and use a child theme.
Header Image
Enter the URL of an image you want to show in the email header. You can upload an image via the Add Media button or Media > Add New.
Email and Text
- Base Color – Color for WooCommerce email templates.
- Background Color – Background color for WooCommerce email templates.
- Email Body Background Color – Main body background color.
- Email Body Text Color – Main body text color.
Editing Individual Email Templates
In the table, you have these email templates:
New order | Cancelled order | Failed order | Processing order | Completed order | Refunded order | Customer invoice | Customer note | Reset password | New account
Each template has options you can edit:
Enable/Disable
Enable this email notification.
Recipient(s)
Enter recipients (comma separated) for this email. Defaults to info@woocommerce.com.
Subject
This controls the email subject line. Leave blank to use the default subject:
[{site_title}] New customer order ({order_number}) - {order_date}
Email Heading
This controls the main heading contained within the email notification. Leave blank to use the default heading.
Email type
Choose which format of email to send. Options include:
- Plain Text
- HTML
- Multipart
If using Plain Text emails, keep in mind that text fields are limited to 155 characters. If your products have long names and/or numerous variations/add-ons, the field may be truncated.
HTML template
To override and edit this email template, copy woocommerce/templates/emails/admin-new-order.php to your theme folder: yourchildtheme/woocommerce/emails/admin-new-order.php. You can also copy the template file or view it on this setting screen.