# Customer Accounts

***

### Review Order and Transaction History

Customers can access detailed information about their past Orders and current Order Statuses from their Accounts.

In-store, if an operator assigns the sale to a Customer during checkout,  the transaction will also be visible in their Order History.

{% hint style="info" %}
Learn more: [In-Store Orders (EPOS)](/docs/in-store-epos/sales-payments-and-returns.md)
{% endhint %}

***

### Add and update multiple Billing Details

Customers can add and update their billing information, including their:

* Name.
* Multiple delivery addresses.
* Contact details.

All changes are immediately reflected in the Customers area of Venditan Commerce.

***

### Review and purchase Wishlisted products

Customers can review their list of Wishlisted products and add selected items to their shopping basket ready for purchase.

You can optionally choose to display the date and time the Customer added the products to their Wishlist.

***

### Review accrued Loyalty Points

Customers can view their accrued Loyalty Points, monitor their current tier status (if applicable), and check expiry dates.

This feature helps customers keep track of their rewards, plan their spending to maximise benefits, and stay informed about their Loyalty progress.

{% hint style="info" %}
Learn more: [Loyalty System](/docs/marketing-and-promotions/loyalty-system.md)
{% endhint %}

***

### Review available E-Vouchers

Customers can view a list of [E-Vouchers](/docs/marketing-and-promotions/offers-and-vouchers.md) assigned to their Account, including expiry dates, monetary values, and applicable products or categories.

***

### Download PDF invoices for Orders

Customers can download PDF invoices for their Orders directly from their Account area.

Customers can browse their Order History and easily download detailed PDF invoices for each Order when using Venditan Commerce as your Invoicing system.

{% hint style="info" %}
Learn more: [B2B Customers](/docs/b2b/b2b-customers.md)
{% endhint %}

***

### Re-order previously purchased products

Customers can easily re-order items from their Order History with a single click.

Customers can view their past Orders and select the option to re-order products. This functionality enables them to either replace their current basket with products from a previous order or add them to their existing basket, making repeat purchases quick and convenient.

***

### 'Remember Me' functionality on sign-in

Customers who log in from a new device will receive an email notification with their device details.&#x20;

From their Account, they can view a list of all devices currently logged into their account and have the option to sign out individual devices or all devices simultaneously, ensuring control and security over their sessions.

***

### Review submitted Support Questions

If your website has our [**Submit a Support Question**](/docs/ecommerce-websites/website-features.md#support-questions-collect-faqs-and-publish-your-responses) feature enabled, Customers can view a thread of all the Support Questions they have submitted from their Account.

This allows them to track responses, check the status of their enquiries, and follow up as needed.

***

### Submit a Return or Exchange Request

With our **Returns Portal** enabled Customers can start the Return or Exchange process by selecting the relevant Order and providing a reason for the return or exchange.

Venditan Commerce will collect all Return Requests into the platform for processing and can autogenerate returns shipping labels for the Customer.

{% hint style="info" %}
Learn more: [Returns & Exchanges](/docs/order-management-and-fulfilment-oms/returns-and-exchanges.md)
{% endhint %}

***

### Enable biometric login for mobile users

Venditan Commerce supports biometric authentication, such as facial recognition or fingerprint scanning, for customers accessing their online accounts.

When enabled on supported devices, biometric login offers a quick and secure way for users to sign in without needing to enter a password, improving both convenience and account security.

***

### Update marketing communication preferences

If integrated with your email marketing system, such as Mailchimp or Klaviyo, Customers can opt in or out of marketing communications directly from their Account.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.venditan.com/docs/ecommerce-websites/customer-accounts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
