4. Usage

Activity Log

The activity log is accessible under Settings → Extensions → Activity Log.

Activity Log listing with filters and user avatars

Understanding Log Entries

Each log entry contains:

Column
Description

Date/Time

Timestamp of the change

User

User avatar and name of the admin user who made the change; API integrations show the integration name with an "Integration" badge

Entity Type

Type of the changed entity (e.g. product, order)

Entity ID / Name

Human-readable entity name (e.g. product title, order number) with a direct link to the detail page

Action

Type of change: created, updated, deleted, login_success, login_failed

Filtering and Searching

Use the filter bar above the list to narrow down entries:

  • Entity Type — filter by a specific entity type

  • Action — filter by the type of change

  • User — filter by a specific admin user or integration

  • Date range — restrict the time period

The full-text search covers entity name, entity ID, and user name.

Viewing Field Changes

Click the context menu (three dots) on any row and select View details to open a modal showing the field-level before/after values.

Change detail modal with before/after values for a product update

The modal shows for each changed value:

  • Field — name of the changed field

  • Old Value — value before the change

  • New Value — value after the change

For newly created entities, old values are empty; for deleted entities, new values are empty.

CSV Export

Click Export CSV to download the currently filtered entries as a CSV file. The export respects all active filter criteria and contains one row per changed field.

The export format uses UTF-8 with BOM and semicolon as delimiter — compatible with Microsoft Excel. A maximum of 50,000 entries are exported per request.


History on Entity Detail Pages

After activating the plugin, a "History" button appears in the toolbar of product, order, customer, and other entity detail pages.

History modal on a product detail page

Click it to view the complete change history for that entity without leaving the current page.

The modal displays all log entries for the entity in an accordion, sorted newest first. Each entry can be expanded to reveal the field-level changes.

The History button is available on the following detail pages:

  • Products

  • Orders

  • Customers

  • Categories

  • Manufacturers

  • Properties

  • Shipping Methods

  • Payment Methods

  • Sales Channels

  • CMS Pages

Note: The button is only visible when the entity already exists (it does not appear on the create page).


Dashboard Widget

The "Recent Activity" widget appears automatically on the admin dashboard and shows the 10 most recent log entries at a glance.

Admin dashboard with the Recent Activity widget

Each widget entry shows:

  • User avatar and name

  • Action badge (e.g. "updated", "created")

  • Entity type and name with a direct link to the detail page

  • Relative timestamp (e.g. "5 minutes ago")

Click View all to navigate directly to the full activity log listing.

The widget is only visible to admin users with the momo_admin_activity_log:read permission.

Last updated