WooCommerce 'Edit Account' Page: Diagnosing and Fixing the Missing Save Button

The "My Account" section is a cornerstone of any WooCommerce store, empowering customers to manage their details, orders, and subscriptions. A crucial component of this section is the "Edit Account" page, where users can update their personal information. When essential elements, like the "Save Changes" button, mysteriously vanish, it can lead to customer frustration and a breakdown in user experience. This article delves into a specific support forum topic from WordPress.org, titled "Edit Account Page missing save button," to diagnose the common culprits behind this issue and provide actionable solutions for store owners and developers.

Understanding the Problem: A Truncated Template File

The forum discussion highlights a user encountering a missing "Save Changes" button on their WooCommerce "Edit Account" page. The user, acting proactively, had already checked and repaired overridden templates, noting that other "My Account" pages functioned correctly. This detailed context, coupled with the provided code snippet, is invaluable for pinpointing the root cause.

The user shared the following content from their form-edit-account.php file:

Analyzing this snippet reveals the core of the problem. The file abruptly ends with ? form class= woocommer. This signifies two critical issues:

  • Missing PHP Closing Tag: The ?> tag that typically closes a PHP block is absent.
  • Malformed HTML Form Tag: The < character before form class= is missing, indicating a malformed or truncated HTML tag.

These omissions mean the form-edit-account.php template is incomplete. The "Save Changes" button, which is usually a

Start with the tools

Explore migration tools

See options, compare methods, and pick the path that fits your store.

Explore migration tools