Account Surfaces
Each sub-tab under the Shop tab shows one part of the member’s WooCommerce account. Every surface shows only the logged-in member’s own data.
Orders
Section titled “Orders”The Orders tab lists the member’s own orders, most recent first, ten per page, with prev and next pagination.
Selecting an order opens its detail view inside the profile at:
/{shop-slug}/{order-slug}/view/{order-id}/The detail view is guarded: a member can only open their own orders. Requesting an order that belongs to someone else shows nothing.
Order Tracking
Section titled “Order Tracking”The Order Tracking tab is a lookup form. The member enters an order ID and the billing email on the order. The form posts back to the same page and is nonce-protected. A match is found only when the order ID and billing email belong to the same order; otherwise a clear not-found message is shown. This mirrors WooCommerce’s own order-tracking lookup rules.
Downloads
Section titled “Downloads”The Downloads tab lists the member’s available downloadable files, taken directly from WooCommerce’s customer downloads. Each row links to the file WooCommerce provides.
Addresses
Section titled “Addresses”The Addresses tab shows the member’s formatted billing and shipping addresses. The shipping card is hidden when the store does not offer shipping, or ships to the billing address only, matching WooCommerce My Account behavior.
Editing an address is done on the WooCommerce My Account edit-address screen. The edit links on this tab route there. BuddyWoo displays the addresses; WooCommerce owns the edit form.
My Reviews
Section titled “My Reviews”The My Reviews tab lists the member’s approved product reviews, most recent first. Each entry shows the product name and link, the star rating, the review text, the date, and the member’s avatar. The list is paginated using the site’s Comments per page setting.

