Payment methods and orders
WooCommerce contributes several tabs to Settings, each rendered natively rather than as a webview.
The tabs
Section titled “The tabs”| Tab | What a member does |
|---|---|
| Payment Methods | See saved cards, delete one, set a default |
| Billing | Edit their billing address |
| Shipping | Edit their shipping address |
| Orders | Browse order history, and open one for detail |
| Downloads | Get their downloadable files |
Order detail
Section titled “Order detail”Opening an order shows its items, totals, billing and shipping addresses, the payment method used, and any downloads attached to it.
Orders, order detail and saved payment methods
record → src/assets/media/orders-and-payment-methods.mp4
What it needs
Section titled “What it needs”Both plugins. WooCommerce and Ultimate Member - WooCommerce. Either one missing and the tabs do not appear.
Endpoint groups. Payment Methods for saved cards, Products and Cart for the shop screens.
Saved cards depend on your gateway
Section titled “Saved cards depend on your gateway”The Payment Methods tab lists tokens WooCommerce holds for the member. A gateway that does not save payment tokens produces an empty tab, correctly.
If members have bought things and the tab is empty, the question is whether your gateway saves cards at all rather than whether the app is reading them.
Checkout is a webview
Section titled “Checkout is a webview”Buying happens in a webview against your own store, using your own gateway. Memberside never handles card details and never touches the money.
That is the right split for compliance, and it means checkout behaves exactly as it does on your website, including any gateway-specific flows.
Members stay signed in across the transition — the webview carries the session rather than asking them to sign in again.
Related shop screens
Section titled “Related shop screens”Products and Product Cart are placeable features rather than account tabs. Browsing products does not require sign-in; the cart does.
The cart nav item carries an item-count badge.
When it does not work
Section titled “When it does not work”| Symptom | Cause | Fix |
|---|---|---|
| No WooCommerce tabs | Only one of the two plugins is active | Activate both |
| Payment Methods is empty | The gateway does not save tokens | Check the gateway’s settings |
| A card will not delete | The gateway refused it | Try from your website’s account page |
| Orders are empty | The member has none, or the group is off | Check both |
| Checkout asks them to sign in again | The session did not carry into the webview | Confirm your site is serving over HTTPS |
| Downloads are missing | The order has no downloadable products, or access expired | Check the order in WooCommerce |